Re: [xslt] problem with html output
- From: rm mh-freiburg de (Le grande pinguin)
- To: xslt gnome org
- Subject: Re: [xslt] problem with html output
- Date: Sun, 3 Nov 2002 17:06:48 +0100
On Sun, Nov 03, 2002 at 04:31:33PM +0100, Panard wrote:
> Hi !
>
> How to have an ouput like
> <a href="<? echo $url; ?>">.......
> with an html ouput ?
How about it ? ;-)
This is not valid xml (nor valid html, for that matter). You
simply can't produce it like that.
Ralf Mattes
> 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
> _______________________________________________
> xslt mailing list, project page http://xmlsoft.org/XSLT/
> xslt@gnome.org
> http://mail.gnome.org/mailman/listinfo/xslt
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]