You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by am...@apache.org on 2002/01/14 16:35:15 UTC

cvs commit: xml-xalan/java/xdocs/sources/xsltc index.xml xsl_choose_design.xml xsl_comment_design.xml xsl_if_design.xml xsl_include_design.xml xsl_key_design.xml xsl_lang_design.xml xsl_sort_design.xml xsl_unparsed_design.xml xsl_variable_design.xml xsl_whitespace_design.xml xsltc_compiler.xml xsltc_dom.xml xsltc_iterators.xml xsltc_namespace.xml xsltc_native_api.xml xsltc_performance.xml xsltc_predicates.xml xsltc_runtime.xml xsltc_trax.xml xsltc_trax_api.xml

amiro       02/01/14 07:35:15

  Modified:    java/xdocs/sources/xsltc index.xml xsl_choose_design.xml
                        xsl_comment_design.xml xsl_if_design.xml
                        xsl_include_design.xml xsl_key_design.xml
                        xsl_lang_design.xml xsl_sort_design.xml
                        xsl_unparsed_design.xml xsl_variable_design.xml
                        xsl_whitespace_design.xml xsltc_compiler.xml
                        xsltc_dom.xml xsltc_iterators.xml
                        xsltc_namespace.xml xsltc_native_api.xml
                        xsltc_performance.xml xsltc_predicates.xml
                        xsltc_runtime.xml xsltc_trax.xml xsltc_trax_api.xml
  Log:
  fixed style problems so xsltc doc would build
  
  Revision  Changes    Path
  1.12      +0 -13     xml-xalan/java/xdocs/sources/xsltc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/index.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.xml	6 Jan 2002 16:34:53 -0000	1.11
  +++ index.xml	14 Jan 2002 15:35:14 -0000	1.12
  @@ -59,8 +59,6 @@
   
   <s1 title="XSLTC Documentation">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <s2 title="User Documentation">
       <p>The following user documentation is currently available:</p>
       <ul>
  @@ -119,9 +117,6 @@
       design documents for some XSL elements and XPath expressions, patterns
       and functions:</p>
   
  -    <small-table>
  -    <tr><td>
  -
       <s4 title="XSL elements">
         <ul>
           <li><link idref="xsl_sort_design">&lt;xsl:sort&gt;</link></li>
  @@ -139,9 +134,6 @@
           <li><link idref="xsl_imports_design">&lt;xsl:apply-imports&gt;</link></li>
         </ul>
       </s4>
  -
  -    </td><td>
  -
       <s4 title="XPath functions">
         <ul>
           <li><link idref="xsl_key_design">key()</link></li>
  @@ -149,7 +141,6 @@
           <li><link idref="xsl_unparsed_design">unparsed-entity-uri()</link></li>
         </ul>
       </s4>
  -
       <s4 title="XPath expressons">
         <ul>
           <li><link idref="xsltc_predicates">Predicates</link></li>
  @@ -163,10 +154,6 @@
           <li><jump href="xsl_key_design.html#patterns">KeyPattern</jump></li>
         </ul>
       </s4>
  -
  -    </td></tr>
  -    </small-table>
  -
       </s3>
   
       <!--========================= RUNTIME DESIGN ==========================-->
  
  
  
  1.2       +0 -1      xml-xalan/java/xdocs/sources/xsltc/xsl_choose_design.xml
  
  Index: xsl_choose_design.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsl_choose_design.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xsl_choose_design.xml	6 Jan 2002 16:34:53 -0000	1.1
  +++ xsl_choose_design.xml	14 Jan 2002 15:35:14 -0000	1.2
  @@ -57,7 +57,6 @@
    * <http://www.apache.org/>.
    -->
     <s1 title="&lt;xsl:choose&gt; / &lt;xsl:when&gt; / &lt;xsl:otherwise&gt;">
  -  <p><img src="xmllogo.gif"/></p>
   
     <s2 title="Contents">
     <ul>
  
  
  
  1.3       +1 -2      xml-xalan/java/xdocs/sources/xsltc/xsl_comment_design.xml
  
  Index: xsl_comment_design.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsl_comment_design.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xsl_comment_design.xml	6 Jan 2002 15:52:00 -0000	1.2
  +++ xsl_comment_design.xml	14 Jan 2002 15:35:14 -0000	1.3
  @@ -57,7 +57,6 @@
    * <http://www.apache.org/>.
    -->
     <s1 title="&lt;xsl:comment&gt; / &lt;xsl:message&gt;">
  -  <p><img src="xmllogo.gif"/></p>
   
     <ul>
     <li><link anchor="functionality">Functionality</link></li>
  @@ -110,4 +109,4 @@
     RuntimeException is used for this, and the exception text is:</p>
     <p><code>Termination forced by an xsl:message instruction</code></p>
     </s2>
  -</s1>  
  \ No newline at end of file
  +</s1>  
  
  
  
  1.2       +0 -1      xml-xalan/java/xdocs/sources/xsltc/xsl_if_design.xml
  
  Index: xsl_if_design.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsl_if_design.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xsl_if_design.xml	6 Jan 2002 16:34:53 -0000	1.1
  +++ xsl_if_design.xml	14 Jan 2002 15:35:14 -0000	1.2
  @@ -57,7 +57,6 @@
    * <http://www.apache.org/>.
    -->
     <s1 title="&lt;xsl:if&gt;">
  -  <p><img src="xmllogo.gif"/></p>
   
     <s2 title="Contents">
     <ul>
  
  
  
  1.2       +5 -6      xml-xalan/java/xdocs/sources/xsltc/xsl_include_design.xml
  
  Index: xsl_include_design.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsl_include_design.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xsl_include_design.xml	6 Jan 2002 16:34:53 -0000	1.1
  +++ xsl_include_design.xml	14 Jan 2002 15:35:14 -0000	1.2
  @@ -57,7 +57,6 @@
    * <http://www.apache.org/>.
    -->
     <s1 title="&lt;xsl:include&gt; / &lt;xsl:import&gt;">
  -  <p><img src="xmllogo.gif"/></p>
   
     <s2 title="Contents">
     <ul>
  @@ -70,11 +69,11 @@
     <s2 title="Functionality">
   
       <p><code>&lt;xsl:include&gt;</code> allows you to include one stylesheet
  -    into another. The includ<i>ed</i> stylesheet's templates will have the same
  -    default priorities and import precedence as the includ<i>ing</i> stylesheet.
  +    into another. The includ<em>ed</em> stylesheet's templates will have the same
  +    default priorities and import precedence as the includ<em>ing</em> stylesheet.
       <code>&lt;xsl:import&gt;</code> offers the same, but the import precedence
  -    of elements in an import<i>ed</i> stylesheet is always less than that of
  -    the import<i>ing</i> stylesheet.</p>
  +    of elements in an import<em>ed</em> stylesheet is always less than that of
  +    the import<em>ing</em> stylesheet.</p>
      
     </s2>
   
  @@ -121,7 +120,7 @@
       context.setImportPrecedence(nextPrecedence);</source>
   
       <p>The important thing here is that the imported stylesheet has import
  -    precedence <i>less</i> than the importing stylesheet. So the imported
  +    precedence <em>less</em> than the importing stylesheet. So the imported
       stylesheet gets the current import precedence, while the current stylesheet
       gets the next available (unused) import precedence. The
       <code>Stylesheet</code> class has a method
  
  
  
  1.3       +1 -2      xml-xalan/java/xdocs/sources/xsltc/xsl_key_design.xml
  
  Index: xsl_key_design.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsl_key_design.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xsl_key_design.xml	6 Jan 2002 15:52:00 -0000	1.2
  +++ xsl_key_design.xml	14 Jan 2002 15:35:14 -0000	1.3
  @@ -57,7 +57,6 @@
    * <http://www.apache.org/>.
    -->
     <s1 title="&lt;xsl:key&gt; / key() / IdKeyPattern">
  -  <p><img src="xmllogo.gif"/></p>
   
     <s2 title="Contents">
     <ul>
  @@ -287,7 +286,7 @@
       Id and KeyPatterns. This test sequence, if necessary, is put before the
       big <code>switch()</code> in the <code>applyTemplates()</code> mehtod. This
       test has to be done for every single node that is traversed, causing the
  -    transformation to slow down siginificantly. This is why we do <u>not</u>
  +    transformation to slow down siginificantly. This is why we do <em>not</em>
       recommend using this type of patterns with XSLTC.</p>
   
       </s3>
  
  
  
  1.3       +0 -1      xml-xalan/java/xdocs/sources/xsltc/xsl_lang_design.xml
  
  Index: xsl_lang_design.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsl_lang_design.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xsl_lang_design.xml	6 Jan 2002 15:52:00 -0000	1.2
  +++ xsl_lang_design.xml	14 Jan 2002 15:35:14 -0000	1.3
  @@ -57,7 +57,6 @@
    * <http://www.apache.org/>.
    -->
     <s1 title="lang() function">
  -  <p><img src="xmllogo.gif"/></p>
   
     <ul>
       <li><link anchor="functionality">Functionality</link></li>
  
  
  
  1.3       +0 -2      xml-xalan/java/xdocs/sources/xsltc/xsl_sort_design.xml
  
  Index: xsl_sort_design.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsl_sort_design.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xsl_sort_design.xml	6 Jan 2002 15:52:00 -0000	1.2
  +++ xsl_sort_design.xml	14 Jan 2002 15:35:14 -0000	1.3
  @@ -58,8 +58,6 @@
    -->
     <s1 title="&lt;xsl:sort&gt;">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <ul>
       <li><link anchor="functionality">Functionality</link></li>
       <li><link anchor="sort-class">The Sort class</link></li>
  
  
  
  1.3       +0 -1      xml-xalan/java/xdocs/sources/xsltc/xsl_unparsed_design.xml
  
  Index: xsl_unparsed_design.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsl_unparsed_design.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xsl_unparsed_design.xml	6 Jan 2002 15:52:00 -0000	1.2
  +++ xsl_unparsed_design.xml	14 Jan 2002 15:35:14 -0000	1.3
  @@ -57,7 +57,6 @@
    * <http://www.apache.org/>.
    -->
     <s1 title="unparsed-entity-uri()">
  -  <p><img src="xmllogo.gif"/></p>
   
     <ul>
       <li><link anchor="functionality">Functionality</link></li>
  
  
  
  1.2       +3 -4      xml-xalan/java/xdocs/sources/xsltc/xsl_variable_design.xml
  
  Index: xsl_variable_design.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsl_variable_design.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xsl_variable_design.xml	6 Jan 2002 16:34:53 -0000	1.1
  +++ xsl_variable_design.xml	14 Jan 2002 15:35:14 -0000	1.2
  @@ -57,7 +57,6 @@
    * <http://www.apache.org/>.
    -->
     <s1 title="&lt;xsl:variable&gt; / &lt;xsl:param&gt;">
  -  <p><img src="xmllogo.gif"/></p>
   
     <s2 title="Contents">
     <ul>
  @@ -151,7 +150,7 @@
       <p>The predicate in this stylesheet fragment is compiled into a separate
       auxiliary class that implements the <code>Filter</code> interface. It will
       therefore not have access to the variable "pos" in the current stack frame.
  -    A common technique for cases like this is to use a <i>"closure"</i>. A
  +    A common technique for cases like this is to use a <em>"closure"</em>. A
       closure is a record that contains references to all variables that are in
       scope for a certain part of the compiled scope. This is done in a very
       simple manner in XSLTC. All variables or parameters that can "escape" the
  @@ -159,14 +158,14 @@
       They can then later be retrieved by the <code>getVariable()</code> method.
       </p>
   
  -    <p><i><b>Important note 1:</b></i> A predicate does not always result in a
  +    <p><em>Important note 1:</em> A predicate does not always result in a
       auxiliary class. In some cases we optimize the code by using tailored
       iterators and goodies like that instead. We may want to update the
       predicate code to check if an auxiliary class will be generated before
       returning true or false from the <code>isClosureBoundary()</code>
       method.</p>
   
  -    <p><i><b>Important note 2:</b></i> There could be other closure boundaries
  +    <p><em>Important note 2:</em> There could be other closure boundaries
       that we have not yet discovered or considered. This could be, for instance,
       sort records and other auxiliary classes:</p>
   
  
  
  
  1.4       +0 -2      xml-xalan/java/xdocs/sources/xsltc/xsl_whitespace_design.xml
  
  Index: xsl_whitespace_design.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsl_whitespace_design.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xsl_whitespace_design.xml	6 Jan 2002 15:52:00 -0000	1.3
  +++ xsl_whitespace_design.xml	14 Jan 2002 15:35:14 -0000	1.4
  @@ -58,8 +58,6 @@
    -->
     <s1 title="&lt;xsl:strip/preserve-space&gt;">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <ul>
       <li><link anchor="functionality">Functionality</link></li>
       <li><link anchor="identify">Identifying strippable whitespace nodes</link></li>
  
  
  
  1.7       +0 -2      xml-xalan/java/xdocs/sources/xsltc/xsltc_compiler.xml
  
  Index: xsltc_compiler.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsltc_compiler.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- xsltc_compiler.xml	6 Jan 2002 17:27:03 -0000	1.6
  +++ xsltc_compiler.xml	14 Jan 2002 15:35:14 -0000	1.7
  @@ -59,8 +59,6 @@
   
   <s1 title="XSLTC Compiler Design">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <ul>  
       <li><link anchor="overview">Compiler Overview</link></li>
       <li><link anchor="ast">Building the Abstract Syntax Tree</link></li>
  
  
  
  1.3       +9 -11     xml-xalan/java/xdocs/sources/xsltc/xsltc_dom.xml
  
  Index: xsltc_dom.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsltc_dom.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xsltc_dom.xml	6 Jan 2002 15:52:00 -0000	1.2
  +++ xsltc_dom.xml	14 Jan 2002 15:35:14 -0000	1.3
  @@ -58,8 +58,6 @@
    -->
   <s1 title="XSLTC Internal DOM">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <ul>
       <li><link anchor="functionality">General functionlaity</link></li>
       <li><link anchor="components">Components of the internal DOM</link></li>
  @@ -351,18 +349,18 @@
     <p>A node in the DOM is identified by an integer. The first 8 bits of this
     integer are used to identify the DOM in which the node belongs, while the
     lower 24 bits are used to identify the node within the DOM:</p>
  -    <small-table leave-me-alone="yes" border="2">
  +    <table>
         <tr>
  -        <td align="center" width="50">31-24</td>
  -        <td align="center" width="50">23-16</td>
  -        <td align="center" width="50">16-8</td>
  -        <td align="center" width="50">7-0</td>
  +        <td>31-24</td>
  +        <td>23-16</td>
  +        <td>16-8</td>
  +        <td>7-0</td>
         </tr>
         <tr>
  -        <td align="center">DOM id</td>
  -        <td colspan="3" align="center">node id</td>
  +        <td>DOM id</td>
  +        <td colspan="3">node id</td>
         </tr>
  -    </small-table>
  +    </table>
   
     <p>The DOM multiplexer has an array of DOMAdapter objects. The topmost 8
     bits of the identifier is used to find the correct DOM from the array. Then
  @@ -483,4 +481,4 @@
   
      </s3>
    </s2>
  -</s1>   
  \ No newline at end of file
  +</s1>   
  
  
  
  1.6       +0 -2      xml-xalan/java/xdocs/sources/xsltc/xsltc_iterators.xml
  
  Index: xsltc_iterators.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsltc_iterators.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xsltc_iterators.xml	6 Jan 2002 15:52:00 -0000	1.5
  +++ xsltc_iterators.xml	14 Jan 2002 15:35:14 -0000	1.6
  @@ -59,8 +59,6 @@
   
   <s1 title="XSLTC node iterators">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <s2 title="Contents">
   
     <p>This document describes the function of XSLTC's node iterators. It also
  
  
  
  1.3       +0 -2      xml-xalan/java/xdocs/sources/xsltc/xsltc_namespace.xml
  
  Index: xsltc_namespace.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsltc_namespace.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xsltc_namespace.xml	6 Jan 2002 15:52:00 -0000	1.2
  +++ xsltc_namespace.xml	14 Jan 2002 15:35:14 -0000	1.3
  @@ -58,8 +58,6 @@
   <!DOCTYPE s1 SYSTEM "../../style/dtd/document.dtd">
     <s1 title="XSLTC and Namespaces">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <ul>
       <li><link anchor="functionality">Functionality</link></li>
       <li><link anchor="overview">Namespace overview</link></li>
  
  
  
  1.4       +0 -2      xml-xalan/java/xdocs/sources/xsltc/xsltc_native_api.xml
  
  Index: xsltc_native_api.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsltc_native_api.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xsltc_native_api.xml	6 Jan 2002 15:52:00 -0000	1.3
  +++ xsltc_native_api.xml	14 Jan 2002 15:35:14 -0000	1.4
  @@ -59,8 +59,6 @@
   
   <s1 title="XSLTC Native API Documentation">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <s2 title="XSLTC Compiler API">
   
       <p>XSLTC's native API is represented by the
  
  
  
  1.2       +8 -10     xml-xalan/java/xdocs/sources/xsltc/xsltc_performance.xml
  
  Index: xsltc_performance.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsltc_performance.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xsltc_performance.xml	6 Jan 2002 16:34:53 -0000	1.1
  +++ xsltc_performance.xml	14 Jan 2002 15:35:14 -0000	1.2
  @@ -59,16 +59,14 @@
   
   <s1 title="XSLTC Performance">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <s2 title="Introduction">
   
  -    <p><i>XSLT is not a programming language!</i> Just so you remember.
  +    <p><em>XSLT is not a programming language!</em> Just so you remember.
       XSLT is a declarative language and can be used by you to describe
  -    <i><b>what</b></i> you want put in your output document and
  -    <i><b>what</b></i> you want this output to look like. It does not describe
  -    <i><b>how</b></i> these taks should be carried. That is the job of the XSLT
  -    processor. This document is <u>not</u> a "<i>programmer's guide to XSLT</i>"
  +    <em>what</em> you want put in your output document and
  +    <em>what</em> you want this output to look like. It does not describe
  +    <em>how</em> these taks should be carried. That is the job of the XSLT
  +    processor. This document is <em>not</em> a "<ref>programmer's guide to XSLT</ref>"
       and should not be considered as such. All XSLT processors have their
       properties and ways of handling XSL elements and XPath properties. This
       document will give you some insight into the XSLTC internals, so that you
  @@ -132,7 +130,7 @@
       of the output is changed by this approach, so if the order is significant
       you'll have to stick to the original stylesheet.</p>
   
  -    <p><i><b>Important note:</b></i> The type of pattern referred to as a
  +    <p><em>Important note:</em> The type of pattern referred to as a
       type-less pattern, as it does not match any specific node type. Such
       patterns do in general degrade the performance of XSLTC. Type-less patterns
       must be evaluated for every single node in the input document - causing a
  @@ -175,7 +173,7 @@
       This is not always desireable. You may want to handle these elements in
       the order in which they appear in the input document.</p>
   
  -    <p><b>Important note:</b> This does <u>not</u> apply to union patterns.
  +    <p><em>Important note:</em> This does <em>not</em> apply to union patterns.
       Using unions in patterns actually makes smaller and more efficient code,
       as only one copy of the templete body has to be compiled. Use:</p><source>
       &lt;xsl:template match="foo|bar|baz"/></source>
  @@ -306,4 +304,4 @@
   
     </s2>
   
  -</s1>
  \ No newline at end of file
  +</s1>
  
  
  
  1.4       +8 -10     xml-xalan/java/xdocs/sources/xsltc/xsltc_predicates.xml
  
  Index: xsltc_predicates.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsltc_predicates.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xsltc_predicates.xml	6 Jan 2002 15:52:00 -0000	1.3
  +++ xsltc_predicates.xml	14 Jan 2002 15:35:14 -0000	1.4
  @@ -59,8 +59,6 @@
   
   <s1 title="XSLTC Predicate Handling">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <s2 title="Definition">
   
     <p>According to Michael Kay's &quot;XSLT Programmer's Reference&quot; page
  @@ -170,7 +168,7 @@
       <p>Expressions containing just a single predicate have no intermediate step
       and there is no need for any extra iterator. The expression inside the
       predicate can be applied directly to the original iterator. We call this
  -    category <b>SIMPLE_CONTEXT</b>.</p>
  +    category <em>SIMPLE_CONTEXT</em>.</p>
   
       </s3>
   
  @@ -233,7 +231,7 @@
   
       <s3 title="Predicates and Step expressions">
   
  -    <p>The basic behaviour for a predicate is to compile a <i>filter</i>. This
  +    <p>The basic behaviour for a predicate is to compile a <em>filter</em>. This
       filter is an auxiliary class that implements the
       <code>org.apache.xalan.xsltc.dom.CurrentNodeListFilter</code> interface. The
       <code>Step</code> or <code>StepPattern</code> that uses the predicate will
  @@ -282,9 +280,9 @@
   
       <p>The first case is handled by creating an iterator that represents
       <code>foo/@attr</code>, then passing this iterator and a test-value to
  -    a <code>NodeValueIterator</code>. The <i>&lt;value&gt;</i> is an
  +    a <code>NodeValueIterator</code>. The <em>&lt;value&gt;</em> is an
       expression that is compiled and passed to the iterator as a string. It
  -    does <u><i>not</i></u> have to be a literal string as the string value is
  +    does <em>not</em> have to be a literal string as the string value is
       found at runtime. The last two cases are similarly handled by creating an
       iterator for <code>foo/bar</code> and passing that and the test-value to
       a <code>NodeValueIterator</code>.</p>
  @@ -338,16 +336,16 @@
       <s4 title="Basic pattern handling">
   
       <p>All patterns are grouped (by the <code>Mode</code> class) according to
  -    their <i>kernel</i>-node type. The kernel node-type is node-type of the
  -    <u>last</u> step in a pattern:</p><source>
  +    their <ref>kernel</ref>-node type. The kernel node-type is node-type of the
  +    <em>last</em> step in a pattern:</p><source>
       &lt;xsl:template match="foo/bar/baz"&gt;  ...  &lt;xsl:template&gt;</source>
   
       <p>In this case the type for elements <code>&lt;baz&gt;</code> is the
  -    kernel type. This step is <u>not</u> compiled as a step pattern. The node
  +    kernel type. This step is <em>not</em> compiled as a step pattern. The node
       type is passed to the <code>Mode</code> class and is used to place the
       remainder of the pattern code inside the big <code>switch()</code> statement
       in the translet's <code>applyTemplates()</code> method. The whole pattern
  -    is then <i>reduced</i> to:</p><source>
  +    is then <em>reduced</em> to:</p><source>
       match="foo/bar"</source>
   
       <p>The <code>StepPattern</code> representing the <code>&lt;bar&gt;</code>
  
  
  
  1.6       +0 -2      xml-xalan/java/xdocs/sources/xsltc/xsltc_runtime.xml
  
  Index: xsltc_runtime.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsltc_runtime.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xsltc_runtime.xml	6 Jan 2002 15:52:00 -0000	1.5
  +++ xsltc_runtime.xml	14 Jan 2002 15:35:14 -0000	1.6
  @@ -59,8 +59,6 @@
   
   <s1 title="XSLTC runtime environment">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <s2 title="Contents">
   
     <p>This document describes the design and overall architecture of XSLTC's
  
  
  
  1.8       +0 -2      xml-xalan/java/xdocs/sources/xsltc/xsltc_trax.xml
  
  Index: xsltc_trax.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsltc_trax.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- xsltc_trax.xml	6 Jan 2002 15:52:00 -0000	1.7
  +++ xsltc_trax.xml	14 Jan 2002 15:35:14 -0000	1.8
  @@ -59,8 +59,6 @@
    -->
   <s1 title="The Translet API and TrAX">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <s2 title="Contents">
   
     <p>Note: This document describes the design of XSLTC's TrAX implementation.
  
  
  
  1.3       +1 -3      xml-xalan/java/xdocs/sources/xsltc/xsltc_trax_api.xml
  
  Index: xsltc_trax_api.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsltc_trax_api.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xsltc_trax_api.xml	6 Jan 2002 15:52:00 -0000	1.2
  +++ xsltc_trax_api.xml	14 Jan 2002 15:35:14 -0000	1.3
  @@ -59,8 +59,6 @@
   
   <s1 title="XSLTC TrAX API">
   
  -  <p><img src="xmllogo.gif"/></p>
  -
     <s2 title="The JAXP/TrAX API">
   
     <p>XSLTC is 100% compliant with the TrAX poriton of the
  @@ -119,4 +117,4 @@
   
     </s2>
   
  -</s1>
  \ No newline at end of file
  +</s1>
  
  
  

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