mrglavas 2004/03/09 15:21:06
Modified: java/docs api.xml faq-grammars.xml faq-xs.xml readme.xml
Log:
Update references to XML Schema API.
Revision Changes Path
1.17 +1 -1 xml-xerces/java/docs/api.xml
Index: api.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/api.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- api.xml 25 Feb 2004 16:22:44 -0000 1.16
+++ api.xml 9 Mar 2004 23:21:06 -0000 1.17
@@ -99,7 +99,7 @@
<anchor name="xml-schema-api-documentation"/>
<s2 title='XML Schema API Documentation'>
<p>
- The <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/">XML Schema
API</jump>
+ The <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040309/">XML Schema
API</jump>
specification defines a set of interfaces for accessing and querying the post
schema
validation infoset (PSVI) defined in
<jump href="http://www.w3.org/TR/xmlschema-1/#PSVI_contributions">Contributions
1.13 +1 -1 xml-xerces/java/docs/faq-grammars.xml
Index: faq-grammars.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/faq-grammars.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- faq-grammars.xml 25 Feb 2004 16:22:44 -0000 1.12
+++ faq-grammars.xml 9 Mar 2004 23:21:06 -0000 1.13
@@ -363,7 +363,7 @@
Yes, for grammar types for which such an API is defined.
No such API exists at the current moment for DTD's. For
XML Schemas, Xerces implements the
- <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/">XML Schema
API</jump>.
+ <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040309/">XML Schema
API</jump>.
For details, it's best to look at the
<link idref="api" anchor="xml-schema-api-documentation">API</link> docs for
the <code>org.apache.xerces.xs</code>
1.14 +4 -4 xml-xerces/java/docs/faq-xs.xml
Index: faq-xs.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/faq-xs.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- faq-xs.xml 25 Feb 2004 16:22:44 -0000 1.13
+++ faq-xs.xml 9 Mar 2004 23:21:06 -0000 1.14
@@ -72,14 +72,14 @@
<q>Does Xerces provide access to the post schema validation infoset (PSVI)?</q>
<a>
<p>
- Xerces implements the <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/">XML Schema
API</jump> specification that defines an API for accessing and querying the post
schema validation infoset (PSVI) as defined in <jump
href='http://www.w3.org/TR/xmlschema-1/#PSVI_contributions'>
+ Xerces implements the <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040309/">XML Schema
API</jump> specification that defines an API for accessing and querying the post
schema validation infoset (PSVI) as defined in <jump
href='http://www.w3.org/TR/xmlschema-1/#PSVI_contributions'>
Contributions to the post-schema-validation infoset (Appendix C.2)</jump>.
This API also defines interfaces for loading XML schema documents.
</p>
<p>For more information please refer to the
<link idref='api' anchor='xml-schema-api-documentation'>interfaces</link>.
</p>
-<note>The Xerces 2.6.2 release fixes a documentation bug in the <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/">XML Schema
API</jump>. In particular in the XSModel interface the order of the parameters in
getTypeDefinition, getNotationDeclaration, getModelGroupDefinition,
getElementDeclaration, getAttributeDeclaration, getAttributeGroup methods have been
changed from (String namespace, String name) to (String name, String namespace).
+<note>The Xerces 2.6.2 release fixes a documentation bug in the <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040309/">XML Schema
API</jump>. In particular in the XSModel interface the order of the parameters in
getTypeDefinition, getNotationDeclaration, getModelGroupDefinition,
getElementDeclaration, getAttributeDeclaration, getAttributeGroup methods have been
changed from (String namespace, String name) to (String name, String namespace).
</note>
</a>
</faq>
@@ -90,7 +90,7 @@
<p>
The PSVI interfaces which used to be part of the
<code>org.apache.xerces.xni.psvi</code>
and <code>org.apache.xerces.impl.xs.psvi</code> packages were modified and
have been moved
- into the <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/">XML Schema
API</jump>.
+ into the <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040309/">XML Schema
API</jump>.
</p>
</a>
</faq>
@@ -210,7 +210,7 @@
<q>Can I parse and query XML Schema components in memory?</q>
<a>
<p>
- Yes, the <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/">XML Schema
API</jump>
+ Yes, the <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040309/">XML Schema
API</jump>
specification defines an interface called <code>XSLoader</code> which
provides methods
for loading XML Schema documents into an <code>XSModel</code>. The
<code>XSImplementation</code>
interface provides a method to create an <code>XSLoader</code> using the
1.51 +1 -1 xml-xerces/java/docs/readme.xml
Index: readme.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/readme.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- readme.xml 25 Feb 2004 16:22:44 -0000 1.50
+++ readme.xml 9 Mar 2004 23:21:06 -0000 1.51
@@ -133,7 +133,7 @@
</p>
<ul>
- <li>This release fixes a documentation bug in the <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/">XML Schema
API</jump>.
+ <li>This release fixes a documentation bug in the <jump
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040309/">XML Schema
API</jump>.
In particular in the <code>XSModel</code> interface the order of the
parameters in <code>getTypeDefinition, getNotationDeclaration,
getModelGroupDefinition, getElementDeclaration, getAttributeDeclaration,
getAttributeGroup</code> methods have been changed
from <code>(String namespace, String name) to (String name, String
namespace)</code>.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]