-
Recent Posts
Archives
- March 2012
- January 2012
- August 2011
- November 2010
- September 2010
- August 2010
- June 2010
- February 2010
- December 2008
- November 2008
- September 2008
- July 2008
- June 2008
- May 2008
- March 2008
- November 2007
- October 2007
- July 2007
- June 2007
- April 2007
- March 2007
- January 2007
- October 2006
- September 2006
- August 2006
Categories
Meta
Monthly Archives: January 2012
The set datatype implemented in XPath 3.0
In my previous two posts I introduced the binary search tree datatype, implemented in XPath 3.0. In most cases the binary search tree operations find, insert and delete have efficiency of O(log(d)) and the print/serialize operation is O(N*log(d)), where d … Continue reading
Posted in functional data structures, XPath, XPath 3.0
2 Comments
Part 2: The Binary Search Data Structure with XPath 3.0, Deleting a node
In the first part of this post I presented a Binary Search Tree implemented in pure XPath 3.0. Some new nice features of XPath 3.0 were shown in action and other, still missing but very important features were identified and … Continue reading
Posted in functional data structures, XPath, XPath 3.0
Leave a comment
The Binary Search Tree Data Structure–having fun with XPath 3.0
For a long time I have wanted to play with XSLT 3.0 and XPath 3.0. Despite these being in their WD status, the new features are so powerful and overwhelming. Take just these: Higher Order Functions and the ability to … Continue reading
Posted in functional data structures, XPath, XPath 3.0, XSLT 3.0
15 Comments