Hi Mark,
Thanks for the patch. This defect was recently fixed and is available in
the latest CVS and will be in upcoming Xalan release.
-Matt.
"Mark Weaver"
<[EMAIL PROTECTED]>
To
04/21/2004 05:58 "Xalan-C-Users"
AM <[email protected]>
cc
Please respond to Subject
xalan-c-users bug in
XalanEXSLTFunctionDecodeURI::execut
e
in XalanEXST/XalanEXSLTString.cpp.
if (byte2 & 0x80 == 0)
...
There are a few of these. This comes out as:
if (byte2 & (0x80 == 0))
if (byte2 & 0)
if (0)
which is presumably not was intended. The compiler picked this one up, not
me :)
cvs diff attached.
#### XalanEXSLTString.cpp.patch has been removed from this note on April 21
2004 by Matthew Hoyt
- bug in XalanEXSLTFunctionDecodeURI::execute Mark Weaver
- RE: bug in XalanEXSLTFunctionDecodeURI::execute Matthew Hoyt
- RE: bug in XalanEXSLTFunctionDecodeURI::execute Mark Weaver
