|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: do I have better option other than mode
> I working on a stylesheet covering over 170 elements. Many
> elements have an "id" attribute.
>
The answer to this one might be xsl:apply-imports.
Define the standard behavior for each element in one stylesheet module.
Import this into another module that does
<xsl:import href="standard-templates.xsl"/>
<xsl:template match="*[@id]">
<a name="{@id}"/>
<xsl:apply-imports/>
</xsl:template>
Mike Kay
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








