[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] applying the same template to multiple tags
Please bear with another question from a novice... Currently I have some help that I must display that contains a number of different tags, e.g., "...click on the <menu>menu name</menu>, and pick <option>option name</option>. The program will bring up the <screen>screen name</screen>..." in my XSL, I currently have <xsl:template match="menu">... <xsl:template match="option">... <xsl:template match="screen">... 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. Can someone tell me how to do this? Thanks. Eric : ) XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|