RE: [xsl] is this valid <xsl:template match="@id"> ?

Subject: RE: [xsl] is this valid <xsl:template match="@id"> ?
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 3 Jan 2003 11:43:25 -0000
> Can you tell why is this restriction ?  When we create CHILD 
> ELEMENT or ATTRIBUTE using DOM, the order did not seem to matter...

XSLT is designed so that a processor can avoid holding the result tree
in memory: if stylesheet instructions are executed serially, then nodes
in the result tree can be serialized as soon as they are written. One of
the original reasons for this was so that display of the rendered output
could start before the transformation is completed.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread