Hello;

Im using dom4j xpath to parse an xml which has namespaces.

Is there a way i can indicate to dom4j that i want
it to 'ignore' namespace when i provide xpath?

currently in using something like
"*[local-name()='Envelope']/*[local-name()='Header']/*[local-name()='HTTPEnd
Point']"

Im not sure, if the above has performance issues...so i was looking
to see if I can some now just use "/Envelope/Header/HTTPEndPoint"

thanks and regards,
Naveen Srinivasa Murthy



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to