The xml document I have is referenced to xml schema. it has default namespace xmlns="
http://data.mydomain.com/schema".
when I use getNodesbyXPath, I can not get the results back without giving the prefix, which is from the default namespace.
for example, I get nothing when xpath expression is specified like *//P[1]. Unless xpath is added with prefix, such as *//schema:P[1], the results are returned as expected.
However, this is not the case for getElementsbyTagName.
is getNodesbyXPath is namesapce sensitive? even with the default namespace?
XMetaL 5.5