Hello, Recently we migrated from Pathan - Xerces libraries to XQilla-2.2.3 - xerces-c-3.1.0 libraries.
XPATH query: //@*[local-name() = "q1"] returns namespace node with old library (Pathan - Xerces) We need to run a query: //namespace::*[local-name() = "q1"] with new libraries to get the same result . Our XML document is: <?xml version='1.0' encoding='UTF-8'?> <Values xmlns:q1="urn:Core.service.livelink.opentext.com"></Values> Please suggest how to keep backward compatibility (use attribute axis to read namespace nodes) with new libraries. Regards, Vladimir.
