DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30754>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30754

EXSLT date:date-time function or template do not work.





------- Additional Comments From [EMAIL PROTECTED]  2004-08-23 18:13 -------
The following example works for me using the latest source in CVS, with both 
the interpretive and compiling processors.

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
  <xsl:template match="/" xmlns:date="http://exslt.org/dates-and-times";>
    <xsl:value-of select="date:date-time()"/>
  </xsl:template>
</xsl:stylesheet>

Does it work for you?  If not, what sort of problem do you run into.  If this 
works for you, but your own example does not, please post your example.  If you 
notice a problem in the on-line documentation, please let us know that.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to