RE: EXSLT and Xalan-C++

2002-11-18 Thread Corey Tripp
e to share many stylesheets, > although those that > do testing of Java extension functions will not work. > > Take a look at xml-xalan/test/tests/conf and > xml-xalan/test/tests/conf-gold > as an example of a pair of directories. > > Dave >

RE: EXSLT and Xalan-C++

2002-11-18 Thread Corey Tripp
Hi Dave, I had a chance to look over the EXSLT website and here's what I found. Of the modules that have implementations (common, math, sets, and strings) the strings module is the only one that is missing some functions. Then there are three modules that do not have any implementations at a

RE: EXSLT and Xalan-C++

2002-11-14 Thread Corey Tripp
Hi Morris, That sounds fine. If I create anything new I will definitely pass it on. -Corey > -Original Message- > From: [EMAIL PROTECTED] [mailto:mkwan@;ca.ibm.com] > Sent: Thursday, November 14, 2002 2:30 PM > To: Corey Tripp > Cc: [EMAIL PROTECTED] > Subject: RE:

RE: EXSLT and Xalan-C++

2002-11-14 Thread Corey Tripp
'll need at least a set of smoketest > stylesheets before we start claiming we're really implementing EXSLT. > > Dave > > > > > > > Corey Tripp

RE: EXSLT and Xalan-C++

2002-11-14 Thread Corey Tripp
exists would be great and bug reports are > always appreciated. If you're a C++ programmer, then > implementation help > would be great. > > Dave > > > > >

EXSLT and Xalan-C++

2002-11-14 Thread Corey Tripp
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 sh