|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: AW: Special processing for the first process of an
Peter Hickman wrote:
<xsl:template match="result"> If using the preceding axis is getting slow on large XML documents, you could switch to keys. (top-level) <xsl:key name="results" match="result" use="'all'" /> (result template)
<xsl:when test="generate-id(.) = generate-id(key('results', 'all')[1])">
... first ...
</xsl:when>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








