Next in thread →
Next in month →
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 →