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 > out.stuff
java org.apache.tools.dvsl.DVSL -STYLE src/stylesheets/site.dvsl -OUT out.html <
xdocs/index.html
java org.apache.tools.dvsl.DVSL -STYLE src/stylesheets/site.dvsl <
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>
<target name="docs">
<taskdef name="dvsl"
classname="org.apache.tools.dvsl.DVSLTask">
@@ -289,15 +286,15 @@
<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"
includes="**/*.xml"
/>
</target>
-
- </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>
<?xml version="1.0"?>
@@ -378,8 +374,8 @@
</p>
</section>
</document>
-
- </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("document")
<html>
<body>
@@ -440,8 +435,8 @@
$node.copy( $node.children() )
</blockquote>
#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>
<html>
<body>
<hr>
@@ -503,8 +497,8 @@
</body>
</html>
-
- </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>
<dvsl
basedir="${docs.src}"
destdir="${docs.dest}/"
extension=".html"
style="${docs.src}/site.dvsl"
excludes="**/project.xml"
- toolbox="toolbox.props"
+ toolboxfile="toolbox.props"
includes="**/*.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>
@@ -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("document")
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>
<?xml version="1.0"?>
<document value="5">
@@ -743,8 +733,8 @@
Data in &lt;document&gt; node
</document>
-
- </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( <XPath Expression > )
< template content >
#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>
<?xml version="1.0"?>
<document>
<section name="first">
@@ -1003,8 +989,8 @@
</p>
</section>
</document>
-
- </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( "/" )$context.applyTemplates()#end
#match("*")$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("text()")$node.value()#end
#match("@*")$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]>