Subject: Re: producing php with xslt
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 23 Jul 2001 23:11:23 +0100
|
> I think the problems I'm having are centered around the use of <? as the
> opening php tag.
yes because it isn't an o[ening tag, it is a processing instruction.
Element opening tags may be produced by literal result elements, but
processing instructions in the stylesheet are ignored. You need to use
the <xsl:processing-instruction command to generate these.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|