-
Bug
-
Resolution: Unresolved
-
P4
-
22
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
In our project we generate NMTOKENs which are valid (except for some corner cases which are irrelevant here) according to specification from w3c, but the validation in class XMLChar (org.apache.xerces.util.XMLChar#isValidNmtoken) from internal JDK JAXP implementation does not recognize them as valid. One example: "AIJ" ("A" + 0x132) (0x132 in #xF8-#x2FF range)
According to JavaDoc of the method it should validate exactly what is specified.
FREQUENCY : always
In our project we generate NMTOKENs which are valid (except for some corner cases which are irrelevant here) according to specification from w3c, but the validation in class XMLChar (org.apache.xerces.util.XMLChar#isValidNmtoken) from internal JDK JAXP implementation does not recognize them as valid. One example: "AIJ" ("A" + 0x132) (0x132 in #xF8-#x2FF range)
According to JavaDoc of the method it should validate exactly what is specified.
FREQUENCY : always