You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/07/31 17:47:20 UTC

cvs commit: xml-xerces/c/doc schema.xml

tng         01/07/31 08:47:20

  Modified:    c/doc    schema.xml
  Log:
  Use <ul> instead of <ol> in schema.xml as CreateDPF does not know how to convert <ol>.
  
  Revision  Changes    Path
  1.8       +6 -6      xml-xerces/c/doc/schema.xml
  
  Index: schema.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/schema.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- schema.xml	2001/07/13 20:16:02	1.7
  +++ schema.xml	2001/07/31 15:47:20	1.8
  @@ -56,17 +56,17 @@
                          <li>Subset of Built-in Datatypes</li>
                          <ul>
                                   <li>Primitive Datatypes</li>
  -                                <ol>
  +                                <ul>
                                         <li>string</li>
                                         <li>boolean</li>
                                         <li>decimal</li>
                                         <li>hexbinary</li>
                                         <li>base64binary</li>
  -                                </ol>
  +                                </ul>
                                   <li>Derived Datatypes</li>
  -                                <ol>
  +                                <ul>
                                         <li>integer</li>
  -                                </ol>
  +                                </ul>
                          </ul>
                          <li>xsi Markup</li>
                          <ul>
  @@ -87,7 +87,7 @@
                          <li>Subset of Built-in Datatypes</li>
                          <ul>
                                   <li>Derived Datatypes</li>
  -                                <ol>
  +                                <ul>
                                         <li>normalizedString</li>
                                         <li>token</li>
                                         <li>language</li>
  @@ -101,7 +101,7 @@
                                         <li>ENTITY</li>
                                         <li>ENTITIES</li>
                                         <li>nonNegativeInteger</li>
  -                                </ol>
  +                                </ul>
                          </ul>
                  </ul>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org