xsl-list
[Top] [All Lists]

RE: Values in attributes

2003-12-28 10:12:23

<a href="cities.php?city={city/name}">Sevilla</a>

Jaime

-----Mensaje original-----
De: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]En nombre de 
Francisco de
Asis Franco Eslava
Enviado el: Domingo, 28 de Diciembre de 2003 11:46
Para: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Asunto: [xsl] Values in attributes


I want to put an <xsl:value-of> in an html attribute, but it 
is impossible
because the xml will not be well formed. Is there any way to do this?

For example, with this piece of xml code:

<city>
 <name>Sevilla</name>
</city>

generate this outputs in HTML:

<a href="cities.php?city=Sevilla">Sevilla</a>

Thanks in advance

--
Francisco de Asis Franco Eslava

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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