You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2004/08/23 20:13:06 UTC

DO NOT REPLY [Bug 30754] - EXSLT date:date-time function or template do not work.

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 zongaro@ca.ibm.com  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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org