Developer forum

Forum » Templates » XSLT functions

XSLT functions


Reply
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

Replies

 
Reply
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
 
Reply
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 ...
 
Reply
... and on a sidenote, this is my problem exactly:

http://www.biglist.com/lists/xsl-list/archives/200309/msg01096.html

 

You must be logged in to post in the forum