Browse Source

2006 and try to adapt indentation to level of nesting of the elements described

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395742 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 19 years ago
parent
commit
a9772ceefc
1 changed files with 10 additions and 4 deletions
  1. +10
    -4
      docs/manual/CoreTasks/style.html

+ 10
- 4
docs/manual/CoreTasks/style.html View File

@@ -217,6 +217,7 @@ element is used to perform Entity and URI resolution.</p>

<h4>param</h4>
<p>Param is used to pass a parameter to the XSL stylesheet.</p>
<blockquote>
<h4>Parameters</h4>
<table width="60%" border="1" cellpadding="2" cellspacing="0">
<tr>
@@ -247,11 +248,13 @@ element is used to perform Entity and URI resolution.</p>
</tr>

</table>
</blockquote>

<h4>outputproperty ('trax' processors only)</h4>
<p>Used to specify how you wish the result tree to be output
as specified in the <a href="http://www.w3.org/TR/xslt#output">
XSLT specifications</a>.
<blockquote>
<h4>Parameters</h4>
<table width="60%" border="1" cellpadding="2" cellspacing="0">
<tr>
@@ -270,9 +273,11 @@ XSLT specifications</a>.
<td align="center" valign="top">Yes</td>
</tr>
</table>
</blockquote>

<h4>factory ('trax' processors only)</h4>
Used to specify factory settings.
<blockquote>
<h4>Parameters</h4>
<table width="60%" border="1" cellpadding="2" cellspacing="0">
<tr>
@@ -291,7 +296,7 @@ Used to specify factory settings.
<td align="center" valign="top">No. Defaults to the JAXP lookup mechanism.</td>
</tr>
</table>
<blockquote>
<h3>Parameters specified as nested elements</h3>
<h4>attribute </h4>
<p>Used to specify settings of the processor factory.
The attribute names and values are entirely processor specific
@@ -312,6 +317,7 @@ And in Saxon 7.x:
<li>http://saxon.sf.net/feature/linenumbering (integer)</li>
<li>...</li>
</ul>
<blockquote>
<h4>Parameters</h4>
<table width="60%" border="1" cellpadding="2" cellspacing="0">
<tr>
@@ -331,7 +337,7 @@ And in Saxon 7.x:
</tr>
</table>
</blockquote>
</blockquote>
<h4>mapper</h4>

<p><em>since Ant 1.6.2</em></p>
@@ -401,9 +407,9 @@ attribute.</p>
style=&quot;style/apache.xsl&quot;&gt;
&lt;mapper type=&quot;glob&quot; from=&quot;*.xml.en&quot; to=&quot;*.html.en&quot;/&gt;
&lt;/xslt&gt;</pre>
</blockquote>
<hr>
<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2006 The Apache Software Foundation. All rights
Reserved.</p>

</body>


Loading…
Cancel
Save