RE: [xsl] The use of a variable in use-attribute-sets attribute

Subject: RE: [xsl] The use of a variable in use-attribute-sets attribute
From: Dan Diebolt <dandiebolt@xxxxxxxxx>
Date: Tue, 15 May 2001 00:26:05 -0700 (PDT)
>It means you can equally well write:
>
>   <xsl:stylesheet ... xmlns:fo="http://www.w3.org/1999/XSL/Format";>


Appendix C of teh XSLT spec states:

   "Any of the elements declared in this DTD may have attributes whose 
   name starts with xmlns: or is equal to xmlns in addition to the 
   attributes declared in this DTD."

I take it that every xsl element can have an attribute that starts
with xmlns. Admittedly this isn't seen on most xsl elements. What
does it mean when it occurs on say an xsl:if element?

   <xsl:if test="position()=last()" xmlns:ns="http://www.foo.org/";>

   </xsl:if>

Regards,

Dan


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

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


Current Thread