I've got a custom function say <?php this_content('Main heading'); ?> and I want to add inside my xsl, which looks like this:
<xsl:template match="page" mode="body">
</xsl:template>
I've set registerPHPFunctions(), but thats only for php internal functions..?