Hi. 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 ?
-- "Common Lisp, a happy amalgam of the features of previous Lisps" - Winston & Horn, Lisp --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
