I'm using the XmlTextWriter but see no way to format raw XML like this:
<rss version="2.0" xmlns:cf
="http://www.microsoft.c om/schemas/rss/core/2005"
xmlns:media="ht tp://search.yahoo.co m/mrss"
xmlns:dc="http://purl.org/dc/elements/1.1/">
Is it possible to format the raw XML to make it more readable?
What about some other way to write the XML to the filesystem so it is
readable in this context?
I posted to microsoft.publi c.xml but it isn't very active.
<rss version="2.0" xmlns:cf
="http://www.microsoft.c om/schemas/rss/core/2005"
xmlns:media="ht tp://search.yahoo.co m/mrss"
xmlns:dc="http://purl.org/dc/elements/1.1/">
Is it possible to format the raw XML to make it more readable?
What about some other way to write the XML to the filesystem so it is
readable in this context?
I posted to microsoft.publi c.xml but it isn't very active.
Comment