[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: _why_ do people use xsl:element and xsl:attribute

Subject: Re: _why_ do people use xsl:element and xsl:attribute so much Was Re: xslt svg problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 4 Sep 2001 15:55:39 +0100
xsl element attribute href
> I found them easier to understand when I was starting to climb the
> learning curve.

It seems like you are not alone, which is really why I asked the
question, because I don't understand why that is so. Which sometimes
makes it hard to give helpful, as opposed to my usual terse & grumpy:-),
comments....

It seems to me that the whole ethos of xslt is that you have a
"template" that is more or less a copy of what you are trying to
produce, into which you scatter the odd instruction from the xslt/xpath
where required. thus to generate an "a" element with an
attribute href you just do that:

<a href="
but at this point drop into Xpath (inside {})
 {@xlink:href}"
and then finish off the element start tag
>

This just seems so much simpler than

<xsl:element name="a">
 <xsl:attribute name="href">
   <xsl:value-of select="@xlink:href"/>
 </xsl:attribute>

That I would say that xsl:element and xsl:attribute only be used (or
shown to) advanced users who are needing to generate the
element/attribute names based on the run time behaviour of the
stylesheet rather than the far more usual case of generating fixed names
from the stylesheet or source.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.