Hi, Corey We already have some testcases for EXSLT functions in Xalan-Java under the test/tests/extensions/library directory. They cover the extension functions in the http://xml.apache.org/xalan namespace and the EXSLT math and set namespaces. We also have plans to add some testcases for the date-time and function modules. We appreciate any conbribution to the new testcases. If you have any plan to implement testcases to other modules, please let us know. Xalan-Java will also benefit from testcases for Xalan-C++.
Regards, Morris Kwan XSLT Development IBM Toronto Lab Tel: (905)413-3729 Email: [EMAIL PROTECTED] > -----Original Message----- > From: David N Bertoni/Cambridge/IBM > [mailto:david_n_bertoni@;us.ibm.com] > Sent: Thursday, November 14, 2002 9:06 AM > To: [EMAIL PROTECTED] > Subject: Re: EXSLT and Xalan-C++ > > > > > > > Hi Corey, > > Thanks for the feedback! This bug has already been fixed in the CVS > repository, so you can download the latest code and get it, > if you want. > > Also, thanks for the offer to help! What did you have in > mind? Testing of > the EXSLT functionality that exists would be great and bug reports are > always appreciated. If you're a C++ programmer, then > implementation help > would be great. > > Dave > > > > > > > Corey Tripp > > > <CoreyT@InformativeRe To: > "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > > search.com> cc: > (bcc: David N Bertoni/Cambridge/IBM) > > Subject: > EXSLT and Xalan-C++ > > 11/14/2002 08:10 AM > > > Please respond to > > > xalan-dev > > > > > > > > > > > Hello, > > I decided to try out some of the EXSLT functions that are currently > supported in Xalan-C++ in some of my stylesheets ( > specifically padding and > align). Using these functions helped me out by simplify my > stylesheets and > reducing execution time, both of which made me very happy. > > To show my appreciation, I would like participate in anyway > that I can in > the EXSLT effort for Xalan-C++. > > For starters, the namespace coded in Xalan for the string > functions is > missing the trailing 's'. > > EXSLT: http://exslt.org/strings > XALAN: http://exslt.org/string > > Since it advertised as an alpha implementation I wasn't sure if a bug > report > was warrranted, if so I will gladly create one. > > -Corey > >