mrglavas2003/11/18 16:13:11
Modified:java/docs faq-performance.xml
Log:
Added section on grammar caching. Modified section
which discusses performance of parser configurations.
XML11Configuration (the default) has similar performance
to the NonValidatingCongfiguration since Ele
elena 2003/11/18 16:10:29
Modified:java build.xml
Log:
fix dom3 target and dtd targets
Revision ChangesPath
1.156 +5 -3 xml-xerces/java/build.xml
Index: build.xml
===
RCS file: /home/c
elena 2003/11/18 16:08:42
Modified:java/tests/dom/dom3 Test.java
java/tests/dom/registry Test.java
Log:
reference DOMXSImplementationSourceImpl
Revision ChangesPath
1.15 +1 -1 xml-xerces/java/tests/dom/dom3/Test.java
Index: Test.java
elena 2003/11/18 16:08:10
Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java
Log:
Fixing a bug related to busy -- was not resetting this field properly. Also abort()
means that the parsing is stopped,
therefore we need to throw an exception.
Revision Changes
elena 2003/11/18 16:07:01
Modified:java/samples/dom DOM3.java
java/samples/xs QueryXS.java
Log:
Reference DOMXSImplementationSourceImpl.java
Revision ChangesPath
1.9 +1 -1 xml-xerces/java/samples/dom/DOM3.java
Index: DOM3.java
==
elena 2003/11/18 15:47:42
Modified:java/src/org/apache/xerces/dom
DOMImplementationSourceImpl.java
Added: java/src/org/apache/xerces/dom
DOMXSImplementationSourceImpl.java
Log:
Separate dom implementation source from XML Schem
elena 2003/11/18 15:27:47
Modified:java/src/org/apache/xerces/impl/xs XMLSchemaLoader.java
Log:
rename DOMInputList to LSInputList to be consistant with the DOM Level 3 LS CR.
Revision ChangesPath
1.22 +3 -3
xml-xerces/java/src/org/apache/xerces/impl/xs/XMLSc
elena 2003/11/18 15:27:20
Modified:java/src/org/apache/xerces/xs XSLoader.java
Added: java/src/org/apache/xerces/xs LSInputList.java
Removed: java/src/org/apache/xerces/xs DOMInputList.java
Log:
rename DOMInputList to LSInputList to be consistant with the DOM Level 3
elena 2003/11/18 15:24:58
Modified:java/src/org/apache/xerces/dom AttrNSImpl.java
Log:
Fixing dtdjar target -- should only rely on the xerces.xs interfaces not actual
implementation.
Revision ChangesPath
1.40 +6 -8 xml-xerces/java/src/org/apache/xerces/dom/At
elena 2003/11/18 15:16:47
Modified:java build.xml
Log:
Upgrading to SAX 2.0.1 support
Revision ChangesPath
1.155 +3 -3 xml-xerces/java/build.xml
Index: build.xml
===
RCS file: /home/cv
elena 2003/11/18 15:16:28
Modified:java/tools xml-apis.jar
Added: java/tools xml-commons-external-1.2.01-src.zip
xml-commons-external-1.2.01-src.LICENSE.txt
Removed: java/tools xml-apis--src.zip xml-apis--src.LICENSE.txt
Log:
Upgrading to SAX 2
elena 2003/11/18 15:08:03
Modified:java/src/org/apache/xerces/parsers AbstractSAXParser.java
java/src/org/apache/xerces/util ErrorHandlerWrapper.java
Log:
Upgrading to SAX 2.0.1. support
Revision ChangesPath
1.44 +2 -30
xml-xerces/java/src/org/a
elena 2003/11/18 14:59:50
Modified:java/src/org/apache/xml/serialize BaseMarkupSerializer.java
XML11Serializer.java XMLSerializer.java
Log:
We need to escape CR during text normalization and TAB, CR, NL during attribute
value serialization to allow roundtr
mrglavas2003/11/18 14:28:19
Modified:java/docs releases.xml
Log:
Update the release doc.
Revision ChangesPath
1.167 +2 -2 xml-xerces/java/docs/releases.xml
Index: releases.xml
===
RCS file:
lmartin 2003/11/18 14:23:00
Modified:java/src/org/apache/xerces/dom NodeImpl.java
Log:
Fix to compareDocumentPosition: when this is an attr and other is an ancestor node,
ensure CONTAINS bit is set in return value
Revision ChangesPath
1.70 +5 -2 xml-xerces/jav
mrglavas2003/11/18 13:47:35
Modified:java/src/org/apache/xerces/impl XMLEntityManager.java
Log:
Fixing Bugs #897 & #19152. They're very different reports,
but they're both symptoms of the same bug. We were keeping a list
of all the readers opened during a parse and only closing t
venu2003/11/18 12:45:12
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
DOMParserImpl.java
Log:
no fixes , just code formatting.
Revision ChangesPath
1.100 +1066
-1066xml-xerces/java/src/org/apache/xerces/parsers/Abstrac
venu2003/11/18 12:10:38
Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java
AbstractDOMParser.java
Log:
Patches for bugs #24795 ,#24797: Patches submitted by ramesh mandava.
Revision ChangesPath
1.7 +34 -5 xml-xerces/java/
mrglavas2003/11/18 10:46:22
Modified:java/docs dom3.xml
Log:
Setting well-formed parameter to true is now supported.
Revision ChangesPath
1.13 +2 -4 xml-xerces/java/docs/dom3.xml
Index: dom3.xml
elena 2003/11/18 10:32:43
Modified:java/src/org/apache/xerces/parsers XML11Configuration.java
Log:
Cleanup: the XMLSchemaValidator should be only added to common components vector
(done in configure*Pipeline methods)
Revision ChangesPath
1.11 +1 -5
xml-xerc
mrglavas2003/11/18 10:17:32
Modified:java/src/org/apache/xerces/impl XMLScanner.java
Log:
Cleanup. Remove extra call of init().
Revision ChangesPath
1.39 +2 -2 xml-xerces/java/src/org/apache/xerces/impl/XMLScanner.java
Index: XMLScanner.java
=
mrglavas2003/11/18 10:14:18
Modified:java/src/org/apache/xerces/parsers XML11Configuration.java
Log:
Actually set flag which indicates that XML11 components have
been initialized. We were recreating them on every parse.
Revision ChangesPath
1.10 +7 -5
xml-xer
neilg 2003/11/18 07:56:54
Modified:java/src/org/apache/xerces/impl/xs/identity
XPathMatcher.java
Log:
fix for typo in toString method; thanks to Jon Schewe for pointing this out
Revision ChangesPath
1.21 +2 -2
xml-xerces/java/src/org/a
mrglavas2003/11/18 07:39:22
Modified:java/src/org/apache/xerces/util XML11Char.java
Log:
Static mutability fix. Make character flag array private.
It should never have had public visibility.
Revision ChangesPath
1.4 +2 -2 xml-xerces/java/src/org/apache/xerces
mrglavas2003/11/18 07:08:42
Modified:java/docs samples-dom.xml
Log:
Fixing typo: cashing -> caching.
Revision ChangesPath
1.9 +1 -1 xml-xerces/java/docs/samples-dom.xml
Index: samples-dom.xml
==
venu2003/11/18 06:59:33
Modified:java/src/org/apache/xml/serialize DOMSerializerImpl.java
Log:
Fix for bug 24778. Patch submitted by ramesh mandava.
Revision ChangesPath
1.7 +4 -3
xml-xerces/java/src/org/apache/xml/serialize/DOMSerializerImpl.java
Ind
neeraj 2003/11/17 23:34:36
Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java
DOMNormalizer.java
Log:
Now applications can set the value of well-formedness feature to either true or fals
when normalizing document.
Revision ChangesPa
27 matches
Mail list logo