You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by David Xu <da...@vendio.com> on 2000/10/12 03:28:45 UTC

normalize is not working.

I am using Xerces-J1.2.0 release and JDK1.1.8.

I can not use normalize() method of org.w3c.dom.Document, the compile will complain it can not find it.

David
  

RE: normalize is not working.

Posted by Ed Staub <es...@mediaone.net>.
You have an older version of org.w3c.dom.Document in your classpath,
probably in xml.jar.
Move xerces forward in your classpath.
-Ed
  -----Original Message-----
  From: David Xu [mailto:david@vendio.com]
  Sent: Wednesday, October 11, 2000 9:29 PM
  To: Xerces
  Subject: normalize is not working.


  I am using Xerces-J1.2.0 release and JDK1.1.8.

  I can not use normalize() method of org.w3c.dom.Document, the compile will
complain it can not find it.

  David