[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Default attribute values?
Subject: Re: [xsl] Default attribute values?
From: George Cristian Bina <george@xxxxxxxxxxxxx>
Date: Mon, 14 Aug 2006 14:47:49 +0300
|
Hi Phillip,
In XSLT 2.0 you can write
value="{(un,'Please enter your username')[1]}"
Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Phillip B Oldham wrote:
Hi again
I'm trying to add default attribute values to elements, but I get
errors. Is there a simple way to do it using xpath? What i'm trying is:
<input type="text" value="{un|'Please enter your username'}" />
Is there a simple way of doing this, or do I have to throw an xsl:choose
inside an xsl:attribute?
|