qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qexo-general] some contribution


From: Marco Vezzoli
Subject: Re: [Qexo-general] some contribution
Date: Mon, 22 Jul 2002 13:59:26 +0200

Sorry, here is the last version of the patch to apply; note that
timezone literals are not yet supported.


*** gnu/xquery/lang/XQuery.java.sav     Tue Jul 16 14:05:14 2002
--- gnu/xquery/lang/XQuery.java Mon Jul 22 13:56:34 2002
***************
*** 176,181 ****
--- 176,186 ----
      define("concat", new kawa.standard.string_append());
  
      define("write-to", gnu.kawa.xml.WriteTo.writeTo);
+ 
+     define("current-dateTime", gnu.xquery.util.Date.currentDateTime);
+     define("dateTime", gnu.xquery.util.Date.dateTime);
+     define("date", gnu.xquery.util.Date.date);
+     define("time", gnu.xquery.util.Date.time);
    }
  
    public static XQuery getInstance()

-- 
        (--cafe babe--) 
Marco Vezzoli   address@hidden
CR&D Intranet Developement   STMicroelectronics
tel. +39 039 603 6852 fax. +39 039 603 5055



reply via email to

[Prev in Thread] Current Thread [Next in Thread]