> I am essentially using the code from SimpleXPathAPI sample in the > Xalan-C_1_8_0-windows_2000-msvc_60 samples programs to evaluate > a series of XPath expressions. The XML document that I am > evaluating the XPath expressions against uses a bunch of XML > namespaces. I find that even for elements in the default > namespace I have to qualify the element name with the namespace > prefix in the XPath expression for it to work. Is there any way > to make XPathEvaluator() recognize element names without a prefix > as being in the default namespace?
No, there isn't. You must use a prefix for the default namespace. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
