[sucd-developer] liblisuxpa version 0.1 released
Status: Pre-Alpha
Brought to you by:
mat30
|
From: Mateo M. <djh...@gm...> - 2007-09-25 00:58:12
|
Hi, Today I made the release of liblisuxpa. Liblisuxpa it's a XML parser written in C++. It provides an easy to use interface for XML parsing. It's not a complex parser and it doesn't work fine with the full XML w3c specification, but it can parse most of XML files without problems. Also it's a ligth parser. If you want to parse a file who looks like this <?xml version="1.0"?> <music> <song> <artist>Somebody</artist> <title>Some</title> </song> <song title="Some" artist="Somebody"/> </music> liblisuxpa it's perfect for you. You can get it from https://sourceforge.net/project/showfiles.php?group_id=198475&package_id=246708&release_id=541920 You can find more information on http://sucd.soruceforge.net If you find a bug in liblisuxpa please report it at https://sourceforge.net/tracker/?func=add&group_id=198475&atid=965627 The summary of the bug must start by "[liblisuxpa]". Cheers, Mateo Matachana Lopez aka mat30 |