xsl-list
[Top] [All Lists]

RE: embedded php in xslt

2003-11-04 07:09:09
In HTML, according to the spec, processing instructions are supposed to
end in > rather than ?>.

I don't know if this helps you with your problem, I'm just throwing it
in as information.

Michael Kay

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Michael Olszynski
Sent: 04 November 2003 08:24
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] embedded php in xslt


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



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



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