[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook-apps] Request for help with XSL: template for processing instruction not getting called
The latter template must be in a stylesheet with higher import precedence
than the stylesheet containing the first template. You may want to use
<xsl:include/> instead of <xsl:import/> to assemble your customization layer
(still use <xsl:import/> to import the DocBook stylesheets), but that may
have additional implications.
Jeff
> -----Original Message-----
> From: Taro Ikai [mailto:tikai@ABINITIO.COM]
> Sent: Thursday, October 02, 2003 4:49 PM
> To: docbook-apps@lists.oasis-open.org
> Subject: [docbook-apps] Request for help with XSL: template for
> processing instruction not getting called
>
>
> I have been using a custom template for:
>
> <xsl:template match="processing-instruction('dbhh')"
> mode="hh-alias">
>
> This template stopped getting called once I added another template:
>
> <xsl:template match="*" mode="hh-alias">
>
> Any thoughts on why?
>
> -Taro
>
> To unsubscribe from this list, send a post to
> docbook-apps-unsubscribe@lists.oasis-open.org.
>
>
>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]