J
Just Curious
Hello,
I am doing some XSLT tranformations. I have a pretty complicated XML
document with high level of nesting. I am looking for a tool that
gives me the "hierarchial path" to the element I select for example if
in the xml below - I select <City>XY</City> - I want to get
"Address/Address/City"
<Addresses>
<Address>
<City>XY</City>
</Address>
</Addresses>
Are there any tools that can achieve this?
Thank you.
AZXML
I am doing some XSLT tranformations. I have a pretty complicated XML
document with high level of nesting. I am looking for a tool that
gives me the "hierarchial path" to the element I select for example if
in the xml below - I select <City>XY</City> - I want to get
"Address/Address/City"
<Addresses>
<Address>
<City>XY</City>
</Address>
</Addresses>
Are there any tools that can achieve this?
Thank you.
AZXML