i have call php function using registerPhpFunctions() and used a function name like this
example:
In the above example function is named php:functionstring(‘curPageURL’);
by xmlns:php=”http://php.net/xsl” namespace
But i need to call the function in other way for example:
san:curPageURL()
by
xmlns:san=”www.san.com/xsl”
can any one tell how can i do that