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: Re: [docbook-apps] Using Saxon 6.5.3 and the Ant task XSLT


Jens Stavnstrup wrote:

> 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 ?

Maybe this would help:
http://sourceforge.net/mailarchive/forum.php?thread_id=5806889&forum_id=1398

> 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,
Giulio Piancastelli.



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