Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The Javadoc currently claim:
If a character c is not valid at a certain position in an XML 1.0 NCName it is encoded in the form: 'x' + hexValueOf(c) + ''.
...but in reality the code checks for Names, not NCNames, so it does not escape ":". This should be clarified.