It seems that there is another constructor of selectSingleNode, which accepts a second parameter NSResolver. How must we use this and can we make it work with XML files with the xmlns attribute and without it?
We would like to be able to use the xmlns attribute, so that we can benefit from the JDeveloper9i Code Insight for our own registered XML Schema. Answer: XPath has no syntax for searching on elements that are qualified with the default namespace. The XPath pattern “foo” always searches for the element
Related Questions
- It seems that there is another constructor of selectSingleNode, which accepts a second parameter NSResolver. How must we use this and can we make it work with XML files with the xmlns attribute and without it?
- Why are there multiple versions of the ChemDraw CDX files within the Patent Application Data/XML v4.2 ICE and the Patent Grant Data/XML v4.2 ICE?
- Are Atom Feed Files XML Documents?