Changeset 106

Show
Ignore:
Timestamp:
08/10/06 22:04:26 (2 years ago)
Author:
rob
Message:

Typo correction for the XsltTask

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html

    r104 r106  
    17211721<h3>Example</h3> 
    17221722<pre>&lt;!-- Transform docbook with an imaginary XSLT file --&gt; 
    1723 &lt;xslt todir=&quot;/srv/docs/phing&quot;tyle=&quot;dbk2html.xslt&quot; &gt; 
     1723&lt;xslt todir=&quot;/srv/docs/phing&quot; style=&quot;dbk2html.xslt&quot; &gt; 
    17241724  &lt;fileset dir=&quot;.&quot;&gt; 
    17251725    &lt;include name=&quot;**/*.xml&quot; /&gt;