Tuesday, May 22, 2012

Testing is needed

Hello klish community!

Emmanuel Deloget has integrated a three C XML parsers into the klish. The next klish-1.6.0 version will not contain tinyxml backend (written in C++) but will contain libexpat, libxml2 and libroxml backends (written in C). The libexpat and libxml2 work well now, the libroxml has some known issues. To become much stable before release the klish needs to be tested with different XML backends. Please test it.

To get current klish development version read the http://code.google.com/p/klish/source/checkout .

Before building the ./autogen.sh script must be executed to create autotools files. Then the configure script must be executes with one of the following options: --with-libexpat, --with-libxml2, --with-libroxml to choose backend.

Thanks!

No comments:

Post a Comment