Re: XPath Function Internals

2012-07-30 Thread Gareth Reakes
Hey, At 1 point it was an path 1 implementation. I can't recall what kind of a test suite it had then but its probably still worth a look. If you have trouble finding the code base for that time period drop me a line and I will see what I can do. G On 30 Jul 2012, at 17:28, shath...@

Re: XPath Function Internals

2012-07-30 Thread shathawa
Gareth, Thanks for the link. Our first priority is to get additional functionality with XPath 1.0 and EXSLT functions. I am interested in pursuing the XPath2 integration after our XalanC 1.11 product is released at the end of summer. I see this XPath2 integration to become XalanC 2.0. Sincerel

Re: XPath Function Internals

2012-07-30 Thread Samuel Medeiros
Steven, thank you for the information. Now I am able to integrate the developed funtions into the Xalan architecture. Your comments are really useful. Gareth, I am interested to look at the XQilla project and review the test suite placed there. In the Xalan Dates and Times module I have write a

Re: XPath Function Internals

2012-07-30 Thread Gareth Reakes
Hey Samuel, A long while ago I was one of the people who wrote Pathan (an XPath2 implementation on top of Xerces C). Its been replaced with XQilla now (http://xqilla.sourceforge.net/HomePage). I expect its worth a look for function implementations. We also had a thorough test suite whic