Hi
I can't find a complete list of working XSLT-functions in DW7.
I'm missing e.g. 'escape-uri', 'replace' and many others. They don't seem to work. Are there any alternatives to these functions?
Javascript is not an option.
Thanks.
Martin
Developer forum
E-mail notifications
XSLT functions
Posted on 26/01/2010 10:35:04
Replies
Posted on 26/01/2010 10:51:02
Hi Martin
What you probably need is a list of XSLT functions in XSLT 1.0 and xPath 1.0.
And the 2 functions that you're asking about are a part of the 2.0 specification.
Unfortunately the bastards at Redmond haven't yet implemented a 3 year old (by tomorrow) standard. Said with other words, you cannot use anything from the the 2.0 specification when your using the .NET framework.
So you probably need google a XSLT 1.0 reference sheet.
// Dammark
What you probably need is a list of XSLT functions in XSLT 1.0 and xPath 1.0.
And the 2 functions that you're asking about are a part of the 2.0 specification.
Unfortunately the bastards at Redmond haven't yet implemented a 3 year old (by tomorrow) standard. Said with other words, you cannot use anything from the the 2.0 specification when your using the .NET framework.
So you probably need google a XSLT 1.0 reference sheet.
// Dammark
Posted on 26/01/2010 11:16:39
Hi Sebastian
Thanks.
I found this:
http://www.mulberrytech.com/quickref/XSLT_1quickref-v2.pdf
There are some really neat functions i XSLT/XPath 2.0. Too bad Microsoft hasn't implemented the newer version. Oh, well. Not really surprised about that ...
Thanks.
I found this:
http://www.mulberrytech.com/quickref/XSLT_1quickref-v2.pdf
There are some really neat functions i XSLT/XPath 2.0. Too bad Microsoft hasn't implemented the newer version. Oh, well. Not really surprised about that ...
Posted on 26/01/2010 11:26:42
... and on a sidenote, this is my problem exactly:
http://www.biglist.com/lists/xsl-list/archives/200309/msg01096.html
http://www.biglist.com/lists/xsl-list/archives/200309/msg01096.html
You must be logged in to post in the forum