xsl-list
[Top] [All Lists]

RE: [xsl] attribute of a single-tag node

2006-11-16 08:17:18
You probably want to use the attribute value template:

<img src="{$src}">
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     Nico Van Cleemput <Nicolas(_dot_)VanCleemput(_at_)UGent(_dot_)be>
Sent:     Thu, 16 Nov 2006 16:04:00 +0100
To:       xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject:  [xsl] attribute of a single-tag node

Hi,

sorry for my probably incorrect terminology, but when I say single- 
tag nodes I mean a node like <img src="..."> in HTML. If I want to  
create such a tag with specific attributes, how do I go about doing  
that? I guess I can't use <xsl:attribute> because that has to be  
defined inside the tag.

Is this the only possible way of doing it:

<img>
   <xsl:attribute name="src">
        <xsl:text><xsl:value-of select="$src"/></xsl:text>
   </xsl:attribute>
</img>

Is there anyway of doing this and not ending up with a non-existing </ 
img>-tag?

Thanks,
Nico

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>