OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Using Saxon 6.5.3 and the Ant task XSLT



When using Ant and Saxon, we can  select the parser for the XML document
and the XSLT Stylesheet, and also select a resolver using the Saxon
options -x, -y and -z., e.g.

  <java classname="com.icl.saxon.StyleSheet" fork="yes" dir=".">
    ...
    <arg value="-x"/>
    <arg value="com.sun.resolver.tools.ResolvingXMLReader"/>
    ...

How do we the same thing with the Ant task xslt ?

When using Saxon 8, we should be able to set features according to the Ant
1.6.2 documentation, by defining e.g.

  http://saxon.sf.net/feature/allow-external-functions



Regards,

Jens


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]