Re: [xsl] embedded php in xslt

Subject: Re: [xsl] embedded php in xslt
From: Michael Olszynski <m.olszynski@xxxxxxxxxxxxx>
Date: Tue, 04 Nov 2003 11:55:12 +0100
Yes it´s working that way. I just wanted to have a "good looking" and clean solution. Whatever, it's working. Thank you!

Take care Michael

andrew.curry@xxxxxxxxxxxx wrote:

Have you tried using the encoded type for a '?' ? its crude but i managed to
get it to work using this principle.


----- Original Message ----- From: "Michael Olszynski" <m.olszynski@xxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, November 04, 2003 10:32 AM
Subject: Re: [xsl] embedded php in xslt



Thanks but I am producing html, so therefore I need to use


<xsl:output method="html"/>

Isn´t there an other solution to automatically generate the ? at the end?

Thanks

Take care Michael


David Carlisle wrote:




Thanks a lot that works, but the closing "?" is not written with




HTML syntax processing instructions don't have a closing ?, XML ones do.
If you are producing xml then usse <xsl:output method="xml"/>

David









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



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







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



Current Thread