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

Re: XSLT feature request - element value templates!

Subject: Re: XSLT feature request - element value templates!
From: Richard Light <richard@xxxxxxxxxxxxxxxxx>
Date: Wed, 28 Jun 2000 16:14:39 +0100
light templates html
In message <395A1243.45B582BC@xxxxxxxxxxxxxx>, Warren Hedley
<w.hedley@xxxxxxxxxxxxxx> writes

>  <a href="{$OUTPUT_DIRECTORY}/{base_filename}.html">
>    <xsl:value-of select="$OUTPUT_DIRECTORY" />
>    <xsl:text>/</xsl:text>
>    <xsl:value-of select="base_filename" />
>    <xsl:text>.html</xsl:text>
>  </a>
>
>The content of the href attribute and the <a> element are identical, yet
>the construction of the first is beautifully simple, yet the second is
>simply painful.

You don't need your <xsl:text> elements - this is equally valid:

  <a href="{$OUTPUT_DIRECTORY}/{base_filename}.html"><xsl:value-of
select="$OUTPUT_DIRECTORY" />/<xsl:value-of select="base_filename"
/>.html</a>

(Not that I'm saying that my version is very elegant either!)

Richard Light
SGML/XML and Museum Information Consultancy
richard@xxxxxxxxxxxxxxxxx


 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.