bug-classpath
[Top][All Lists]
Advanced

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

[Bug xml/30831] New: Writing (transforming) XML fails


From: mtrudel at gmx dot ch
Subject: [Bug xml/30831] New: Writing (transforming) XML fails
Date: 17 Feb 2007 09:15:26 -0000

Here a failing XML example (GCJ rev 121693). Reading XML works, printing
(transforming) fails:

----- expected output start -----
reading xml:
<test>
        <line>Just a line of Text.</line>
</test>

writing xml:
<?xml version="1.0" encoding="ISO-8859-1"?>
<test>
<foo>abc</foo>
</test>
----- expected output end -----

----- actual output start -----
reading xml:
<test>
    <line>Just a line of Text.</line>
</test>

writing xml:
Exception in thread "main" java.lang.NullPointerException
   at gnu.xml.dom.ls.SAXEventSink.startDocument(XmlTest-1.1)
   at XmlTest.writeXml(XmlTest-1.1)
----- actual output end -----


-- 
           Summary: Writing (transforming) XML fails
           Product: classpath
           Version: 0.93
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: xml
        AssignedTo: dog at gnu dot org
        ReportedBy: mtrudel at gmx dot ch


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





reply via email to

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