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]
Other format: [Raw text]

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.
> 
> 
> 

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.


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