Author: jhm
Date: Mon Feb 11 07:08:49 2008
New Revision: 620501
URL: http://svn.apache.org/viewvc?rev=620501&view=rev
Log:
<style> is deprecated in favor of <xslt>
Modified:
ant/core/trunk/docs/manual/CoreTasks/style.html
Modified: ant/core/trunk/docs/manual/CoreTasks/style.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/style.html?rev=620501&r1=620500&r2=620501&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/style.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/style.html Mon Feb 11 07:08:49 2008
@@ -389,7 +389,7 @@
<h3>Examples</h3>
<blockquote>
<pre>
-<style basedir="doc" destdir="build/doc"
+<xslt basedir="doc" destdir="build/doc"
extension=".html"
style="style/apache.xsl"/></pre>
<h4>Using an xmlcatalog</h4>
<pre>