Jump to content

Recommended Posts

Posted

Hi all,

I've been searching the forums and I can't quite find what I need. I have XML documents with several levels of child nodes. The child nodes are not all the same within the XML docs and the paths can change. I know which node I want the data from, but I can't quite figure out how to browse through the XML document searching for one node that could be anywhere in the tree.

How could I find a random node in an XML document and retrieve its data?

Thanks!

Posted

I had been been basing my searches off of that. Great tool, but couldn't quite figure out how to use it for my specific need. Every function required the node path and that was the part I didn't have, sadly. I ended up reading the entire xml into a variable and using the StringBetween function to find the (random) node in question. Not as elegant as I would have liked, but it gets the job done.

Thanks for the help! ;)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...