/[classpath]/classpath/gnu/xml/dom/DomImpl.java
ViewVC logotype

Diff of /classpath/gnu/xml/dom/DomImpl.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Sun Jan 16 15:15:09 2005 UTC revision 1.1.2.2 by gnu_andrew, Wed Feb 16 01:11:41 2005 UTC
# Line 207  public class DomImpl Line 207  public class DomImpl
207          root = doc.createElementNS(namespaceURI, rootName);          root = doc.createElementNS(namespaceURI, rootName);
208          if (rootName.startsWith("xmlns:"))          if (rootName.startsWith("xmlns:"))
209            {            {
210              throw new DomEx(DomEx.NAMESPACE_ERR, "xmlns is reserved", null, 0);              throw new DomDOMException(DOMException.NAMESPACE_ERR,
211                                          "xmlns is reserved", null, 0);
212            }            }
213        }        }
214      // Bleech -- L2 seemingly _requires_ omission of xmlns attributes.      // Bleech -- L2 seemingly _requires_ omission of xmlns attributes.

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26