Hi Derek, thanks for pointing me in the right direction :)
I really should have specified, I'm using XSLT. any thoughts why the following is ignored (or at least nothing is returned), when I transform? it I have tried serializing as text, xhtml, html and xml. <xsl:processing-instruction name="php"> echo "Hello World"; </xsl:processing-instruction> Can anyone provide a guide or at least some point of reference for writing a serializer? I'm thinking to create a dynamic page serializer which can change <dynamic> tags into <?, <% or whatever else someone wants to change them to... Thanks Sully --- Derek Hohls <[EMAIL PROTECTED]> wrote: > Sully > > What method are you using to generate your HTML - > XSP or XSLT? > > In XSLT you can use the <xsl:processing-instruction> > to create the <?php ... ?> tag. > > Derek > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
