mmidy       2002/09/06 12:53:26

  Modified:    java/src/org/apache/xpath/parser Tag: xslt20 SimpleNode.java
  Log:
  Fix function names
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1.2.8 +3 -3      
xml-xalan/java/src/org/apache/xpath/parser/Attic/SimpleNode.java
  
  Index: SimpleNode.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xpath/parser/Attic/SimpleNode.java,v
  retrieving revision 1.1.2.1.2.7
  retrieving revision 1.1.2.1.2.8
  diff -u -r1.1.2.1.2.7 -r1.1.2.1.2.8
  --- SimpleNode.java   6 Sep 2002 15:06:07 -0000       1.1.2.1.2.7
  +++ SimpleNode.java   6 Sep 2002 19:53:26 -0000       1.1.2.1.2.8
  @@ -169,10 +169,10 @@
         new QName("divide-yearMonthDuration"),
         new FuncDivYearMonthDuration());
         m_builtInFunctions.put(
  -      new QName("get-yearMonthDuration"),
  +      new QName("get-yearMonthDuration-from-dateTimes"),
         new FuncGetYMDuration());
         m_builtInFunctions.put(
  -      new QName("get-dayTimeDuration"),
  +      new QName("get-dayTimeDuration-from-dateTimes"),
         new FuncGetDTDuration());
         m_builtInFunctions.put(
         new QName("add-yearMonthDurationToDateTime"),
  @@ -283,7 +283,7 @@
         new QName("get-seconds-from-time"),
         new FuncGetSFromTime());
   m_builtInFunctions.put(
  -      new QName("get-timezone-from-datetime"),
  +      new QName("get-timezone-from-dateTime"),
         new FuncGetTZFromDT());
   m_builtInFunctions.put(
         new QName("get-timezone-from-date"),
  
  
  

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

Reply via email to