Re: [xsl] embedded php in xslt

Subject: Re: [xsl] embedded php in xslt
From: Michael Olszynski <m.olszynski@xxxxxxxxxxxxx>
Date: Tue, 04 Nov 2003 09:23:31 +0100
Thanks a lot that works, but the closing "?" is not written with

<xsl:processing-instruction name="php"> stuff </xsl:processing-instruction>

i get following output:

<?php stuff >

do i have to write manually:

<xsl:processing-instruction name="php"> stuff ?</xsl:processing-instruction>

or is there any other solution to automatically generate the ? at the end.

Thanks Michael



David Carlisle wrote:

but I´d need

<?php ......



<? stuff ?> is a processing instruction, generated by

<xsl:processing-instruction name="php"
 > stuff </xsl:processing-instruction>

David





-- Michael Olszynski Dipl.-Ing.(FH) Software Engineer

___ |X__________________________________________________________
  X|

eXXcellent solutions gmbh
In der Wanne 55

D-89075 ulm

e | m.olszynski@xxxxxxxxxxxxx
t | +49 [0]731-55026-39
f | +49 [0]731-55026-99
i | www.exxcellent.de
________________________________________________________________

Geschäftsführer: Dr. Martina Maier, Wilhelm Zorn, Gerhard Gruber
Sitz der Gesellschaft: Ulm, Registergericht: Ulm HRB 4309





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


Current Thread