This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Re: producing php with xslt




> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]