Re: [xsl] XSL sheet Optimisation

Subject: Re: [xsl] XSL sheet Optimisation
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 23 Apr 2001 14:53:45 +0100
If you declare your id attribute to be of type ID in a DTD then you can
use
<xsl:apply-templates select="id(@id)" />
and go directly there without having to use // at all.

David


_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread