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>
-&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>
   <h4>Using an xmlcatalog</h4>
   <pre>


Reply via email to