RE: date:format-date causing "No flow in page-sequence"
"Brown, James" <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <6E6C9319C3F683419F5E804751FA38DF078644@cator-exch1.na.uis.unisys.com> |
After adding in the following:
<xsl:import href="date/functions/format-date/date.format-date.function.xsl" />
I now receive:
(Location of error unknown)XSLT Error (javax.xml.transform.TransformerException)
: An EXSLT function cannot set more than one result!
Any further ideas?
Cheers,
James
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
> -----Original Message-----
> From: Oleg Tkachenko [mailto:[email protected]]
> Sent: 2004 January 05 11.21
> To: Brown, James
> Cc: [email protected]
> Subject: Re: [exslt] date:format-date causing "No flow in
> page-sequence"
>
>
> Brown, James wrote:
>
> > Further info.
> >
> > I have stepped back to a very simple example. Appears that
> > <xsl:variable name="xyz" select="date:format-date($now,
> 'yyyy MM dd hh:mm:ss')"/>
> > is not working yet the
> > <xsl:call-template name="date:format-date">
> > syntax is.
>
> I believe that's how it's meant to be.
> date/functions/format-date/date.format-date.template.xsl
> stylesheet you
> are importing contains template implementing date:format-date
> extension.
> Obviously it should be called via xsl:call-template.
> --
> Oleg Tkachenko
> http://www.tkachenko.com/blog
> Multiconn Technologies, Israel
>