[xsl] Abbreviated Syntax

Subject: [xsl] Abbreviated Syntax
From: Arthur <ArthurMaloney@xxxxxxxxxx>
Date: Thu, 16 Jan 2003 10:31:03 +0000
Hello xsl-list,


  Are there any advantages with  unabbreviated syntax ?
  e.g. When transforming, does it process faster? Is it more standards compliant?

  Below is an example of unabbreviated syntax

  Abbreviated syntax: <xsl:value-of select="@number"/>

  Unabbreviated syntax:  <xsl:value-of select="attribute::number"/>
  

-- 
Best regards,
 Arthur                          mailto:ArthurMaloney@xxxxxxxxxx


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


Current Thread