OK I have my Program and i want to display the content of an XML File in a Tree View
that is a piece of the XML File their will be like 200 more names lol but what i need to do is haveCode:<?xml version="1.0" encoding="UTF-8"?> <Message> <Chad> <AdminName>Chad Eckles</AdminName> <To>Chris Andersen</To> <From>Joo Bob</From> <Header>whats Up</Header> <Body>Some Quote Here</Body> <IP>112.123.233.233</IP> </Chad> <John> <AdminName>John Harrison</AdminName> <To>Leo Laport</To> <From>Joo Bob</From> <Header>Whadz up!</Header> <Body>Some Quote Here</Body> <IP>185.136.0.223</IP> </John> <Chris> <AdminName>Jeff Smith</AdminName> <To>Laport</To> <From>Joo Bob</From> <Header>Whadz up!</Header> <Body> some Quote</Body> <IP>185.136.0.223</IP> </Chris> </Message>
Chad as the RootNode and the others to be Child Nodes and i need this to go threw the hole XML File and to generate the Nodes can someone help me with this please ????




Reply With Quote