Posted By:
Bob_Landolfi
Posted On:
Tuesday, July 15, 2008 10:03 AM
I have some XML that has this structure:
Delivery/MainNode/Node3/Node4/Node 5[TextValue]
and I want to transform the XML to another XML document based on the text value of Node 5. My XPATH works, but it acts on the text node only. My latest thinking is:
but if that were working, I wouldn't be here. I've been all over the Web on this issue and at this point I'm utterly confused. TIA for any help.