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.
 
Back
Top