Next in thread → Next in month →

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

From
Robert Koberg <>
Date
2001-07-19T18:11:56+00:00
ID
0f0801c1107d$e687a410$6501a8c0@chubby
Thread
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"/>
Next in thread → Next in month →