Re: Date Time Module Unknown Saxon extension element script
Oleg Tkachenko <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
Are you sure you need to bother installing it (according to error, looks like you are trying to include an implementation for MSXML)? AFAIK Saxon supports date time functions natively. -- Oleg Tkachenko http://www.xmllab.net http://blog.tkachenko.com Bruso, John wrote: > Hi All, > > I'm trying to implement the Date-Time extension, but I'm afraid my XSL > knowledge is at it's glass ceiling at the moment. > > I'm working from this reference doc: > http://www.exslt.org/date/functions/month-in-year/index.html > > So far, I've downloaded and installed the Date-Time Functions. > > I want to insert a date-time into an existing XSL sheet called > InlineCustomization.xsl > > At the top of InlineCustomization.xsl, I've added: > > <xsl:stylesheet > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" > xmlns:encoder="xalan://java.net.URLEncoder" > exclude-result-prefixes="encoder" > xmlns:date="http://exslt.org/date" > xmlns:func="http://exslt.org/functions" > extension-element-prefixes="date func"> > <xsl:import > href="http://www-dev.sheridan.edu:8080/uPortal/media/edu/vt/portal/layou > t/TabPageColumn/InlineCustomization/XSL/functions/month-in-year/date.mon > th-in-year.xsl" /> > <xsl:import > href="http://www-dev.sheridan.edu:8080/uPortal/media/edu/vt/portal/layou > t/TabPageColumn/InlineCustomization/XSL/functions/month-in-year/date.mon > th-in-year.function.xsl" /> > > > I'm getting this error when I try to do a local transform in Oxygen > using Saxon Transformer 6.5.4: > > "Error: Unknown Saxon extension element script" > > > > ------------------------- > John Bruso > Web Developer > ph 307.674-6446-2608 > > > _______________________________________________ > exslt mailing list > [email protected] > http://www.exslt.org/list