Shailesh Shinde wrote:
Hi,
I have added the target as:
<xslt basedir="ch_acade_file_loc.xml" destdir="Panel_Layout.xml"
style="acade_combine.xsl">
<factory name="net.sf.saxon.TransformerFactoryImpl">
<!-- example feature -->
<attribute name="http://saxon.sf.net/feature/allow-external-functions"
value="false"/>
</factory>
</xslt>
This giving me an error as:
E:\Test\test_combine.xml:15: E:\Test\ch_acade_file_loc.xml is not a
directory.
What does that error tell you?
See:
http://ant.apache.org/manual/CoreTasks/style.html
at least make an attempt to read the docs...
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--