|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Return system's date and time
<xsl:value-of select="current-time()" />Error: Unknown system function: corrent-time Using xmlns:fn="http://www.w3.org/2005/02/xpath-functions" and <xsl:value-of select="fn:current-time()" /> Error: The URI http://www.w3.org/2005/02/xpath-functions does not identify an external Java class Processor: Saxon stylsheet version:1.0 At 11:33 AM 5/14/2007 +0200, you wrote: You can use the functions without namespace. The default namespace for any XPath function is "http://www.w3.org/2005/02/xpath-functions" and you may bind the functions to that namespace (you may use any prefix you choose) but it is more customary not to do so (but in writing we sometimes add the 'fn:' prefix to emphasize that we talk about xpath functions). You can write your code as this:
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






