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: applying the same template to multiple tags


> Given that I'm really stuck with about 15 different tags, and they're all
> formatted identically, I'd like to change this so that I can use the same
> template for multiple items that are formatted identically (i.e.,
> something
> that does    <xsl:template match="menu or option or screen or...">...), so
> I
> don't need to change all 15 items every time someone decides they should
> look different.
> 
	[MHK>]  <xsl:template match="menu | option | screen"> 


 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]