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


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@dork.com]
Sent: July 25, 2001 12:01
To: xsl-list@lists.mulberrytech.com
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


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