neilg 2002/11/11 11:03:24
Modified: java/docs releases.xml xml-schema.xml
Log:
doc updates to reflect ability to validate schema for schemas
Revision Changes Path
1.139 +8 -2 xml-xerces/java/docs/releases.xml
Index: releases.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- releases.xml 8 Nov 2002 20:08:01 -0000 1.138
+++ releases.xml 11 Nov 2002 19:03:24 -0000 1.139
@@ -4,7 +4,7 @@
<releases>
<release version="&ParserName; 2.2.1">
<desc>
- This release fixes three important bugs and several minor problems that
+ This release fixes four important bugs and several minor problems that
were present in Xerces-J 2.2.0.
</desc>
<changes>
@@ -25,6 +25,12 @@
<fix>
<note>
Made the external-schema-location property work again.
+ </note>
+ <submitter name="Sandy Gao"/>
+ </fix>
+ <fix>
+ <note>
+ Enabled Xerces to validate the schema for schemas.
</note>
<submitter name="Sandy Gao"/>
</fix>
1.4 +10 -0 xml-xerces/java/docs/xml-schema.xml
Index: xml-schema.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/xml-schema.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xml-schema.xml 23 Sep 2002 02:22:39 -0000 1.3
+++ xml-schema.xml 11 Nov 2002 19:03:24 -0000 1.4
@@ -77,5 +77,15 @@
Schema document instance namespace, as specified by the
Recommendation. See the sample provided in the
Usage section.</p>
+ <p> As of version 2.2.1, it is hoped that Xerces-J will always
+ be able to parse the Schema for Schemas current at the time of the
product's release. As of version
+ 2.2.1, this implies inserting special logic to permit the presence of
+ the built-in Schema datatypes in this particular schema; an
+ issue has been raised with the Schema Working Group, in hopes the document
+ will be modified so that the built-in types are no
+ longer presented as global components. Thus, anyone planning
+ to rely on the Schema for Schemas should be aware that the
+ possibility exists that a change of this sort might be made in the future.
+ </p>
</s2>
</s1>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]