Chris,

the xslt task (new name of the style task) supports factory settings and nested 
xmlcatalogs.

Maybe factory settings can be used instead of sysproperties to do what you want 
to achieve ?

factory settings are entered like in this example from 
http://ant.apache.org/manual/CoreTasks/style.html

<xslt in="doc.xml" out="build/doc/output.xml"
      style="style/apache.xsl">
  <factory name="org.apache.xalan.processor.TransformerFactoryImpl">
    <attribute name="http://xml.apache.org/xalan/features/optimize"; 
value="true"/>
  </factory>
</xslt>

Regards,

Antoine

-------- Original-Nachricht --------
Datum: Mon, 18 Sep 2006 03:08:28 -0500
Von: "Chris Chiasson" <[EMAIL PROTECTED]>
An: "Ant Users List" <[email protected]>
Betreff: Re: xclude

> I forgot that I already tried this. The style task doesn't support
> sysproperties. Am I supposed to set these on the command line to ant
> or something?
> 


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

Reply via email to