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

Re: How to optionally create an attribute?

Subject: Re: How to optionally create an attribute?
From: James Clark <jjc@xxxxxxxxxx>
Date: Mon, 15 Nov 1999 12:12:47 +0700
xsl attributes create
Donald Ball wrote:
> 
> Hiya. I've got some elements that I'd like to optionally have attributes.
> I tried the obvious:
> 
> <element>
>  <xsl:if test="$condition">
>   <xsl:attribute name="name">value</xsl:attribute>
>  </xsl:if>
>  ...
> </element>

That's the right way.
 
> but (the latest) XT did not like this.

It just tried:

<element xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xsl:version="1.0">
 <xsl:if test="true()">
  <xsl:attribute name="name">value</xsl:attribute>
 </xsl:if>
 foobar
</element>

and it worked fine.

James


 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.