This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]