Re: [xsl] Knight's Tour from java app (not command line)

Subject: Re: [xsl] Knight's Tour from java app (not command line)
From: Une Bévue <yt.dev@xxxxxxx>
Date: Mon, 26 Mar 2007 08:00:34 +0200
Le 26 mars 07 ` 01:23, Michael Kay a icrit :


The standard JAXP API only covers XSLT 1.0 facilities; the ability to start a transformation at a named template is specific to XSLT 2.0, so for this you need to drop into Saxon-specific classes. Cast the JAXP Transformer object to net.sf.saxon.Controller, and call the setInitialTemplate () method; then call the transform() method supplying null as the first argument.



OK, fine thanks !


Yvon


Current Thread