Re: [xsl] Parsing xml with saxon

Subject: Re: [xsl] Parsing xml with saxon
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Thu, 29 Sep 2005 09:14:10 -0400
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...

Current Thread