xsl-list
[Top] [All Lists]

Re: [xsl] current-dateTime()

2008-04-18 07:59:09
Andrew Welch wrote:
On 18/04/2008, Colin Paul Adams 
<colin(_at_)colina(_dot_)demon(_dot_)co(_dot_)uk> wrote:
    Robert> You could make a call with the document function (in a
    Robert> non-functional way :) ) to a back end that uses a custom
    Robert> uri resolver that, when receives a certain href,
    Robert> logs/writes the /real/ current-dateTime and returns
    Robert> <nothing/>.

 Unlikely to work in most implementations (unless the implementation
 supports a no-stability option) as the uri resolver is unlikely to be
 called on the second occaision.

Unless you include the position() in the uri to make it unique....?

Why would position() be unique? Besides, there are many places where position() is illegal.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--