descriptionA small XML parser
ownerstefanhetzwaantje@gmail.com
last changeFri, 14 Nov 2008 00:20:43 +0000 (14 01:20 +0100)
content tags
add:
readme
This is a small and fast XML parser.
License:
Copyright (c) 2008 Stefan "psYchotic" Zwanenburg <stefanhetzwaantje@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
shortlog
2008-11-14 Stefan 'psYchotic... mystring.c had a little (non-)error.master
2008-11-11 Stefan 'psYchotic... Updated the documentation for xml_tree_print to include...
2008-11-11 Stefan 'psYchotic... Added doxygen documentation to xmlparser.h
2008-11-11 Stefan 'psYchotic... Added a quick port to java that is unusable.
2008-11-01 Stefan 'psYchotic... Completely removed GLib now. Also, no more bugs.
2008-10-31 Stefan 'psYchotic... Removed everything GLib (except for the commandline...
2008-10-31 Stefan 'psYchotic... Changed some more stuff, still not working
2008-10-31 Stefan 'psYchotic... Now we're really using my MArray's. Still having bugs.
2008-10-31 Stefan 'psYchotic... Starting to move over to my array lib.
2008-10-30 Stefan 'psYchotic... Removed a few return's from functions that don't return...
2008-10-30 Stefan 'psYchotic... Added a large.xml that will be used for testing (memory)
2008-10-30 Stefan 'psYchotic... Quite a few changes here
2008-10-29 Stefan 'psYchotic... Renamed print_tree to xml_print_tree
2008-10-29 Stefan 'psYchotic... Renamed _HEAD_ to _ROOT_
2008-10-29 Stefan 'psYchotic... Commented xmlparser.c and renamed xml_free_tag to xml_t...
2008-10-29 Stefan 'psYchotic... We now have half a foundation for escaping characters!
...
heads
15 years ago master