bug-classpath
[Top][All Lists]
Advanced

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

[Bug xml/26319] New: illegal use of 1.1-style prefix unbinding in 1.0 do


From: mike at saxonica dot com
Subject: [Bug xml/26319] New: illegal use of 1.1-style prefix unbinding in 1.0 document
Date: 16 Feb 2006 14:44:34 -0000

The error message

illegal use of 1.1-style prefix unbinding in 1.0 document

is incorrectly reported for the following source document:

<?xml version="1.0"?>
<a xmlns="http://example.org/ns";>
  <b xmlns=""/>
</a>

This is of course a perfectly legal XML 1.0 document.

The error can be circumvented by changing the XML declaration to
'version="1.1"', but of course this isn't satisfactory in general.

[Possible duplicate: I submitted this before but can't see any trace of it in
the database]


-- 
           Summary: illegal use of 1.1-style prefix unbinding in 1.0
                    document
           Product: classpath
           Version: 0.21
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: xml
        AssignedTo: dog at gnu dot org
        ReportedBy: mike at saxonica dot com


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





reply via email to

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