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

Subject: [xsl] RE : [xsl] attribute of a single-tag node
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Mon, 20 Nov 2006 14:29:23 +0100 (CET)
--- Nico Van Cleemput <Nicolas.VanCleemput@xxxxxxxx> a icrit :

> 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
> 
> 



	

	
		
___________________________________________________________________________ 
Yahoo! Mail riinvente le mail ! Dicouvrez le nouveau Yahoo! Mail et son interface rivolutionnaire.
http://fr.mail.yahoo.com

Current Thread