geirm       02/03/14 08:27:38

  Modified:    xdocs    users-guide.xml
               docs     users-guide.html
  Log:
  Patch from Pete Kazmier <[EMAIL PROTECTED]>.  Thanks!
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-velocity-dvsl/xdocs/users-guide.xml
  
  Index: users-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-dvsl/xdocs/users-guide.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- users-guide.xml   10 Feb 2002 09:44:00 -0000      1.4
  +++ users-guide.xml   14 Mar 2002 16:27:38 -0000      1.5
  @@ -114,7 +114,7 @@
    <dvsl
      basedir="${docs.src}"
      destdir="${docs.dest}/"
  -   toolbox="${docs.src}/toolbox.props"
  +   toolboxfile="${docs.src}/toolbox.props"
      extension=".html"
      style="${source.home}/stylesheets/site.dvsl"
      excludes="**/project.xml"
  @@ -279,7 +279,7 @@
       extension=".html"
       style="${docs.src}/site.dvsl"
       excludes="**/project.xml"
  -    toolbox="toolbox.props"
  +    toolboxfile="toolbox.props"
       includes="**/*.xml
   />
   ]]></source>
  
  
  
  1.5       +118 -250  jakarta-velocity-dvsl/docs/users-guide.html
  
  Index: users-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-dvsl/docs/users-guide.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- users-guide.html  10 Feb 2002 09:46:04 -0000      1.4
  +++ users-guide.html  14 Mar 2002 16:27:38 -0000      1.5
  @@ -92,7 +92,7 @@
   
         <tr><td bgcolor="#525D76">
             <font color="#ffffff" face="arial,helvetica.sanserif">
  -          <a name="DVSL Users Guide">
  +                              <a name="DVSL Users Guide">
             <strong>DVSL Users Guide</strong></a></font>
         </td></tr>
   
  @@ -126,7 +126,7 @@
   
         <tr><td bgcolor="#525D76">
             <font color="#ffffff" face="arial,helvetica.sanserif">
  -          <a name="Getting Started : Building and Using">
  +                              <a name="Getting Started : Building and Using">
             <strong>Getting Started : Building and Using</strong></a></font>
         </td></tr>
   
  @@ -166,12 +166,11 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   $ cd jakarta-velocity-dvsl
   $ ant jar
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -229,13 +228,12 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   java org.apache.tools.dvsl.DVSL -STYLE src/stylesheets/site.dvsl -IN 
xdocs/index.xml &gt; out.stuff
   java org.apache.tools.dvsl.DVSL -STYLE src/stylesheets/site.dvsl -OUT out.html &lt; 
xdocs/index.html
   java org.apache.tools.dvsl.DVSL -STYLE src/stylesheets/site.dvsl &lt; 
xdocs/index.xml
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -275,8 +273,7 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   &lt;target name=&quot;docs&quot;&gt;
   
      &lt;taskdef name=&quot;dvsl&quot; 
classname=&quot;org.apache.tools.dvsl.DVSLTask&quot;&gt;
  @@ -289,15 +286,15 @@
    &lt;dvsl
      basedir=&quot;${docs.src}&quot;
      destdir=&quot;${docs.dest}/&quot;
  -   toolbox=&quot;${docs.src}/toolbox.props&quot;
  +   toolboxfile=&quot;${docs.src}/toolbox.props&quot;
      extension=&quot;.html&quot;
      style=&quot;${source.home}/stylesheets/site.dvsl&quot;
      excludes=&quot;**/project.xml&quot;
      includes=&quot;**/*.xml&quot;
    /&gt;
   &lt;/target&gt;
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -328,7 +325,7 @@
   
         <tr><td bgcolor="#525D76">
             <font color="#ffffff" face="arial,helvetica.sanserif">
  -          <a name="Starting with Examples">
  +                              <a name="Starting with Examples">
             <strong>Starting with Examples</strong></a></font>
         </td></tr>
   
  @@ -361,8 +358,7 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   
   &lt;?xml version=&quot;1.0&quot;?&gt;
   
  @@ -378,8 +374,8 @@
           &lt;/p&gt;
       &lt;/section&gt;
   &lt;/document&gt;
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -419,8 +415,7 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   #match(&quot;document&quot;)
   &lt;html&gt;
     &lt;body&gt;
  @@ -440,8 +435,8 @@
     $node.copy( $node.children() )
     &lt;/blockquote&gt;
   #end
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -481,8 +476,7 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   &lt;html&gt;
     &lt;body&gt;
       &lt;hr&gt;
  @@ -503,8 +497,8 @@
   
     &lt;/body&gt;
   &lt;/html&gt;
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -553,14 +547,13 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   toolbox.contextname = toolbox
   toolbox.tool.footool = Footool
   toolbox.string.mystring = Hello there!
   toolbox.integer.myint = 7
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -625,19 +618,18 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   &lt;dvsl
       basedir=&quot;${docs.src}&quot;
       destdir=&quot;${docs.dest}/&quot;
       extension=&quot;.html&quot;
       style=&quot;${docs.src}/site.dvsl&quot;
       excludes=&quot;**/project.xml&quot;
  -    toolbox=&quot;toolbox.props&quot;
  +    toolboxfile=&quot;toolbox.props&quot;
       includes=&quot;**/*.xml
   /&gt;
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -677,8 +669,7 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   #match(&quot;document&quot;)
   
       Hello from the document node.
  @@ -693,8 +684,8 @@
           Item $velocityCount : $data
       #end
   #end
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -734,8 +725,7 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   &lt;?xml version=&quot;1.0&quot;?&gt;
   
   &lt;document value=&quot;5&quot;&gt;
  @@ -743,8 +733,8 @@
      Data in &amp;lt;document&amp;gt; node
   
   &lt;/document&gt;
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -784,8 +774,7 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   import java.util.List;
   
   public class Footool
  @@ -806,8 +795,8 @@
           return list;
       }
   }
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -847,8 +836,7 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   Hello from the document node.
   
   From the toolbox :
  @@ -860,8 +848,8 @@
       Item 1 : red
       Item 2 : blue
       Item 3 : green
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -896,7 +884,7 @@
   
         <tr><td bgcolor="#525D76">
             <font color="#ffffff" face="arial,helvetica.sanserif">
  -          <a name="The 'Template API'">
  +                              <a name="The 'Template API'">
             <strong>The 'Template API'</strong></a></font>
         </td></tr>
   
  @@ -923,13 +911,12 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   #match( &lt;XPath Expression &gt; )
       &lt; template content &gt;
   #end
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -990,8 +977,7 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   &lt;?xml version=&quot;1.0&quot;?&gt;
   &lt;document&gt;
     &lt;section name=&quot;first&quot;&gt;
  @@ -1003,8 +989,8 @@
      &lt;/p&gt;
     &lt;/section&gt;
   &lt;/document&gt;
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -1053,11 +1039,10 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   $node.section.children()
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -1080,23 +1065,17 @@
     </p>
   <table>
   <tr>
  -
  -
  -<td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#039acc" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Reference
       </font>
   </td>
  -
  -
  -<td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#039acc" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Methods
       </font>
   </td>
  -
  -
  -<td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#039acc" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Description
       </font>
  @@ -1104,23 +1083,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Current node for this template match.
       </font>
  @@ -1128,23 +1101,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node.name()
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Element name of node - ex 'table' 
       </font>
  @@ -1152,23 +1119,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node.value()
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Text content of node 
       </font>
  @@ -1176,23 +1137,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node.attrib("name")
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Returns attribute of node if appropriate. 
       </font>
  @@ -1200,23 +1155,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node.selectNodes( xpath )
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Returns an iteratable list of nodes that satisfy the XPath expression
       </font>
  @@ -1224,23 +1173,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node.selectSingleNode( xpath )
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Returns the first node that satisfies the XPath expression
       </font>
  @@ -1248,23 +1191,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node.get( xpath )
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Returns the first node that satisfies the XPath expression
       </font>
  @@ -1272,23 +1209,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node.children()
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Returns a List of all children of this node
       </font>
  @@ -1296,23 +1227,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node.copy()
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Does a 'deep copy' of this node's subtree to the output
       </font>
  @@ -1320,23 +1245,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node.copy( List )
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Does a 'deep copy' of the specified nodelist to the output.
       </font>
  @@ -1344,23 +1263,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $node.valueOf( xpath )
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Returns the result of the specified XPath as a Object
       </font>
  @@ -1396,11 +1309,10 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   $attrib.name
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -1427,23 +1339,17 @@
     </p>
   <table>
   <tr>
  -
  -
  -<td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#039acc" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Reference
       </font>
   </td>
  -
  -
  -<td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#039acc" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Methods
       </font>
   </td>
  -
  -
  -<td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#039acc" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Description
       </font>
  @@ -1451,23 +1357,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $context
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Utility context.
       </font>
  @@ -1475,23 +1375,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $context.applyTemplates()
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Applies all templates in the subtree against the ruleset.
       </font>
  @@ -1499,23 +1393,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $context.applyTemplates( XPath )
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Applies templates to all nodes in the subtree
       that match the given XPath expression.  Ex. <code> $context.applyTemplates( 
"*|@*" ) </code>
  @@ -1524,23 +1412,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $context.applyTemplates( Node )
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Applies templates to the specified node.  First match is applied.
       </font>
  @@ -1548,23 +1430,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $context.applyTemplates( Node, XPath )
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Applies the XPath expression to the specified node, and applies
       templates to the resulting nodeset.
  @@ -1573,23 +1449,17 @@
   
   </tr>
   <tr>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          $context.applyTemplates( Node, XPath )
       </font>
   </td>
  -
  -
  -<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  +<td bgcolor="#a0ddf0" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
          Applies the XPath expression to the specified node, and applies
       templates to the resulting nodeset.
  @@ -1608,7 +1478,7 @@
   
         <tr><td bgcolor="#525D76">
             <font color="#ffffff" face="arial,helvetica.sanserif">
  -          <a name="Default Template Rules">
  +                              <a name="Default Template Rules">
             <strong>Default Template Rules</strong></a></font>
         </td></tr>
   
  @@ -1639,13 +1509,12 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   #match( &quot;/&quot; )$context.applyTemplates()#end
   
   #match(&quot;*&quot;)$context.applyTemplates()#end
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  @@ -1698,13 +1567,12 @@
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
             <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  +          <font size="+0"><pre>
   #match(&quot;text()&quot;)$node.value()#end
   
   #match(&quot;@*&quot;)$node.value()#end
  -
  -          </pre></td>
  +</pre></font>
  +          </td>
             <td bgcolor="#023264" width="1">
               <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
             </td>
  
  
  

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

Reply via email to