That's correct behavior. To do XPaths against namespaced nodes, you must use prefixes and provide a namespace context... or (horribly ugly solution) write the XPaths with wildcards and test namespace URI and localname in predicates.

______________________________________
"... Three things see no end: A loop with exit code done wrong,
A semaphore untested, And the change that comes along. ..."
-- "Threes" Rev 1.1 - Duane Elms / Leslie Fish (http://www.ovff.org/pegasus/songs/threes-rev-11.html)

Reply via email to