G
Guest
(thanks to an earlier post) I've written some XML to a string using
XmlTextWriter and StringWriter. Which all works and creates XML like
<title000>abc</title000>
<url000>efg</url000>
<title001>abc</title001>
<url001>efg</url001>
Can someone please show me how I read this back using XmlTextReader -
specifically I want to be able to say "get me the contents of tag <title001>
and also tell me if this tag does not exist.
I just can't get any code to work
TIA
XmlTextWriter and StringWriter. Which all works and creates XML like
<title000>abc</title000>
<url000>efg</url000>
<title001>abc</title001>
<url001>efg</url001>
Can someone please show me how I read this back using XmlTextReader -
specifically I want to be able to say "get me the contents of tag <title001>
and also tell me if this tag does not exist.
I just can't get any code to work
TIA