bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug xml/32672] gnu.xml.dom.DomDOMException: The node belongs in another


From: kaz at maczuka dot gcd dot org
Subject: [Bug xml/32672] gnu.xml.dom.DomDOMException: The node belongs in another document.
Date: 8 Jul 2007 10:07:49 -0000


------- Comment #1 from kaz at maczuka dot gcd dot org  2007-07-08 10:07 -------
Created an attachment (id=13870)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13870&action=view)
Testcase

Command line:

java XSLTProcessor 01.xsl 01.xml

The XSLT script and the XML file follows.

$ cat 01.xsl
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xsl:stylesheet>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
<xsl:output method="xml" />
<xsl:template match='/'>
<xsl:copy-of select="./*" />
</xsl:template>
</xsl:stylesheet>
$ cat 01.xml
<?xml version="1.0"?>
<x y="1" />


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32672





reply via email to

[Prev in Thread] Current Thread [Next in Thread]