xsl-list
[Top] [All Lists]

Re: [xsl] Execute Stylesheet

2008-03-07 12:34:17
"Jay" == Jay Bryant <jay(_at_)bryantcs(_dot_)com> writes:

    Jay> I'm sure you get the gist of it, though: Use the stylesheet
    Jay> file as the source file of your transformation.

That is definitely not best - it is inefficient, and is unnatural.

The best thing to do is to change the template from reading match="/"
to read name="initial" (or some other name), and then invoke it with
Saxon's -it initial option.
-- 
Colin Adams
Preston Lancashire

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>