OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: How to generate PHP code in a XSL customization layer


Hi,

I would like to know if it's possible to generate a snippet of PHP code in a XSL customization layer.
What I have in mind is something similar to:

<xsl:template name="home.navhead">
  <?php include ('../php/filename.php'); ??>
</xsl:template>

but as reported doesn't work...

--
Firma
Eng. Roberto Gianassi


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]