> Hi, i have a problem with XercesparerLiaison > if i use it, for parse a xml document the xpath expresion than i > evaluate don�t work, the error is: "prefix must resolver to a > namespace" but if i use XalanSourceTreeParserLiaison with he same > document and the same xpath expresion the evaluation works fine..., > i need use XercesParserLiaison for use the method mapToXercesDocument,
You need to provide a complete, _minimal_ code sample along with a sample input document and XPath expression for anyone to help you. If you are constucting a Xerces DOM instance programmatically, you must make sure you are creating a namespace-aware DOM. If you are parsing to a Xerces DOM instance, you need to make sure the parser you're using is properly configured for namespace processing. Dave
