elena       2003/06/10 11:21:48

  Modified:    java/tests/dom/serialize TestXmlns.java
  Log:
  Update according to the latest DOM L3 draft
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xerces/java/tests/dom/serialize/TestXmlns.java
  
  Index: TestXmlns.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/dom/serialize/TestXmlns.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestXmlns.java    11 Jun 2002 17:43:55 -0000      1.2
  +++ TestXmlns.java    10 Jun 2003 18:21:48 -0000      1.3
  @@ -82,7 +82,7 @@
   
               // Create a document.
               DocumentImpl document = new DocumentImpl();
  -            document.setEncoding("utf-8");
  +            document.setXmlEncoding("utf-8");
               // Create an element with a default namespace declaration.
               Element outerNode = document.createElement("outer");
               outerNode.setAttribute("xmlns", "myuri:");
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to