[Home] [By Thread] [By Date] [Recent Entries]
At 06:02 PM 12/5/2005, Jirka wrote:
I think that best what you can do is to output PHP/ASP markup with d-o-e. Something like: <xsl:text disable-output-escaping="yes"><?php </xsl:text> <xsl:text disable-output-escaping="yes">...PHP code goes here...</xsl:text> <xsl:text disable-output-escaping="yes">?></xsl:text> Or write those xsl:text instructions into a template to which you pass the PHP code as a parameter when you want to write it. Also keep in mind that disable-output-escaping only works for transforms that are directly serialized (written out) as a file -- and then, only if the processor supports it. Cheers, Wendell
|

Cart



