While copy HTML files (*.htm or *.html) to another folder, I want to
rename the extension of all those files to *.xhtml.

I tried this, but it didn't work. Can you help? 

<copy todir="${regexp_dir}">
        <fileset dir="${html_dir}">
                <include name="**/*.htm"/>
                include name="**/*.html"/>
        </fileset>
        <mapper type="glob" from="*.htm*" to="*.xhtml"/>
</copy> 

Best regards,

Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to