[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] question about implements-prefix


Subject: Re: [xsl] question about implements-prefix
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 6 Dec 2001 16:50:40 GMT

> what purpose does the USER serve in the below code? 

extension functions have to be in some namespace.

  <xsl:value-of select="formatArg(date)"/>

would call the built in function formatArg, which doesn't exist
and so would be an error.

That part is specified in Xpath. What isn't specified there is how
functions in an extension namespace get implemented.
In msxsl it's using the code you showed.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread