-
jez_higgins changed the public information on the Arabica XML and HTML Toolkit for C++ project.
2009-10-07 23:09:21 UTC by jez_higgins
-
jez_higgins added the arabica-2009-march.zip file.
2009-03-13 22:25:30 UTC by jez_higgins
-
jez_higgins added the arabica-2009-march.tar.gz file.
2009-03-13 22:25:30 UTC by jez_higgins
-
jez_higgins added the arabica-2009-march.tar.bz2 file.
2009-03-13 22:25:30 UTC by jez_higgins
-
jez_higgins created the March-09 file release.
2009-03-13 22:12:10 UTC by jez_higgins
-
The "Probably long overdue release" bringing a big chunk of new functionality.
Source tar.bz2
http://downloads.sourceforge.net/arabica/arabica-2008-october.tar.bz2
Source tar.gz
http://downloads.sourceforge.net/arabica/arabica-2008-october.tar.gz
Source zip
http://downloads.sourceforge.net/arabica/arabica-2008-october.zip
Exciting New Stuff
The exciting new stuff is...
2008-10-19 19:40:35 UTC by jez_higgins
-
Fixed in SVN, revision 1196, and will be in next release.
Thanks.
2008-02-08 16:00:37 UTC by jez_higgins
-
While doing some tests with Arabica/libxml2+VC8, i got a crash in libxml2_wrapper::SAXcomment(), at:
if(lexicalHandler_)
lexicalHandler_->comment
lexicalHandler_ isn't initialized to NULL in the constructor (and i hadnt set a handler up myself), so the check passes and it tries to call comment().
2007-12-30 22:12:43 UTC by numpsy
-
Sorry about that.
Committed a patch to fix this. Now, if the scheme has a single letter, we assume that what we've been given is a Windows absolute file path and treat it accordingly.
2007-12-08 20:30:30 UTC by jez_higgins
-
SAX2DOM:Parser will not resolve file path with drive path
that is not the same as the current working directory
drive path, ie. D:\foo\bar\filename.xml.
It seems the Arabica::io::URI is stripping of the "D" and
using it for the scheme, making it look like a URI. when
it tries to open it as a file, the "D:" is missing from
the path and it fails to open the file (unless the
program happens...
2007-10-05 15:35:05 UTC by nobody