This is the mail archive of the xsl-list@mulberrytech.com mailing list .


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

RE: apply-template question...


> The ideal way I think would be to override the global 
> template in the page specific xsl file with something like...
> 
> <!-- in the local xsl file -->
> <xsl:template name="section">
> 	<xsl:when test="@name = 'empInfo'">
> 		<!-- Somehow apply the global template of 
> section: I dont know how. -->
> 	 </xsl:when>
> </xsl:template>
> 
You may find that <xsl:apply-imports/> meets your needs. Alternatively,
consider <xsl;apply-templates/> with a mode.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

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