Re: [xsl] Execute Stylesheet

Subject: Re: [xsl] Execute Stylesheet
From: George Cristian Bina <george@xxxxxxxxxxxxx>
Date: Mon, 10 Mar 2008 13:00:25 +0200
Sure, I am always listening :).
We have recorded an issue for adding support for initial template and initial mode in transformation scenarios and it is currently scheduled to be available in oXygen 9.3 in a few months.
In the meanwhile the simplest way is to provide a dummy XML (that may be the stylesheet as suggested earlier in the thread) as input.
There is also the possibility to define Saxon running with a specific initial template and initial mode as an external XSLT processor by supplying the command line for that - but the initial template / initial mode will be hard coded in the external processor definition so it will be a bit inflexible.


Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina - http://aboutxml.blogspot.com/
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com


Andrew Welch wrote:
On 07/03/2008, Michael Kay <mike@xxxxxxxxxxxx> wrote:
 I would also, as Colin suggests, add name="entry" to your initial template
 so you don't have to supply a dummy source file. But keep the match="/" as
 well for the time being if you ever want to run it with Altova, which
 doesn't yet support entry at a named template.

oXygen doesn't either... It think it must apply the stylesheet to itself - maybe George can clarify if he's listening?



cheers

Current Thread