neeraj 2003/01/17 02:12:33
Modified:java/src/org/apache/xerces/impl/xs/models CMNodeFactory.java
CMBuilder.java
Log:
Function to create instances of different node types should return CMNode type.
Resetting the node counter
once we are finished building co
elena 2003/01/17 06:28:07
Modified:java/src/org/apache/xerces/dom DeferredDocumentImpl.java
Log:
Fix a bug introduced in the new getTypeInfo method (DOM L3)
Revision ChangesPath
1.50 +2 -2
xml-xerces/java/src/org/apache/xerces/dom/DeferredDocumentImpl.java
elena 2003/01/17 06:29:10
Modified:java/src/org/apache/xerces/dom NodeImpl.java
Log:
Element Definition should not have -1 code (related to debugging of the deferred DOM)
Revision ChangesPath
1.62 +2 -2 xml-xerces/java/src/org/apache/xerces/dom/NodeImpl.java
elena 2003/01/17 06:30:03
Modified:java/src/org/apache/xerces/dom DOMNormalizer.java
Log:
According to the latest DOM L3 clarification XML 1.0 attribute value normalization
will not happen in the DOM (since DOM exposes the Infoset).
Revision ChangesPath
1.26 +6 -
knoaman 2003/01/17 07:35:57
Modified:c/src/xercesc/validators/schema GeneralAttributeCheck.cpp
Log:
Fix for attribute checking of schema declarations.
Revision ChangesPath
1.12 +11 -6
xml-xerces/c/src/xercesc/validators/schema/GeneralAttributeCheck.cpp
Inde
neilg 2003/01/17 08:50:32
Added: java/tools xml-apis--src.tar.gz
Log:
add a tarball containing API source from the JAXP TCK-compliant branch of
xml-commons. Note that this is not blessed yet; that will come as soon as one
outstanding issue has been resolved and I am able to ta
neilg 2003/01/17 08:51:38
Modified:java/tools xml-apis.jar
Log:
update the xml-apis jar to match the current state of the JAXP TCK-compliant branch
of xml-commons. Note that this is not blessed yet; that will come as soon as one
outstanding issue has been resolved and I am able
neilg 2003/01/17 08:53:20
Modified:java build.xml
Log:
compile against the classes in xml-apis.jar instead of the APIs in our CVS source
tree. Updated all build targets to get sources from the new xml-apis--src.tar.gz; now
we are ready to remove our APIs from CVS. Also upda
neilg 2003/01/17 08:55:08
Added: java LICENSE-DOM.html LICENSE-SAX.html
Log:
adding files to describe the licenses under which we are allowed to distribute DOM
and SAX API sources/binaries
Revision ChangesPath
1.1 xml-xerces/java/LICENSE-DOM.html
neilg 2003/01/17 08:57:23
Added: java/tools xml-apis--src.LICENSE.txt
Log:
adding license info for the xml-apis--src.tar.gz file
Revision ChangesPath
1.1 xml-xerces/java/tools/xml-apis--src.LICENSE.txt
Index: xml-apis--src.LICENSE.txt
=
knoaman 2003/01/17 11:13:21
Modified:c/src/xercesc/internal SGXMLScanner.cpp IGXMLScanner2.cpp
Log:
Fix for wildcard attribute validation.
Revision ChangesPath
1.11 +4 -3 xml-xerces/c/src/xercesc/internal/SGXMLScanner.cpp
Index: SGXMLScanner.cpp
=
neilg 2003/01/17 11:43:02
Modified:java/src/org/apache/xerces/impl/xs XMLSchemaLoader.java
XMLSchemaValidator.java
java/src/org/apache/xerces/impl/xs/models CMBuilder.java
CMNodeFactory.java
Log:
CMNodeFactory should no
neilg 2003/01/17 11:55:40
Modified:java/src/org/apache/xerces/util SecurityManager.java
java/src/org/apache/xerces/impl/msg
XMLSchemaMessages.properties
Log:
improve error message and the description of the new methods added to
SecurityManage
elena 2003/01/17 14:40:54
Modified:java/src/org/apache/xerces/dom DOMErrorImpl.java
DeferredDocumentImpl.java
DeferredProcessingInstructionImpl.java
ProcessingInstructionImpl.java
java/src/org/apache
elena 2003/01/17 14:41:38
Modified:java/src/dom3/org/w3c/dom DOMError.java
Log:
Modify DOMError interface to include "type" and "relatedData" fields
Revision ChangesPath
1.3 +22 -0 xml-xerces/java/src/dom3/org/w3c/dom/DOMError.java
Index: DOMError.java
neilg 2003/01/17 15:21:06
Removed: java/tools xml-apis--src.tar.gz
Log:
this file is corrupt!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
neilg 2003/01/17 15:22:35
Added: java/tools xml-apis--src.tar.gz
Log:
reintroduce source for xml-apis.jar. Hopefully this will not become corrupt.
Revision ChangesPath
1.3 +0 -0 xml-xerces/java/tools/xml-apis--src.tar.gz
<>
--
neilg 2003/01/17 15:27:09
Removed: java/tools xml-apis--src.tar.gz
Log:
but that failed too... Let us see if CVS understands zip files next time
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
neilg 2003/01/17 15:30:05
Added: java/tools xml-apis--src.zip
Log:
with high hopes that CVS will not corrupt this zip file, here are the sources for
xml-apis.jar once again.
Revision ChangesPath
1.1 xml-xerces/java/tools/xml-apis--src.zip
neilg 2003/01/17 15:52:33
Modified:java build.xml
Log:
since it seems that CVS does not understand tarballs, use a zip to store commons API
source instead. Also, update copyright info as it appears on the documentation etc.
Revision ChangesPath
1.118 +7 -11
neilg 2003/01/17 15:53:33
Modified:java/docs samples-xni.xml
Added: java/samples/xni xerces.properties
Log:
at the suggestion of some people in Xalan-land, here is a sample xerces.properties
to use, along with some directions on where to put it and why it might be useful.
21 matches
Mail list logo