Hi Michael and Adam,
Thanks a lot for your comments.
They save me some hours of unsucessful tries.
Best regards
Anderson
Hi Anderson,
Xerces doesn't implement XPathFactory. Xalan does.
It would be better to ask questions about Xalan on the
[EMAIL PROTECTED] mailing list instead of the Xerces-J list.
Also, keep in mind that you're using Sun's fork of Xalan. The developers in
Apache have no idea what modifications h
From: Anderson Guiera [mailto:[EMAIL PROTECTED]
Sent: 11 November 2008 15:51
To: j-users@xerces.apache.org
Subject: Error using idref function
Hi all,
my name is Anderson Guiera and i'm have a problem with idref function.
I use this function in the
Hi all,
my name is Anderson Guiera and i'm have a problem with idref function.
I use this function in the folow code:
XPath xpath = XPathFactory.newInstance().newXPath();
String expression = "idref('pessoaGA.1')";
NodeList nosEnderecos = (NodeList) xpath.evaluate(expression,
this.xmlDocument, XPa