/[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 by mark, Thu Dec 23 22:38:43 2004 UTC revision 1.2 by dog, Thu Feb 10 17:21:25 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  
changed lines
  Added in v.1.2

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