1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
XML parser and toolkit
Go to file
2022-02-07 20:54:07 +01:00
bakefile
doc
example
fuzz
include
macos
optim
os400
python
result Fix double counting of CRLF in comments 2022-02-07 20:54:07 +01:00
test
vms
VxWorks
win32
xstc
.gitattributes
.gitignore
.gitlab-ci.yml
.travis.yml
acinclude.m4
AUTHORS
autogen.sh
buf.c
buf.h
build_glob.py
c14n.c
catalog.c
check-relaxng-test-suite2.py
check-relaxng-test-suite.py
check-xinclude-test-suite.py
check-xml-test-suite.py
check-xsddata-test-suite.py
chvalid.c
chvalid.def
CMakeLists.txt
config.h.cmake.in
configure.ac
CONTRIBUTING
Copyright
dbgen.pl
dbgenattr.pl
debugXML.c
dict.c
DOCBparser.c
elfgcchack.h
enc.h
encoding.c
entities.c
error.c
genChRanges.py
gentest.py
genUnicode.py
global.data
globals.c
hash.c
HTMLparser.c
HTMLtree.c
INSTALL.libxml2
legacy.c
libxml2-config.cmake.cmake.in
libxml2-config.cmake.in
libxml2.doap
libxml2.syms
libxml-2.0-uninstalled.pc.in
libxml-2.0.pc.in
libxml.3
libxml.h
libxml.m4
libxml.spec.in
list.c
MAINTAINERS
Makefile.am
Makefile.tests
Makefile.win
nanoftp.c
nanohttp.c
NEWS
parser.c
parserInternals.c
pattern.c
README
README.cvs-commits
README.tests
README.zOS
regressions.py
regressions.xml
relaxng.c
rngparser.c
runsuite.c
runtest.c
runxmlconf.c
save.h
SAX2.c
SAX.c
schematron.c
testapi.c
testAutomata.c
testC14N.c
testchar.c
testdict.c
testdso.c
testHTML.c
testlimits.c
testModule.c
testOOM.c
testOOMlib.c
testOOMlib.h
testReader.c
testrecurse.c
testRegexp.c
testRelax.c
testSAX.c
testSchemas.c
testThreads.c
testURI.c
testXPath.c
threads.c
timsort.h
TODO
TODO_SCHEMAS
tree.c
trio.c
trio.h
triodef.h
trionan.c
trionan.h
triop.h
triostr.c
triostr.h
uri.c
valid.c
xinclude.c
xlink.c
xml2-config.1
xml2-config.in
xml2Conf.sh.in
xmlcatalog.c
xmlIO.c
xmllint.c
xmlmemory.c
xmlmodule.c
xmlreader.c
xmlregexp.c
xmlsave.c
xmlschemas.c
xmlschemastypes.c
xmlstring.c
xmlunicode.c
xmlwriter.c
xpath.c
xpointer.c
xzlib.c
xzlib.h

                  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
   if the ./configure file does not exist, run ./autogen.sh instead.
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 functioning 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 privacy is explicitly
required and justified.

Daniel Veillard

$Id$