mrglavas    2004/01/26 19:11:01

  Modified:    java/docs api.xml faq-grammars.xml faq-xs.xml
  Log:
  Refer consistently to the XML Schema API and reference
  the specification posted on the W3C site.
  
  Revision  Changes    Path
  1.15      +3 -2      xml-xerces/java/docs/api.xml
  
  Index: api.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/api.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- api.xml   14 Nov 2003 22:15:20 -0000      1.14
  +++ api.xml   27 Jan 2004 03:11:01 -0000      1.15
  @@ -84,8 +84,9 @@
    <anchor name="xml-schema-api-documentation"/>
    <s2 title='XML Schema API Documentation'>
     <p>
  -   The XML Schema API defines a set of interfaces for accessing and querying
  -   the post schema validation infoset (PSVI) defined in
  +   The <jump 
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/";>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 
      to the post-schema-validation infoset (Appendix C.2)</jump>. These interfaces
      provide access to the XML Schema components, which follow as a consequence of 
  
  
  
  1.9       +7 -6      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- faq-grammars.xml  19 Nov 2003 17:19:26 -0000      1.8
  +++ faq-grammars.xml  27 Jan 2004 03:11:01 -0000      1.9
  @@ -347,9 +347,10 @@
       <p>
           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, there is a Xerces-specific schema component
  -        model <link idref="api" anchor="xml-schema-api-documentation">API</link>.
  -        For details, it's best to look at the javadocs for
  +        XML Schemas, Xerces implements the 
  +        <jump 
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/";>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>
           package.  Assuming you have produced a Grammar object from an XML Schema
           document by some means, to turn that object
  @@ -375,9 +376,9 @@
     <q>Is there an alternative method for getting an XSModel?</q>
     <a>
      <p>
  -       Yes, the <link idref="api" anchor="xml-schema-api-documentation">XML Schema 
API</link>
  -       defines an interface called <code>XSLoader</code> which provides methods for 
loading
  -       XML Schema documents into an <code>XSModel</code>. The 
<code>XSImplementation</code>
  +       Yes, the <jump 
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/";>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 
          <jump 
href="http://www.w3.org/TR/2003/CR-DOM-Level-3-Core-20031107/core.html#Bootstrap";>
          DOM Level 3 Bootstraping mechanism</jump>. An application can get a 
reference to 
  
  
  
  1.8       +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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- faq-xs.xml        14 Nov 2003 22:14:25 -0000      1.7
  +++ faq-xs.xml        27 Jan 2004 03:11:01 -0000      1.8
  @@ -36,7 +36,7 @@
     </faq>
   
     <faq title="Using Entities and CDATA Sections">
  -    <q>How does XML Schema processor treats entities and CDATA secptions?</q>
  +    <q>How does the XML Schema processor treat entities and CDATA sections?</q>
       <a> 
         <p>According to the XML Infoset the infoset items contributing to the 
        <jump href='http://www.w3.org/TR/xml-infoset/#infoitem.character'>[character
  @@ -57,7 +57,7 @@
       <q>Does Xerces provide access to the post schema validation infoset (PSVI)?</q>
       <a>
         <p>
  -     Xerces defines an <link idref="api" anchor="xml-schema-api-documentation">XML 
Schema API</link>
  +     Xerces defines an <jump 
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/";>XML Schema 
API</jump>
        for accessing and querying the post schema validation infoset (PSVI) defined 
in 
        <jump href='http://www.w3.org/TR/xmlschema-1/#PSVI_contributions'>
          Contributions to the post-schema-validation infoset (Appendix C.2)</jump>. 
  @@ -75,7 +75,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 <link idref="api" anchor="xml-schema-api-documentation">XML Schema 
API</link>.
  +        into the <jump 
href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/";>XML Schema 
API</jump>.
         </p>
       </a>
     </faq>
  @@ -97,7 +97,7 @@
       ...
   }</source>
         <note>For more information, please refer to the API documentation
  -     of the PSVI interfaces.</note>
  +     for the XML Schema API.</note>
         
         <p>The above code shows how to retrieve PSVI information after
        elements/attributes are assessed. The other kind of information PSVI
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to