Re: [xsl] Re: producing php with xslt

Subject: Re: [xsl] Re: producing php with xslt
From: "Rob Lugt" <roblugt@xxxxxxxxx>
Date: Wed, 25 Jul 2001 20:40:26 +0100

> My output is still missing the second question mark.  The following works:
> <xsl:template match="php-echo">
>    <xsl:processing-instruction>
>       echo '<xsl:value-of select="text()"/>';
>    ?</xsl:processing-instruction>
> </xsl:template>
>
> But why doesn't that second question mark appear automaticly?

Because your output format is HTML. the XSLT processor is required to use
the SGML processing instruction syntax.

~Rob


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


Current Thread