Hello. Xerces is throwing a java.lang.NoSuchMethodError exception at me and I can't figure out why. The offending snippet of code is as follows:
ElementImpl node = new ElementImpl( ); DocumentImpl m_node = new DocumentImpl( ); node = ((Document) m_node).importNode( node, deep ); The third line throws the exception, but I just can't figure out what the problem is. I'm using xerces 1.2.1. Anyone know what my problem is? -Jason __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
