Re: [xsl] stylesheet expansion

Subject: Re: [xsl] stylesheet expansion
From: "Colin Adams" <colinpauladams@xxxxxxxxxxxxxx>
Date: Tue, 11 Dec 2007 10:53:38 +0000
That's a compiled stylesheet/transformation, not a module. You have
that already with some processors (such as Saxon, unless Michael has
removed it).

Compiled stylesheet modules are the facility that Dmitre requested,
and is to be considered by the working group, of being able to compile
a single stylesheet module (that's the term used by the recomendation)
and then being able to xsl:import (or include, I suppose - import is
the more difficult case) the compiled module.

On 11/12/2007, Andrew Welch <andrew.j.welch@xxxxxxxxx> wrote:
> On 11/12/2007, Colin Adams <colinpauladams@xxxxxxxxxxxxxx> wrote:
> > On 11/12/2007, Andrew Welch <andrew.j.welch@xxxxxxxxx> wrote:
> >
> > > > It may be ideal for you, but it won't solve the OP's problem at all.
> > > > He will be in exactly the same situation as now.
> > >
> > > The OP said:
> > >
> > > "I have a stylesheet with a pipeline in it
> > > and a large set of imported stylesheets...
> > >
> > > I would like to deliver one expanded stylesheet."
> > >
> > > So the requirement is to be able to combine multiple stylesheets into
> > > a single deliverable...which "compiled stylesheet modules" would fit
> > > perfectly.
> >
> > No it wouldn't. He wants one file, not several modules.
>
> Sorry Colin, some confusion there.  A "compiled stylesheet module" (as
> I refer to the concept) is where a set of stylesheets are compiled
> into a single file, that can then be imported into other standard
> stylesheets.
>
> So in this case you'd get a single file.
>
>
>
> --
> Andrew Welch
> http://andrewjwelch.com
> Kernow: http://kernowforsaxon.sf.net/

Current Thread