/Demetrio Cruz/:
I'd been using xerces 2.7.1 and I want to use the method getTextContent from org.w3c.dom.Node, but every time I compile my class I get a cannot resolve symbol, so I try it again with -verbose and I notice that it loads the class Node from the rt.jar included in the jdk and not the one from my xml-apis.jar which must be, do you know how could I compile it, without having to install jdk1.5 ?
"How can I use JAXP 1.3 on JDK 1.4?" <http://xerces.apache.org/xerces2-j/faq-general.html#faq-4>. There is referred the "Endorsed Standards Override Mechanism" [1] and a "more complete description" which link seems to refer to a non-existing fragment - I guess it should rather be:
http://xml.apache.org/xalan-j/faq.html#faq-N100D6 [1] http://java.sun.com/j2se/1.4.2/docs/guide/standards/ -- Stanimir --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
