|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] templates with priority, xsl code reuse
Hello,
I want to do the following things and I need Help:
first, I have a template with priority 1:
<xsl:template match="root" priority="1">
...xsl code
</xsl:template>
I want to define another template with priority 2, that use the same code of
the first template( priority 1)with adding some new code:
<xsl:template match="root" priority="2">
... code of template with priority 1...
other xsl code specific to this template
</xsl:template>
I don't know how to call the template with priority="1" in the template with
priority="2".
Of course, I want to avoid a copy-past.
Can every body help me ?
Thanks too much
Rachid
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
|

Cart








