Search found 2 matches

by jtremblet
Sun Jan 22, 2012 6:56 am
Forum: Common Problems
Topic: PHP function in XSLT transformation
Replies: 4
Views: 4021

Re: PHP function in XSLT transformation

Thank you for your answers http://www.w3.org/TR/xslt#extension explain the used of the extension but both are listed and seem to work correctly A namespace is designated as an extension namespace by using an extension-element-prefixes attribute on an xsl:stylesheet element or an xsl:extension-elemen...
by jtremblet
Sun Jan 15, 2012 4:47 pm
Forum: Common Problems
Topic: PHP function in XSLT transformation
Replies: 4
Views: 4021

PHP function in XSLT transformation

Hello I use PHP function in my template with this syntax <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:php="http://php.net/xsl" xsl:extension-element-prefixes="php" exc...