I am having the same problems as described in post:
thread426-1042988
Has anyone figured this out...?
...or does IE just not support the 2.0 functions...???
My code includes...
...
...
And I'm getting the error:
Using the alternate namespace:
I still get the same error...
Any help would be GREATLY appriciated...
Thanks...
-Josh
Visit My Site
PROGRAMMER: Red-eyed, mumbling mammal capable of conversing with inanimate objects.
thread426-1042988
Has anyone figured this out...?
...or does IE just not support the 2.0 functions...???
My code includes...
Code:
<xsl:stylesheet version="2.0"
xmlns:xsl="[URL unfurl="true"]http://www.w3.org/1999/XSL/Transform"[/URL]
xmlns:fn="[URL unfurl="true"]http://www.w3.org/2005/xpath-functions"[/URL] >
Code:
<xsl:variable name="y" select="fn:replace($x,',','')" />
And I'm getting the error:
Namespace ' does not contain any functions.
Using the alternate namespace:
I still get the same error...
Any help would be GREATLY appriciated...
Thanks...
-Josh
Visit My Site
PROGRAMMER: Red-eyed, mumbling mammal capable of conversing with inanimate objects.