Alex Cruise wrote:
I'm using the version of Xalan that comes with J2SE 1.4.2 and I'm having difficulty with namespaces.
OK, I managed to get my namespaceNode to be respected (the key is that the element in question has to contain namespace declarations, not just usages of the prefixes...) but it seems that the Xalan-J XPath processor really does expect the prefixes to be the same in the XPath and the document, unless I'm badly mistaken. *sigh*
I guess I need to either grovel through the whole request and collect all its namespaces and combine those with what's found in the XPath, or just tell users to use /*:foo/*:bar etc.
-0xe1a