Changeset 106
- Timestamp:
- 08/10/06 22:04:26 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html
r104 r106 1721 1721 <h3>Example</h3> 1722 1722 <pre><!-- Transform docbook with an imaginary XSLT file --> 1723 <xslt todir="/srv/docs/phing" tyle="dbk2html.xslt" >1723 <xslt todir="/srv/docs/phing" style="dbk2html.xslt" > 1724 1724 <fileset dir="."> 1725 1725 <include name="**/*.xml" />
