bug-classpath
[Top][All Lists]
Advanced

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

[Bug xml/44821] New: QName constants definitions wrong for Gregorian cal


From: mario dot schroettner at siemens dot com
Subject: [Bug xml/44821] New: QName constants definitions wrong for Gregorian calendar?
Date: 5 Jul 2010 09:07:36 -0000

I ran into issues with QName comparing due to definition of QNmae constants for
Gregorian calendar within file /javax/xml/datatype/DatatypeConstants.java
example:
current:
public static final QName DATETIME=new
QName("http://www.w3.org/2001/XMLSchema#dateTime","";);
after changing this and other lines to have the content split it works for me:
-->  public static final QName DATETIME=new
QName("http://www.w3.org/2001/XMLSchema","dateTime";);


-- 
           Summary: QName constants definitions wrong for Gregorian
                    calendar?
           Product: classpath
           Version: 0.98
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: xml
        AssignedTo: dog at gnu dot org
        ReportedBy: mario dot schroettner at siemens dot com


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




reply via email to

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