Skip to content
  1. Feb 09, 2011
  2. Feb 02, 2011
  3. Dec 07, 2008
  4. May 24, 2008
  5. May 16, 2008
  6. Apr 27, 2008
  7. Apr 20, 2008
  8. Apr 06, 2008
  9. Mar 24, 2008
    • David Lichteblau's avatar
      Added XPATH-PROTOCOL:NODE-EQUAL and HASH-KEY · af16503a
      David Lichteblau authored
      Use XPATH-PROTOCOL:NODE-EQUAL rather than EQ/EQL on nodes.  Use HASH-KEY
      with an EQUAL hash table instead of nodes in an EQL hash table.
      
      This change is motivated by the DOM-NAMESPACE and STP-NAMESPACE objects,
      which are consed up every time they are queried, yet need to be compared
      later.  The alternative solutions would have been
        - caching of those objects in DOM, which requires changes to the DOM
          implementation
        - force use of a navigator for STP and DOM (awkward)
      Simply allowing duplicate nodes seems easier.
      
      darcs-hash:b0ccd40b33df1274fccb89650090ff5340d9276b
      af16503a
  10. Mar 23, 2008
  11. Mar 16, 2008
  12. Mar 14, 2008
  13. Mar 02, 2008
  14. Mar 01, 2008
    • Ivan Shvedunov's avatar
      Fixed some bugs, added some missing features. · 1a1c6bbc
      Ivan Shvedunov authored
      Fixed xnum parsing / unparsing.
      Fixed comparison operators.
      Added lang() function.
      Node sets returned by EVALUATE and EVALUATE-COMPILED now are automatically sorted
      using document order by default.
      Fixed following:: axis (again).
      Fixed NODE-TEST-NAME for namespace nodes.
      Numbers in XPath expressions are now never parsed into SINGLE-FLOAT.
      Added SORT-NODE-SET function.
      
      darcs-hash:f11136c9917dee6bd41d96f3e8950db389c78b55
      1a1c6bbc
  15. Feb 28, 2008
  16. Feb 27, 2008