call external function in xsl using php... - TechRepublic
Question
January 18, 2008 at 06:40 AM
smartdeepuloveme

call external function in xsl using php…

by smartdeepuloveme . Updated 18 years, 5 months ago

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

This discussion is locked

All Comments