|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: use-when attribute?
I suppose one obvious approach would be this ... If performance is your only worry with this expression (you don't seem to worry about 'interference'), you could use the following: <xsl:key name="citerefs" match="db:biblioref/@linkend" use="'all'" /> <xsl:key name="citerefs" match="cite:biblioref/@cite:key" use="'all'" /> <xsl:key name="citerefs" match="tei:cit/@href" use="'all'" /> And use key('citerefs', 'all') instead of $citerefs.. Cheers, Geert
|
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








