Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
9k views

What is the simplest way to get indented XML with line breaks from XmlDocument?

When I build XML up from scratch with XmlDocument, the OuterXml property already has everything nicely indented with line breaks. However, if I call LoadXml on some very "compressed" XML (no line ...
1
vote
0answers
61 views

ASP.NET 1.1 - XPathNavigator OuterXml equivalent

I'm working with the Google Maps API to do GeoCode lookups in 1.1 and I'm running into a brick wall with the XPathNavigator object. I need to create a "sub-navigator" so that we can perform global ...
1
vote
1answer
251 views

System.Xml.XmlDocument, System.Xml.XPath.XPathNavigator{ReplaceSelf,OuterXml}: Replacing Placeholders In Document

I'm currently maintaining a Web application that I wrote about a year or so ago for work. Basically it allows users to create custom XHTML report templates. I use XmlDocument, XPathNavigator, et. al. ...