Browse Source

<style> is deprecated in favor of <xslt>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@620501 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 17 years ago
parent
commit
b4ba0ddba1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/style.html

+ 1
- 1
docs/manual/CoreTasks/style.html View File

@@ -389,7 +389,7 @@ specify the resource or collection as a reference.</p>
<h3>Examples</h3> <h3>Examples</h3>
<blockquote> <blockquote>
<pre> <pre>
&lt;style basedir=&quot;doc&quot; destdir=&quot;build/doc&quot;
&lt;xslt basedir=&quot;doc&quot; destdir=&quot;build/doc&quot;
extension=&quot;.html&quot; style=&quot;style/apache.xsl&quot;/&gt;</pre> extension=&quot;.html&quot; style=&quot;style/apache.xsl&quot;/&gt;</pre>
<h4>Using an xmlcatalog</h4> <h4>Using an xmlcatalog</h4>
<pre> <pre>


Loading…
Cancel
Save