xsl-list
[Top] [All Lists]

Re: embedded php in xslt

2003-11-04 01:23:31
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(_dot_)olszynski(_at_)exxcellent(_dot_)de
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



<Prev in Thread] Current Thread [Next in Thread>