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


> But my output is:
> <?php
>       echo 'Whatever the text in the php-echo node was.';
> >
>
> Where's my closing question mark?

If your output method is HTML, a processing instruction is rendered as
<?target data>, as required by the HTML 4.0 spec (and the XSLT spec).

Mike Kay
Software AG


 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]