I'm looking into porting Xalan to Macintosh. If I'm successful I'd like to get the changes into the source base. The first thing I noticed is that in several places you're using size_t instead of std::size_t. I'm guessing its just a slip-up since in many other places you are using the std namespace.
Mike- > From: Axel Hecht <[EMAIL PROTECTED]> > Organization: Institute of Mathematics, Section 2 > Reply-To: [EMAIL PROTECTED] > Date: Fri, 21 Jan 2000 16:54:27 +0100 > To: [EMAIL PROTECTED] > Subject: Re: Xalan C++... > > Michael Burbidge wrote: >> >> Is someone working on a C++ version of Xalan? If so, what's the time frame >> for its release? >> >> Mike- > > Yes, see > http://xml.apache.org/xalan/xslt4c.html > for details. It's for windows only at the time. > > Axel >
