This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 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"/>




------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]