Hello I'm having a little problem with Xalan and can't seem to find a supporting mailing list like this one for it... Anyone know of one?

If anyone has a sec that knows xalan, my question is why can I not retrieve a node from my document when there is a xmlns attribute in the root element?

My document:
<?xml version="1.0" encoding="UTF-8"?>
<transaction-list targetNamespace="http://betasys.com" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns="http://betasys.com">
...
</transaction-list>

My call:
Node n = XPathAPI.selectSingleNode(m_TransDocument, "/transaction-list/");

If I remove the xmlns attribute, this call works fine...

Thanks,
-Pete

Reply via email to