Subject: Re: [Announce] C++ edition of Xalan reaches 1.0 status
From: Derek Davies <ddavies@xxxxxxxxxxxxxxx>
Date: 12 Oct 2000 09:48:27 -0400
|
Had a quick look at this and it looks like a bug to me. Here's what I
did (in XPath/XBooleanStatic.cpp):
XBooleanStatic::XBooleanStatic(bool val) :
XBoolean(/* DLD
0,
0,*/
val)
The constructors for XBoolean take but a single value. Things are
chugging along again with my build. I have no idea what the two
zeros I commented out were for ;-)
--
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|