gareth 2003/09/26 02:18:45
Modified:c/samples/Redirect RedirectHandlers.cpp
Log:
fix for bug #23427. Patch by David Cargill.
Revision ChangesPath
1.9 +2 -2 xml-xerces/c/samples/Redirect/RedirectHandlers.cpp
Index: RedirectHandlers.cpp
==
mrglavas2003/09/26 09:13:41
Modified:java/src/org/apache/xerces/util URI.java
Log:
The URI grammar is ambiguous concerning whether or not
a URI contains a net path or absolute path. Two slashes means
we may have authority, but definitely means we're either matching
net_path
peiyongz2003/09/26 11:29:27
Modified:c/src/xercesc/validators/common ContentSpecNode.cpp
ContentSpecNode.hpp
Log:
Implement serialization/deserialization
Revision ChangesPath
1.9 +44 -6 xml-xerces/c/src/xercesc/validators/common/ContentSp
peiyongz2003/09/26 11:31:05
Modified:c/src/xercesc/validators/schema ComplexTypeInfo.cpp
Log:
Synchronize ContentSpecNode and formattedModel
Revision ChangesPath
1.10 +10 -0 xml-xerces/c/src/xercesc/validators/schema/ComplexTypeInfo.cpp
Index: ComplexTypeInf
peiyongz2003/09/26 11:31:13
Modified:c/src/xercesc/validators/DTD DTDElementDecl.cpp
Log:
Synchronize ContentSpecNode and formattedModel
Revision ChangesPath
1.6 +9 -1 xml-xerces/c/src/xercesc/validators/DTD/DTDElementDecl.cpp
Index: DTDElementDecl.cpp
=
mrglavas2003/09/26 12:22:05
Modified:java/src/org/apache/xerces/util URI.java
Log:
Fixed 18779: We now support registry based naming authority.
Fixed a comment from the last commit. Every net_path except
for ones containing IPv6References is an abs_path.
Improved scannin
mrglavas2003/09/26 21:29:16
Modified:java/docs faq-xinclude.xml
Log:
Fixing a typo in the XInclude documentation.
Revision ChangesPath
1.2 +1 -1 xml-xerces/java/docs/faq-xinclude.xml
Index: faq-xinclude.xml
===