cvs commit: xml-xerces/c/samples/Redirect RedirectHandlers.cpp

2003-09-26 Thread gareth
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 ==

cvs commit: xml-xerces/java/src/org/apache/xerces/util URI.java

2003-09-26 Thread mrglavas
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

cvs commit: xml-xerces/c/src/xercesc/validators/common ContentSpecNode.cpp ContentSpecNode.hpp

2003-09-26 Thread peiyongz
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

cvs commit: xml-xerces/c/src/xercesc/validators/schema ComplexTypeInfo.cpp

2003-09-26 Thread peiyongz
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

cvs commit: xml-xerces/c/src/xercesc/validators/DTD DTDElementDecl.cpp

2003-09-26 Thread peiyongz
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 =

cvs commit: xml-xerces/java/src/org/apache/xerces/util URI.java

2003-09-26 Thread mrglavas
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

cvs commit: xml-xerces/java/docs faq-xinclude.xml

2003-09-26 Thread mrglavas
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 ===