mrglavas2003/12/18 19:36:44
Modified:java/src/org/apache/xerces/impl XML11EntityScanner.java
Log:
Fixing a bug in the last commit. When we're scanning a long
QName and we need to resize or copy down, we also need to
adjust the index of the ':' if we found one.
Revision Chan
mrglavas2003/11/13 10:46:00
Modified:java/src/org/apache/xerces/util XML11Char.java
java/src/org/apache/xerces/impl XML11EntityScanner.java
XMLScanner.java XMLEntityScanner.java
XMLVersionDetector.java
mrglavas2003/11/07 13:00:28
Modified:java/src/org/apache/xerces/impl XML11EntityScanner.java
XMLEntityScanner.java
Log:
Fixing a couple of bugs:
1) We were previously accepting strings starting with ':' as
valid QNames. Now checking that the first chara
mrglavas2003/11/06 10:57:47
Modified:java/src/org/apache/xerces/impl XML11EntityScanner.java
XMLEntityScanner.java
Log:
Fixing a bug which seems to have arisen from factoring
entity scanner out from the entity manager several
releases ago.
The buffer
mrglavas2003/08/29 09:05:37
Modified:java/src/org/apache/xerces/impl XML11EntityScanner.java
Log:
Fixing various bugs involving NEL and LSEP.
In some cases they were treated as spaces in internal entities, and in others they
were not normalized to LF in external entities.
Rev
neilg 2003/07/25 10:23:51
Modified:java/src/org/apache/xerces/impl XML11EntityScanner.java
Log:
the fix to bug 18789 exposed another bug in the XML 1.1 implementation: For
comments and processing instructions, we permittted control characters to be present,
unescaped. This commi