get xml tag by path?

  • Thread starter Thread starter Tomer
  • Start date Start date
T

Tomer

Hi,
I've a xml file and I want to get a value of a specific tag, somelike:
"//configuration/appconfig/edit" and attribute name is "name"

up untill now I've got it like this:

xmlf["configuration"]["appconfig"]["edit"].attribute["name"].value

and now I need a better way to do this.

Tomer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top