Xml Indentation in RTB
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have XmlNodeList as result from Xpath query to already XmlDocument. This node list can get "Attributes", "Element Nodes" etc. I want to show that XmlNodeList in properly indented form in a richtextBox. I have found a XmlReader setting in which i can set indentation true. But how i will use it with XmlNodeList. Please guide. Thank you.