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"><?
>echo "<a href=\"/$wjLanguageCode/news/";
>?></xsl:text>
><xsl:value-of select="headline"/>
><xsl:text disable-output-escaping="yes"><?
>echo "\">";
>?></xsl:text>
>more...
><xsl:text disable-output-escaping="yes"><?
>echo "</a>";
>?></xsl:text>