xml simple stupid question
I know I'm just over thinking this or i might be just trying to rush it since in short on time idk
But i need to load a xml file into a treeview with the xmldocument or navigator and recreate the line as it is normally viewed in text editor. Reason being the crowd this app is being designed for only knows what they see in the text editor thus won't understand another view.
I can get the attributes and the node name and all that but how do i put it all together like it outs normally
Re: xml simple stupid question
I need it to look like <value name="yaddayadda" type="int">3</value>
Re: xml simple stupid question
If you have the XML in a file, why not just show the contents of the file, rather than trying to recreate it from the tree?