You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by el...@apache.org on 2003/03/20 01:39:56 UTC

cvs commit: xml-xerces/java/samples/dom DOM3.java

elena       2003/03/19 16:39:56

  Modified:    java/samples/dom DOM3.java
  Log:
  Modified the DOM L3 sample according to the latest DOM L3 draft:
  http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xerces/java/samples/dom/DOM3.java
  
  Index: DOM3.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/DOM3.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DOM3.java	11 Dec 2002 16:21:44 -0000	1.3
  +++ DOM3.java	20 Mar 2003 00:39:56 -0000	1.4
  @@ -61,7 +61,7 @@
   import org.w3c.dom.DOMConfiguration;
   import org.w3c.dom.DOMError;
   import org.w3c.dom.DOMErrorHandler;
  -import org.w3c.dom.DOMImplementationRegistry;
  +import org.w3c.dom.bootstrap.DOMImplementationRegistry;
   import org.w3c.dom.Document;
   import org.w3c.dom.ls.DOMBuilder;
   import org.w3c.dom.ls.DOMImplementationLS;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org