1999-01-31 22:15:06 +00:00
|
|
|
|
2002-10-15 10:41:43 +00:00
|
|
|
XML toolkit from the GNOME project
|
1999-01-31 22:15:06 +00:00
|
|
|
|
2000-04-03 19:48:13 +00:00
|
|
|
Full documentation is available on-line at
|
|
|
|
http://xmlsoft.org/
|
1999-01-31 22:15:06 +00:00
|
|
|
|
2002-02-08 13:28:40 +00:00
|
|
|
This code is released under the MIT Licence see the Copyright file.
|
2000-06-28 23:40:59 +00:00
|
|
|
|
2005-06-30 13:04:44 +00:00
|
|
|
To build on an Unixised setup:
|
|
|
|
./configure ; make ; make install
|
2019-08-27 19:09:20 +08:00
|
|
|
if the ./configure file does not exist, run ./autogen.sh instead.
|
2005-06-30 13:04:44 +00:00
|
|
|
To build on Windows:
|
|
|
|
see instructions on win32/Readme.txt
|
|
|
|
|
|
|
|
To assert build quality:
|
|
|
|
on an Unixised setup:
|
|
|
|
run make tests
|
|
|
|
otherwise:
|
2005-07-10 21:38:31 +00:00
|
|
|
There is 3 standalone tools runtest.c runsuite.c testapi.c, which
|
|
|
|
should compile as part of the build or as any application would.
|
2005-06-30 13:04:44 +00:00
|
|
|
Launch them from this directory to get results, runtest checks
|
|
|
|
the proper functionning of libxml2 main APIs while testapi does
|
|
|
|
a full coverage check. Report failures to the list.
|
|
|
|
|
2002-10-15 10:41:43 +00:00
|
|
|
To report bugs, follow the instructions at:
|
2003-01-09 13:19:33 +00:00
|
|
|
http://xmlsoft.org/bugs.html
|
2002-10-15 10:41:43 +00:00
|
|
|
|
2001-06-24 12:13:24 +00:00
|
|
|
A mailing-list xml@gnome.org is available, to subscribe:
|
|
|
|
http://mail.gnome.org/mailman/listinfo/xml
|
1999-01-31 22:15:06 +00:00
|
|
|
|
|
|
|
The list archive is at:
|
2001-06-24 12:13:24 +00:00
|
|
|
http://mail.gnome.org/archives/xml/
|
1999-01-31 22:15:06 +00:00
|
|
|
|
2003-01-25 18:01:32 +00:00
|
|
|
All technical answers asked privately will be automatically answered on
|
2010-11-20 12:34:17 -05:00
|
|
|
the list and archived for public access unless privacy is explicitly
|
2003-01-25 18:01:32 +00:00
|
|
|
required and justified.
|
|
|
|
|
2002-10-15 10:41:43 +00:00
|
|
|
Daniel Veillard
|
|
|
|
|
|
|
|
$Id$
|