Topic: Successfully including php output in xsl stylesheet (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
posted 03-31-2005 16:18
Hi all. I've been working on the problem in the subject for several days and haven't been able to google an answer to save my life. Here's the situation. |
Bipolar (III) Inmate From: Minnesota |
posted 03-31-2005 17:19
you can try the xsl:processing-instruction element. set the attribute name="php" in it. code: <xsl:processing-instruction name="php">
|
Obsessive-Compulsive (I) Inmate From: |
posted 03-31-2005 18:39
That correctly adds code: <?php
|
Bipolar (III) Inmate From: Minnesota |
posted 03-31-2005 21:45
I take it you are writing the output of the xslt to a static html page then. |
Obsessive-Compulsive (I) Inmate From: |
posted 04-07-2005 14:44
Solution: |