Hopefully this explains it better. I need to get the information from the "Value" attribute. This is how the XML structure looks like. <Item class="StringValue" referent="RBX4">

<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
<External>null</External>
<External>nil</External>
<Item class="StringValue" referent="RBX0">
<Properties>
<string name="Name">.obj(Part001)</string>
<string name="Value">...</string>

I need to get the information between "Value"> and </string> and loop it. So it goes through all of the nodes until its done.

http://puu.sh/3cdzp/70517ac48e.png

Recommended Answers

All 2 Replies

Bump. I still need help with this.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.