Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 03-Dec-2014 | 2K | |
AUTHORS | 03-Dec-2014 | 208 | |
buf.c | 03-Dec-2014 | 32.1K | |
buf.h | 03-Dec-2014 | 2.3K | |
c14n.c | 03-Dec-2014 | 69.4K | |
catalog.c | 03-Dec-2014 | 96.4K | |
chvalid.c | 03-Dec-2014 | 12K | |
CleanSpec.mk | 03-Dec-2014 | 2.2K | |
config.h | 03-Dec-2014 | 8.6K | |
Copyright | 03-Dec-2014 | 1.3K | |
debugXML.c | 03-Dec-2014 | 101.6K | |
dict.c | 03-Dec-2014 | 29.7K | |
DOCBparser.c | 03-Dec-2014 | 8.6K | |
elfgcchack.h | 03-Dec-2014 | 654.9K | |
enc.h | 03-Dec-2014 | 828 | |
encoding.c | 03-Dec-2014 | 144.7K | |
entities.c | 03-Dec-2014 | 29K | |
error.c | 03-Dec-2014 | 26.7K | |
globals.c | 03-Dec-2014 | 28.9K | |
HACKING | 03-Dec-2014 | 1.7K | |
hash.c | 03-Dec-2014 | 29K | |
HTMLparser.c | 03-Dec-2014 | 202.8K | |
HTMLtree.c | 03-Dec-2014 | 32.4K | |
include/ | 03-Dec-2014 | ||
legacy.c | 03-Dec-2014 | 37.9K | |
libxml.h | 03-Dec-2014 | 2.6K | |
list.c | 03-Dec-2014 | 15.9K | |
MAINTAINERS | 03-Dec-2014 | 282 | |
MODULE_LICENSE_MIT | 03-Dec-2014 | 0 | |
nanoftp.c | 03-Dec-2014 | 51.4K | |
nanohttp.c | 03-Dec-2014 | 47K | |
parser.c | 03-Dec-2014 | 423K | |
parserInternals.c | 03-Dec-2014 | 60.7K | |
pattern.c | 03-Dec-2014 | 62K | |
README | 03-Dec-2014 | 1.2K | |
relaxng.c | 03-Dec-2014 | 356.6K | |
save.h | 03-Dec-2014 | 1,018 | |
SAX.c | 03-Dec-2014 | 5.4K | |
SAX2.c | 03-Dec-2014 | 83.8K | |
schematron.c | 03-Dec-2014 | 47K | |
threads.c | 03-Dec-2014 | 26.4K | |
timsort.h | 03-Dec-2014 | 12.7K | |
tree.c | 03-Dec-2014 | 253.5K | |
trio.c | 03-Dec-2014 | 155.4K | |
trio.h | 03-Dec-2014 | 7K | |
triodef.h | 03-Dec-2014 | 6.6K | |
trionan.c | 03-Dec-2014 | 22.5K | |
trionan.h | 03-Dec-2014 | 2K | |
triop.h | 03-Dec-2014 | 5.6K | |
triostr.c | 03-Dec-2014 | 40.9K | |
triostr.h | 03-Dec-2014 | 8K | |
uri.c | 03-Dec-2014 | 65.4K | |
valid.c | 03-Dec-2014 | 188.3K | |
xinclude.c | 03-Dec-2014 | 67.5K | |
xlink.c | 03-Dec-2014 | 4.5K | |
xmlcatalog.c | 03-Dec-2014 | 14.6K | |
xmlIO.c | 03-Dec-2014 | 103.4K | |
xmllint.c | 03-Dec-2014 | 96.6K | |
xmlmemory.c | 03-Dec-2014 | 25.6K | |
xmlmodule.c | 03-Dec-2014 | 10.3K | |
xmlreader.c | 03-Dec-2014 | 163.1K | |
xmlregexp.c | 03-Dec-2014 | 214.8K | |
xmlsave.c | 03-Dec-2014 | 76K | |
xmlschemas.c | 03-Dec-2014 | 804.7K | |
xmlschemastypes.c | 03-Dec-2014 | 172.3K | |
xmlstring.c | 03-Dec-2014 | 24.4K | |
xmlunicode.c | 03-Dec-2014 | 99.8K | |
xmlwriter.c | 03-Dec-2014 | 122.2K | |
xpath.c | 03-Dec-2014 | 417.5K | |
xpointer.c | 03-Dec-2014 | 75.8K |
1 2 XML toolkit from the GNOME project 3 4 Full documentation is available on-line at 5 http://xmlsoft.org/ 6 7 This code is released under the MIT Licence see the Copyright file. 8 9 To build on an Unixised setup: 10 ./configure ; make ; make install 11 To build on Windows: 12 see instructions on win32/Readme.txt 13 14 To 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 24 To report bugs, follow the instructions at: 25 http://xmlsoft.org/bugs.html 26 27 A mailing-list xml (a] gnome.org is available, to subscribe: 28 http://mail.gnome.org/mailman/listinfo/xml 29 30 The list archive is at: 31 http://mail.gnome.org/archives/xml/ 32 33 All technical answers asked privately will be automatically answered on 34 the list and archived for public access unless privacy is explicitly 35 required and justified. 36 37 Daniel Veillard 38 39 $Id$ 40