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] | [Elist Home]


Subject: Re: DOCBOOK-APPS: transforming fragments specific to the format?


>
> Does anyone know an XSLT trick for inserting a
> document fragment in the input document before
> applying the transformation?
>
> In particular, the output format should determine
> which document fragment to insert and transform.

didn't read the rest - hopefully this does it?

The best way I know is to use the XSL document function to pull in any
well-formed document:
<xsl:apply-templates select="document($path-to-file)/elemroot"/>





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


Powered by eList eXpress LLC