Re: Using EXSLT functions from Microsoft InfoPath
"Dimitre Novatchev" <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
Sorry, but your information is outdated for at least two years. There's a full EXSLT.NET implementation and, as Oleg Tkachenko notes (http://www.tkachenko.com/blog/archives/000559.html), recent progress has been made in both .NET 2.0 and MSXML 6.0 towards adopting a native implementation of EXSLT. Cheers, Dimitre Novatchev "James Fuller" <[email protected]> wrote in message news:[email protected]... Rideg Márton wrote: Microsoft XSLT processor doesnt support EXSLT natively, which means you have to use the alternate implementations (e.g. use pure EXSLT or XSLT templates, javascript, or msxsl script). Note that EXSLT is supported in some part by every just about every major XSLT processor except MS....something we have tried to change. on each EXSLT function page will be a link to the relevent alternate implementation for example http://www.exslt.org/date/functions/date/index.html look at the bottom of the page and u will see links to EXSLT function XSLT function Javascript msxsl (ms javascript basically) note when u download the zip for a function (or module) they include these implementations. its important to import the specific function directly into your stylesheet. gl, Jim Fuller