[xslt] problem with html output
- From: Panard <panard inzenet org>
- To: mailing list XSL <xslt gnome org>
- Subject: [xslt] problem with html output
- Date: Sun, 3 Nov 2002 16:31:33 +0100
Hi !
How to have an ouput like
<a href="<? echo $url; ?>">.......
with an html ouput ?
I've tried with
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:text disable-output-escaping><![CDATA[ <? echo $url; ?> ]]></xsl:text>
</xsl:attribute>
</xsl:element>
but it doesn't work !
Thanks
--
________________________________________________________
panard@inzenet.org http://www.inzenet.org
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]