reactos/lib/3rdparty/libxml2
..
include
acconfig.h
acinclude.m4 Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
aclocal.m4
AUTHORS
c14n.c
catalog.c
ChangeLog Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
check-relaxng-test-suite.py
check-relaxng-test-suite2.py Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
check-xinclude-test-suite.py
check-xml-test-suite.py
check-xsddata-test-suite.py
chvalid.c
config.guess
config.h Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
config.h.in Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
config.sub
configure
configure.in
COPYING
Copyright
dbgen.pl Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
dbgenattr.pl
debugXML.c Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
depcomp
dict.c
DOCBparser.c
elfgcchack.h
encoding.c
entities.c
error.c Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
gentest.py
genUnicode.py
globals.c
hash.c
HTMLparser.c
HTMLtree.c
INSTALL Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
install-sh
legacy.c
libxml-2.0-uninstalled.pc.in
libxml-2.0.pc.in
libxml.3
libxml.h
libxml.m4
libxml.spec.in Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
libxml2.rbuild
libxml2.spec
list.c
ltmain.sh
Makefile.am
Makefile.in
Makefile.tests
missing
mkinstalldirs
nanoftp.c
nanohttp.c
NEWS
parser.c
parserInternals.c Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
pattern.c
README
README.tests
regressions.py
regressions.rbuild
relaxng.c
runsuite.c
runtest.c
SAX.c
SAX2.c
testapi.c
testAutomata.c
testC14N.c
testdso.c
testHTML.c
testModule.c
testReader.c
testRegexp.c
testRelax.c
testSAX.c
testSchemas.c
testThreads.c
testThreadsWin32.c Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
testURI.c
testXPath.c Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
threads.c
TODO Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
TODO_SCHEMAS Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
tree.c
trio.c
trio.h
triodef.h
trionan.c
trionan.h
triop.h
triostr.c
triostr.h Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
uri.c Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
valid.c
xinclude.c
xlink.c
xml2-config.1
xml2-config.in
xml2Conf.sh.in
xmlcatalog.c
xmlIO.c
xmllint.c
xmlmemory.c Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
xmlmodule.c
xmlreader.c
xmlregexp.c
xmlsave.c
xmlschemas.c
xmlschemastypes.c
xmlstring.c
xmlunicode.c
xmlwriter.c
xpath.c
xpointer.c

                  XML toolkit from the GNOME project

Full documentation is available on-line at
    http://xmlsoft.org/

This code is released under the MIT Licence see the Copyright file.

To build on an Unixised setup:
   ./configure ; make ; make install
To build on Windows:
   see instructions on win32/Readme.txt

To assert build quality:
   on an Unixised setup:
      run make tests
   otherwise:
       There is 3 standalone tools runtest.c runsuite.c testapi.c, which
       should compile as part of the build or as any application would.
       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.

To report bugs, follow the instructions at: 
  http://xmlsoft.org/bugs.html

A mailing-list xml@gnome.org is available, to subscribe:
    http://mail.gnome.org/mailman/listinfo/xml

The list archive is at:
    http://mail.gnome.org/archives/xml/

All technical answers asked privately will be automatically answered on
the list and archived for public access unless pricacy is explicitely
required and justified.

Daniel Veillard

$Id: README,v 1.13 2005/07/10 21:38:25 veillard Exp $