Well, none of this works for me...  Even after a lot of testing.

Did compile with a strange option or soemthing?


-----Original Message-----
From: Melvyn Sopacua [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 2:19 PM
To: Sablotron Mailing List
Subject: RE: [Sab] including php in xsl



I got sick of the eval() errors, but if your eval works well,
try:

<xsl:processing-instruction name="php">echo
$var</xsl:processing-instruction>

At 23:11 18-7-01, you wrote:

><xsl:text disable-output-escaping="yes">&lt;?
>echo "&lt;a href=\"/$wjLanguageCode/news/";
>?&gt;</xsl:text>
><xsl:value-of select="headline"/>
><xsl:text disable-output-escaping="yes">&lt;?
>echo "\">";
>?&gt;</xsl:text>
>more...
><xsl:text disable-output-escaping="yes">&lt;?
>echo "&lt;/a>";
>?&gt;</xsl:text>

Reply via email to