1 2 XML toolkit from the GNOME project 3 4Full documentation is available on-line at 5 http://xmlsoft.org/ 6 7This code is released under the MIT Licence see the Copyright file. 8 9To build on an Unixised setup: 10 ./configure ; make ; make install 11To build on Windows: 12 see instructions on win32/Readme.txt 13 14To assert build quality: 15 on an Unixised setup: 16 run make tests 17 otherwise: 18 There is 3 standalone tools runtest.c runsuite.c testapi.c, which 19 should compile as part of the build or as any application would. 20 Launch them from this directory to get results, runtest checks 21 the proper functionning of libxml2 main APIs while testapi does 22 a full coverage check. Report failures to the list. 23 24To report bugs, follow the instructions at: 25 http://xmlsoft.org/bugs.html 26 27A mailing-list xml@gnome.org is available, to subscribe: 28 http://mail.gnome.org/mailman/listinfo/xml 29 30The list archive is at: 31 http://mail.gnome.org/archives/xml/ 32 33All technical answers asked privately will be automatically answered on 34the list and archived for public access unless privacy is explicitly 35required and justified. 36 37Daniel Veillard 38 39$Id$ 40