• Home
Name Date Size #Lines LOC

..--

include/libxml/03-May-2024-14,4998,991

AUTHORSD03-May-2024208 65

Android.mkD03-May-20242 KiB10074

CleanSpec.mkD03-May-20242.2 KiB500

CopyrightD03-May-20241.3 KiB2419

DOCBparser.cD03-May-20248.6 KiB306140

HACKINGD03-May-20241.7 KiB3829

HTMLparser.cD03-May-2024202.8 KiB7,0784,904

HTMLtree.cD03-May-202432.4 KiB1,254776

MAINTAINERSD03-May-2024282 107

MODULE_LICENSE_MITD03-May-20240

READMED03-May-20241.2 KiB4028

SAX.cD03-May-20245.4 KiB181133

SAX2.cD03-May-202483.8 KiB3,0342,107

buf.cD03-May-202432.1 KiB1,305773

buf.hD03-May-20242.3 KiB7342

c14n.cD03-May-202469.4 KiB2,2381,288

catalog.cD03-May-202496.4 KiB3,8212,599

chvalid.cD03-May-202412 KiB337207

config.hD03-May-20248.6 KiB32676

debugXML.cD03-May-2024101.6 KiB3,4222,680

dict.cD03-May-202429.7 KiB1,260857

elfgcchack.hD03-May-2024654.9 KiB17,78516,201

enc.hD03-May-2024828 3315

encoding.cD03-May-2024144.7 KiB4,0723,098

entities.cD03-May-202429 KiB1,106740

error.cD03-May-202426.7 KiB997682

globals.cD03-May-202428.9 KiB1,115751

hash.cD03-May-202429 KiB1,122703

legacy.cD03-May-202437.9 KiB1,344667

libxml.hD03-May-20242.6 KiB11360

list.cD03-May-202415.9 KiB780405

nanoftp.cD03-May-202451.4 KiB2,1141,568

nanohttp.cD03-May-202447 KiB1,8901,370

parser.cD03-May-2024423 KiB15,55710,623

parserInternals.cD03-May-202460.7 KiB2,1281,325

pattern.cD03-May-202462 KiB2,6181,830

relaxng.cD03-May-2024356.6 KiB11,0348,494

save.hD03-May-20241,018 3619

schematron.cD03-May-202447 KiB1,7861,247

threads.cD03-May-202426.4 KiB1,038733

timsort.hD03-May-202412.7 KiB515424

tree.cD03-May-2024253.5 KiB10,0846,643

trio.cD03-May-2024155.4 KiB6,8745,176

trio.hD03-May-20247 KiB217142

triodef.hD03-May-20246.6 KiB223162

trionan.cD03-May-202422.5 KiB915545

trionan.hD03-May-20242 KiB8529

triop.hD03-May-20245.6 KiB151103

triostr.cD03-May-202440.9 KiB2,1071,295

triostr.hD03-May-20248 KiB145100

uri.cD03-May-202465.4 KiB2,5651,592

valid.cD03-May-2024188.3 KiB7,0514,867

xinclude.cD03-May-202467.5 KiB2,6241,813

xlink.cD03-May-20244.5 KiB18489

xmlIO.cD03-May-2024103.4 KiB4,1562,539

xmlcatalog.cD03-May-202414.6 KiB615524

xmllint.cD03-May-202496.6 KiB3,7773,091

xmlmemory.cD03-May-202425.6 KiB1,124752

xmlmodule.cD03-May-202410.3 KiB461234

xmlreader.cD03-May-2024163.1 KiB5,9194,004

xmlregexp.cD03-May-2024214.8 KiB8,1686,101

xmlsave.cD03-May-202476 KiB2,7891,905

xmlschemas.cD03-May-2024804.7 KiB28,90619,167

xmlschemastypes.cD03-May-2024172.3 KiB6,1354,466

xmlstring.cD03-May-202424.4 KiB985529

xmlunicode.cD03-May-202499.8 KiB3,1801,620

xmlwriter.cD03-May-2024122.2 KiB4,7383,172

xpath.cD03-May-2024417.5 KiB15,35710,281

xpointer.cD03-May-202475.8 KiB3,0061,944

README

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