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

RE: apply two different templates at the same time


> Currently, I use two templates for each element - one
> matching just the
> element and one matching the element with the 'mark' attribute...
>
> ...is it possibly to cut down on the duplication of code?
>
Call one of the templates from the other using <xsl:call-template/> (or
break out the common code into a named template that both call).

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]