RE: [xsl] Re: producing php with xslt

Subject: RE: [xsl] Re: producing php with xslt
From: "Clapham, Paul" <pclapham@xxxxxxxxxxxxx>
Date: Wed, 25 Jul 2001 12:41:03 -0700
According to Kay's book "XSLT Programmer's Reference":  <quote>In HTML the
terminator for a processing instruction is ">" rather than "?>", and this
difference is handled automatically by the HTML output method...</quote>, so
it would appear you are producing HTML output.

PC2

-----Original Message-----
From: flourish [mailto:msmith@xxxxxxxx]
Sent: July 25, 2001 12:01
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] 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?

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


Current Thread