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
>>> [EMAIL PROTECTED] 10/07/2003 01:21:35 >>>
Hi,
I'm generating my website using the CLI and I want to be able to include
PHP code inside the generated pages. My problem is getting the php tags
to output correctly in the final html.
Has anyone solved this problem before? if so how did you do it?
the different things I've tried all want to output <? instead of <?
a simple example of what I want the final page to look like is:
<html>
<body>
<?php echo "Hello World";?>
</body>
</html>
I have a feeling I'll be needing to write myself a custom serializer, if
so can somebody point me in the direction of a guide to writing a
serializer? I've been through carsten and matthew's book though they
seem to cover everything except how to write a serializer :(
maybe the best way would be for me to have some <dynamic> tags which are
transformed into <? ?> by the serializer?
Thanks
Sully
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Mailscanner thanks transtec Computers for their support.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]