You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Xml/XmlReader.xml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4275,8 +4275,6 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
4275
4275
4276
4276
For the asynchronous version of this method, see <xref:System.Xml.XmlReader.ReadAsync*>.
4277
4277
4278
-
4279
-
4280
4278
## Examples
4281
4279
The following example reads an XML file and displays each of the nodes:
4282
4280
@@ -4290,7 +4288,7 @@ An <see cref="T:System.Xml.XmlReader" /> asynchronous method was called without
4290
4288
**Output:**
4291
4289
4292
4290
```xml
4293
-
<Item>Test with an entity: 123</Item><Item>Test with a child element <more> stuff</Item><Item>Test with a CDATA section <![CDATA[<456>]]> def</Item><Item>Test with a char entity: A</Item><!-- Fourteen chars in this element.--><Item>1234567890ABCD</Item></Items>
4291
+
<Item>Test with an entity: 123</Item><Item>Test with a child element <more> stuff</Item><Item>Test with a CDATA section %3C![CDATA[<456>]]%3E def</Item><Item>Test with a char entity: A</Item><!-- Fourteen chars in this element.--><Item>1234567890ABCD</Item></Items>
0 commit comments