dleslie     99/12/08 09:11:36

  Modified:    docs     blocks.ent commandline.xml install.xml overview.xml
                        readme.xml
  Log:
  Formatting fixes so xml docs fully conform to dtd.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/docs/blocks.ent
  
  Index: blocks.ent
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/blocks.ent,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- blocks.ent        1999/11/08 21:44:58     1.1
  +++ blocks.ent        1999/12/08 17:11:35     1.2
  @@ -11,7 +11,7 @@
   
   <!ENTITY % content "(#PCDATA|%markup;|%links;|p|important)*"> 
   
  -<!ELEMENT p (#PCDATA|%markup;|%links;|important)*> 
  +<!ELEMENT p (#PCDATA|%markup;|%links;|note|important)*> 
   <!ELEMENT note %content;>
   <!ELEMENT ul (li|ol|ul)+>
   <!ELEMENT ol (li|ol|ul)+>
  
  
  
  1.5       +1 -1      xml-xalan/docs/commandline.xml
  
  Index: commandline.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/commandline.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- commandline.xml   1999/11/24 13:07:07     1.4
  +++ commandline.xml   1999/12/08 17:11:35     1.5
  @@ -74,7 +74,7 @@
       arguments (described below). The following command line, for example, 
includes the -IN, -XSL,
       and -OUT switches with their accompanying arguments -- the XML source 
document, the XSL
       stylesheet, and the output file:</p>
  -    <source>java org.apache.xalan.xslt.Process -IN foo.xml -XSL foo.xsl -OUT 
foo.out</source>
  +    <code>java org.apache.xalan.xslt.Process -IN foo.xml -XSL foo.xsl -OUT 
foo.out</code>
       </li></ol>
       <p>The command line utility can take the following switches and 
arguments:</p> 
         <source>
  
  
  
  1.3       +3 -3      xml-xalan/docs/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/install.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- install.xml       1999/11/11 14:54:03     1.2
  +++ install.xml       1999/12/08 17:11:36     1.3
  @@ -70,9 +70,9 @@
                 <li><p>Download &xslt4j;.</p></li>
                  <li><p>Add &xml4j; and &xslt4j; to the system classpath, or 
copy the &xml4j; jar
                         into the &xslt4j; directory. To add &xml4j; and 
&xslt4j; onto the system classpath,
  -       include something like:<code>
  -       <p>set 
CLASSPATH=\xml-xalan\xalan.jar;\xml-xerces\java\xerces.jar;%CLASSPATH%</p></code>
 
  -       in your autoexec.bat.</p></li>  
  +       include something like:</p>
  +       <p><code>set 
CLASSPATH=\xml-xalan\xalan.jar;\xml-xerces\java\xerces.jar;%CLASSPATH%</code></p>
  +       <p>in your autoexec.bat.</p></li>  
         
                </ol>
        </s2>
  
  
  
  1.4       +2 -2      xml-xalan/docs/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/overview.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- overview.xml      1999/11/08 21:46:31     1.3
  +++ overview.xml      1999/12/08 17:11:36     1.4
  @@ -68,8 +68,8 @@
           HTML documents, or other document types. This part of the language 
includes the XML 
         <resource-ref idref="xsl-draft-used" use-short="yes"/> vocabulary and 
         <resource-ref idref="xpath-draft-used" use-short="yes"/>, a language 
for addressing parts of an XML document. XPath is designed to be used by both 
XSLT and XPointer.</p></li>
  -                 <li><p>An XML vocabulary for specifying formatting 
semantics (called <term>Formatting
  -        Objects</term>).</p></li> 
  +                 <li><p>An XML vocabulary for specifying formatting 
semantics (called <ref>Formatting
  +        Objects</ref>).</p></li> 
                        </ol> 
   
                  <p>&xslt4j; implements the first part of
  
  
  
  1.4       +9 -9      xml-xalan/docs/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/readme.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- readme.xml        1999/11/08 21:46:36     1.3
  +++ readme.xml        1999/12/08 17:11:36     1.4
  @@ -70,7 +70,7 @@
       from using this software.</p>
                <p>For a general overview of &xslt4j;, see <resource-ref 
idref="Introduction"/>. For information about the &xslt4j;
        API, see <resource-ref idref="APIOverview"/> and <resource-ref 
idref="APIDocumentation"/>.</p>    
  -             <p>A local copy of the <resource-ref idref="localXSLT4JLicense" 
use-short="no"/> is included.</p> 
  +             <p>For the Apacke Software License, see <resource-ref 
idref="ApacheLicense" use-short="no"/>.</p> 
        </s2>
       
         <s2 title="Performance Notes"> 
  @@ -251,20 +251,20 @@
         <s2 title="Glossary"> 
                <gloss> 
                  <label>XSL Instruction</label> 
  -               <li>Any tag with an XSL namespace prefix.<p/></li> 
  +               <item>Any tag with an XSL namespace prefix.<p/></item> 
                  <label>XSL Template Instruction</label> 
  -               <li>Any tag with an XSL namespace prefix that occurs inside an
  -                      xsl:template element.<p/></li> 
  +               <item>Any tag with an XSL namespace prefix that occurs inside 
an
  +                      xsl:template element.<p/></item> 
                  <label>Template Child</label> 
  -               <li>Any node that is a child of an xsl:template 
element.<p/></li> 
  +               <item>Any node that is a child of an xsl:template 
element.<p/></item> 
                  <label>Source Tree</label> 
  -               <li>The tree input to the XSL process.<p/></li> 
  +               <item>The tree input to the XSL process.<p/></item> 
                  <label>Result Tree</label> 
  -               <li>The tree that is output by the XSL process.<p/></li> 
  +               <item>The tree that is output by the XSL process.<p/></item> 
                  <label>Stylesheet Tree</label> 
  -               <li>The stylesheet tree produced from the XSL file.<p/></li> 
  +               <item>The stylesheet tree produced from the XSL 
file.<p/></item> 
                  <label>Pattern List</label> 
  -               <li>A parsed query or match pattern.<p/></li> 
  +               <item>A parsed query or match pattern.<p/></item> 
                </gloss> 
         </s2> 
   </s1> 
  
  
  

Reply via email to