Return-Path: X-Original-To: apmail-corinthia-commits-archive@minotaur.apache.org Delivered-To: apmail-corinthia-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 92ED71739E for ; Mon, 23 Mar 2015 10:46:50 +0000 (UTC) Received: (qmail 40550 invoked by uid 500); 23 Mar 2015 10:46:50 -0000 Delivered-To: apmail-corinthia-commits-archive@corinthia.apache.org Received: (qmail 40533 invoked by uid 500); 23 Mar 2015 10:46:50 -0000 Mailing-List: contact commits-help@corinthia.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@corinthia.incubator.apache.org Delivered-To: mailing list commits@corinthia.incubator.apache.org Received: (qmail 40524 invoked by uid 99); 23 Mar 2015 10:46:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2015 10:46:50 +0000 X-ASF-Spam-Status: No, hits=-1999.5 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD,URI_NOVOWEL X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 23 Mar 2015 10:46:18 +0000 Received: (qmail 37105 invoked by uid 99); 23 Mar 2015 10:45:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2015 10:45:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E352BE1080; Mon, 23 Mar 2015 10:45:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jani@apache.org To: commits@corinthia.incubator.apache.org Date: Mon, 23 Mar 2015 10:46:44 -0000 Message-Id: In-Reply-To: <4396caf5bc7247e9afcf98c9473b9ec7@git.apache.org> References: <4396caf5bc7247e9afcf98c9473b9ec7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [51/51] [abbrv] [partial] incubator-corinthia git commit: added libxml2 2.9.2 from xmlsoft.org X-Virus-Checked: Checked by ClamAV on apache.org added libxml2 2.9.2 from xmlsoft.org Added libxml2 to integrate in our build system, and reconfigure so iconv is not used (default) This is the original source from xmlsoft.org Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/e181189e Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/e181189e Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/e181189e Branch: refs/heads/master Commit: e181189ece071c540ac1bf8a29ae7a8cf5a0a917 Parents: 09725a0 Author: jani Authored: Mon Mar 23 11:23:24 2015 +0100 Committer: jani Committed: Mon Mar 23 11:23:24 2015 +0100 ---------------------------------------------------------------------- .../platform/3rdparty/libxml2-2.9.2/.gitignore | 121 + .../platform/3rdparty/libxml2-2.9.2/AUTHORS | 5 + .../platform/3rdparty/libxml2-2.9.2/ChangeLog | 19678 +++++++ .../platform/3rdparty/libxml2-2.9.2/Copyright | 23 + .../3rdparty/libxml2-2.9.2/DOCBparser.c | 305 + .../platform/3rdparty/libxml2-2.9.2/HACKING | 37 + .../3rdparty/libxml2-2.9.2/HTMLparser.c | 7087 +++ .../platform/3rdparty/libxml2-2.9.2/HTMLtree.c | 1280 + .../3rdparty/libxml2-2.9.2/INSTALL.libxml2 | 61 + .../platform/3rdparty/libxml2-2.9.2/MAINTAINERS | 9 + .../platform/3rdparty/libxml2-2.9.2/Makefile.am | 1279 + .../3rdparty/libxml2-2.9.2/Makefile.tests | 41 + .../3rdparty/libxml2-2.9.2/Makefile.win | 34 + DocFormats/platform/3rdparty/libxml2-2.9.2/NEWS | 2642 + .../platform/3rdparty/libxml2-2.9.2/README | 39 + .../3rdparty/libxml2-2.9.2/README.cvs-commits | 5 + .../3rdparty/libxml2-2.9.2/README.tests | 39 + .../platform/3rdparty/libxml2-2.9.2/SAX.c | 180 + .../platform/3rdparty/libxml2-2.9.2/SAX2.c | 3045 + DocFormats/platform/3rdparty/libxml2-2.9.2/TODO | 278 + .../3rdparty/libxml2-2.9.2/TODO_SCHEMAS | 31 + .../3rdparty/libxml2-2.9.2/VxWorks/README | 86 + .../3rdparty/libxml2-2.9.2/VxWorks/build.sh | 85 + .../3rdparty/libxml2-2.9.2/acinclude.m4 | 28 + .../platform/3rdparty/libxml2-2.9.2/autogen.sh | 81 + .../libxml2-2.9.2/bakefile/Bakefiles.bkgen | 15 + .../3rdparty/libxml2-2.9.2/bakefile/Readme.txt | 92 + .../3rdparty/libxml2-2.9.2/bakefile/libxml2.bkl | 749 + .../platform/3rdparty/libxml2-2.9.2/buf.c | 1304 + .../platform/3rdparty/libxml2-2.9.2/buf.h | 72 + .../3rdparty/libxml2-2.9.2/build_glob.py | 122 + .../platform/3rdparty/libxml2-2.9.2/c14n.c | 2238 + .../platform/3rdparty/libxml2-2.9.2/catalog.c | 3825 ++ .../libxml2-2.9.2/check-relaxng-test-suite.py | 394 + .../libxml2-2.9.2/check-relaxng-test-suite2.py | 418 + .../libxml2-2.9.2/check-xinclude-test-suite.py | 221 + .../libxml2-2.9.2/check-xml-test-suite.py | 409 + .../libxml2-2.9.2/check-xsddata-test-suite.py | 420 + .../platform/3rdparty/libxml2-2.9.2/chvalid.c | 336 + .../platform/3rdparty/libxml2-2.9.2/chvalid.def | 361 + .../3rdparty/libxml2-2.9.2/configure.ac | 1664 + .../platform/3rdparty/libxml2-2.9.2/dbgen.pl | 43 + .../3rdparty/libxml2-2.9.2/dbgenattr.pl | 42 + .../platform/3rdparty/libxml2-2.9.2/debugXML.c | 3428 ++ .../platform/3rdparty/libxml2-2.9.2/dict.c | 1259 + .../3rdparty/libxml2-2.9.2/doc/APIchunk0.html | 301 + .../3rdparty/libxml2-2.9.2/doc/APIchunk1.html | 382 + .../3rdparty/libxml2-2.9.2/doc/APIchunk10.html | 675 + .../3rdparty/libxml2-2.9.2/doc/APIchunk11.html | 339 + .../3rdparty/libxml2-2.9.2/doc/APIchunk12.html | 927 + .../3rdparty/libxml2-2.9.2/doc/APIchunk13.html | 681 + .../3rdparty/libxml2-2.9.2/doc/APIchunk14.html | 470 + .../3rdparty/libxml2-2.9.2/doc/APIchunk15.html | 454 + .../3rdparty/libxml2-2.9.2/doc/APIchunk16.html | 375 + .../3rdparty/libxml2-2.9.2/doc/APIchunk17.html | 580 + .../3rdparty/libxml2-2.9.2/doc/APIchunk18.html | 457 + .../3rdparty/libxml2-2.9.2/doc/APIchunk19.html | 373 + .../3rdparty/libxml2-2.9.2/doc/APIchunk2.html | 416 + .../3rdparty/libxml2-2.9.2/doc/APIchunk20.html | 330 + .../3rdparty/libxml2-2.9.2/doc/APIchunk21.html | 399 + .../3rdparty/libxml2-2.9.2/doc/APIchunk22.html | 599 + .../3rdparty/libxml2-2.9.2/doc/APIchunk23.html | 668 + .../3rdparty/libxml2-2.9.2/doc/APIchunk24.html | 1001 + .../3rdparty/libxml2-2.9.2/doc/APIchunk25.html | 451 + .../3rdparty/libxml2-2.9.2/doc/APIchunk26.html | 332 + .../3rdparty/libxml2-2.9.2/doc/APIchunk27.html | 349 + .../3rdparty/libxml2-2.9.2/doc/APIchunk28.html | 565 + .../3rdparty/libxml2-2.9.2/doc/APIchunk29.html | 131 + .../3rdparty/libxml2-2.9.2/doc/APIchunk3.html | 360 + .../3rdparty/libxml2-2.9.2/doc/APIchunk4.html | 351 + .../3rdparty/libxml2-2.9.2/doc/APIchunk5.html | 293 + .../3rdparty/libxml2-2.9.2/doc/APIchunk6.html | 294 + .../3rdparty/libxml2-2.9.2/doc/APIchunk7.html | 330 + .../3rdparty/libxml2-2.9.2/doc/APIchunk8.html | 307 + .../3rdparty/libxml2-2.9.2/doc/APIchunk9.html | 273 + .../libxml2-2.9.2/doc/APIconstructors.html | 595 + .../3rdparty/libxml2-2.9.2/doc/APIfiles.html | 3590 ++ .../libxml2-2.9.2/doc/APIfunctions.html | 2347 + .../3rdparty/libxml2-2.9.2/doc/APIsymbols.html | 3586 ++ .../3rdparty/libxml2-2.9.2/doc/ChangeLog.awk | 49 + .../3rdparty/libxml2-2.9.2/doc/ChangeLog.xsl | 117 + .../platform/3rdparty/libxml2-2.9.2/doc/DOM.fig | 64 + .../platform/3rdparty/libxml2-2.9.2/doc/DOM.gif | Bin 0 -> 3166 bytes .../3rdparty/libxml2-2.9.2/doc/DOM.html | 17 + .../3rdparty/libxml2-2.9.2/doc/FAQ.html | 299 + .../libxml2-2.9.2/doc/Libxml2-Logo-180x168.gif | Bin 0 -> 8195 bytes .../libxml2-2.9.2/doc/Libxml2-Logo-90x34.gif | Bin 0 -> 3070 bytes .../3rdparty/libxml2-2.9.2/doc/Makefile.am | 351 + .../3rdparty/libxml2-2.9.2/doc/README.docs | 24 + .../3rdparty/libxml2-2.9.2/doc/XMLinfo.html | 35 + .../3rdparty/libxml2-2.9.2/doc/XSLT.html | 13 + .../platform/3rdparty/libxml2-2.9.2/doc/api.xsl | 394 + .../3rdparty/libxml2-2.9.2/doc/apibuild.py | 2151 + .../libxml2-2.9.2/doc/architecture.html | 24 + .../3rdparty/libxml2-2.9.2/doc/bugs.html | 70 + .../libxml2-2.9.2/doc/buildDocBookCatalog | 414 + .../3rdparty/libxml2-2.9.2/doc/catalog.fig | 62 + .../3rdparty/libxml2-2.9.2/doc/catalog.gif | Bin 0 -> 6105 bytes .../3rdparty/libxml2-2.9.2/doc/catalog.html | 261 + .../3rdparty/libxml2-2.9.2/doc/checkapisym.xsl | 48 + .../3rdparty/libxml2-2.9.2/doc/contribs.html | 41 + .../libxml2-2.9.2/doc/devhelp/Makefile.am | 79 + .../libxml2-2.9.2/doc/devhelp/devhelp.xsl | 127 + .../libxml2-2.9.2/doc/devhelp/general.html | 38 + .../3rdparty/libxml2-2.9.2/doc/devhelp/home.png | Bin 0 -> 654 bytes .../3rdparty/libxml2-2.9.2/doc/devhelp/html.xsl | 602 + .../libxml2-2.9.2/doc/devhelp/index.html | 67 + .../3rdparty/libxml2-2.9.2/doc/devhelp/left.png | Bin 0 -> 459 bytes .../doc/devhelp/libxml2-DOCBparser.html | 138 + .../doc/devhelp/libxml2-HTMLparser.html | 373 + .../doc/devhelp/libxml2-HTMLtree.html | 172 + .../libxml2-2.9.2/doc/devhelp/libxml2-SAX.html | 243 + .../libxml2-2.9.2/doc/devhelp/libxml2-SAX2.html | 247 + .../libxml2-2.9.2/doc/devhelp/libxml2-c14n.html | 91 + .../doc/devhelp/libxml2-catalog.html | 278 + .../doc/devhelp/libxml2-chvalid.html | 241 + .../doc/devhelp/libxml2-debugXML.html | 225 + .../libxml2-2.9.2/doc/devhelp/libxml2-dict.html | 134 + .../doc/devhelp/libxml2-encoding.html | 218 + .../doc/devhelp/libxml2-entities.html | 166 + .../doc/devhelp/libxml2-globals.html | 383 + .../libxml2-2.9.2/doc/devhelp/libxml2-hash.html | 214 + .../libxml2-2.9.2/doc/devhelp/libxml2-list.html | 226 + .../doc/devhelp/libxml2-nanoftp.html | 187 + .../doc/devhelp/libxml2-nanohttp.html | 142 + .../doc/devhelp/libxml2-parser.html | 766 + .../doc/devhelp/libxml2-parserInternals.html | 688 + .../doc/devhelp/libxml2-pattern.html | 166 + .../doc/devhelp/libxml2-relaxng.html | 278 + .../doc/devhelp/libxml2-schemasInternals.html | 860 + .../doc/devhelp/libxml2-schematron.html | 166 + .../doc/devhelp/libxml2-threads.html | 161 + .../libxml2-2.9.2/doc/devhelp/libxml2-tree.html | 1597 + .../libxml2-2.9.2/doc/devhelp/libxml2-uri.html | 154 + .../doc/devhelp/libxml2-valid.html | 528 + .../doc/devhelp/libxml2-xinclude.html | 169 + .../doc/devhelp/libxml2-xlink.html | 160 + .../doc/devhelp/libxml2-xmlIO.html | 347 + .../doc/devhelp/libxml2-xmlautomata.html | 176 + .../doc/devhelp/libxml2-xmlerror.html | 953 + .../doc/devhelp/libxml2-xmlexports.html | 87 + .../doc/devhelp/libxml2-xmlmemory.html | 186 + .../doc/devhelp/libxml2-xmlmodule.html | 97 + .../doc/devhelp/libxml2-xmlreader.html | 565 + .../doc/devhelp/libxml2-xmlregexp.html | 280 + .../doc/devhelp/libxml2-xmlsave.html | 133 + .../doc/devhelp/libxml2-xmlschemas.html | 314 + .../doc/devhelp/libxml2-xmlschemastypes.html | 237 + .../doc/devhelp/libxml2-xmlstring.html | 217 + .../doc/devhelp/libxml2-xmlunicode.html | 887 + .../doc/devhelp/libxml2-xmlversion.html | 292 + .../doc/devhelp/libxml2-xmlwriter.html | 479 + .../doc/devhelp/libxml2-xpath.html | 542 + .../doc/devhelp/libxml2-xpathInternals.html | 787 + .../doc/devhelp/libxml2-xpointer.html | 171 + .../doc/devhelp/libxml2-xzlib.html | 62 + .../libxml2-2.9.2/doc/devhelp/libxml2.devhelp | 3573 ++ .../libxml2-2.9.2/doc/devhelp/right.png | Bin 0 -> 472 bytes .../libxml2-2.9.2/doc/devhelp/style.css | 66 + .../3rdparty/libxml2-2.9.2/doc/devhelp/up.png | Bin 0 -> 406 bytes .../3rdparty/libxml2-2.9.2/doc/docdescr.doc | 100 + .../3rdparty/libxml2-2.9.2/doc/docs.html | 34 + .../3rdparty/libxml2-2.9.2/doc/downloads.html | 40 + .../3rdparty/libxml2-2.9.2/doc/elfgcchack.xsl | 160 + .../3rdparty/libxml2-2.9.2/doc/encoding.html | 217 + .../3rdparty/libxml2-2.9.2/doc/entities.html | 64 + .../3rdparty/libxml2-2.9.2/doc/epatents.png | Bin 0 -> 1901 bytes .../3rdparty/libxml2-2.9.2/doc/example.html | 187 + .../libxml2-2.9.2/doc/examples/Makefile.am | 135 + .../libxml2-2.9.2/doc/examples/examples.xml | 751 + .../libxml2-2.9.2/doc/examples/examples.xsl | 174 + .../libxml2-2.9.2/doc/examples/index.html | 14 + .../libxml2-2.9.2/doc/examples/index.py | 314 + .../3rdparty/libxml2-2.9.2/doc/examples/io1.c | 166 + .../3rdparty/libxml2-2.9.2/doc/examples/io1.res | 5 + .../3rdparty/libxml2-2.9.2/doc/examples/io2.c | 58 + .../3rdparty/libxml2-2.9.2/doc/examples/io2.res | 2 + .../libxml2-2.9.2/doc/examples/parse1.c | 56 + .../libxml2-2.9.2/doc/examples/parse2.c | 72 + .../libxml2-2.9.2/doc/examples/parse3.c | 60 + .../libxml2-2.9.2/doc/examples/parse4.c | 143 + .../libxml2-2.9.2/doc/examples/reader1.c | 107 + .../libxml2-2.9.2/doc/examples/reader1.res | 14 + .../libxml2-2.9.2/doc/examples/reader2.c | 122 + .../libxml2-2.9.2/doc/examples/reader3.c | 120 + .../libxml2-2.9.2/doc/examples/reader3.res | 13 + .../libxml2-2.9.2/doc/examples/reader4.c | 122 + .../libxml2-2.9.2/doc/examples/reader4.res | 3 + .../libxml2-2.9.2/doc/examples/test1.xml | 1 + .../libxml2-2.9.2/doc/examples/test2.xml | 13 + .../libxml2-2.9.2/doc/examples/test3.xml | 39 + .../libxml2-2.9.2/doc/examples/testWriter.c | 1198 + .../3rdparty/libxml2-2.9.2/doc/examples/tree1.c | 94 + .../libxml2-2.9.2/doc/examples/tree1.res | 4 + .../3rdparty/libxml2-2.9.2/doc/examples/tree2.c | 118 + .../libxml2-2.9.2/doc/examples/tree2.res | 18 + .../3rdparty/libxml2-2.9.2/doc/examples/tst.xml | 7 + .../libxml2-2.9.2/doc/examples/writer.xml | 2 + .../libxml2-2.9.2/doc/examples/xpath1.c | 250 + .../libxml2-2.9.2/doc/examples/xpath1.res | 5 + .../libxml2-2.9.2/doc/examples/xpath2.c | 190 + .../libxml2-2.9.2/doc/examples/xpath2.res | 30 + .../3rdparty/libxml2-2.9.2/doc/favicon.ico | Bin 0 -> 1107 bytes .../3rdparty/libxml2-2.9.2/doc/gnome2.png | Bin 0 -> 3802 bytes .../3rdparty/libxml2-2.9.2/doc/guidelines.html | 374 + .../3rdparty/libxml2-2.9.2/doc/help.html | 26 + .../3rdparty/libxml2-2.9.2/doc/html/book1.html | 13 + .../3rdparty/libxml2-2.9.2/doc/html/home.png | Bin 0 -> 654 bytes .../3rdparty/libxml2-2.9.2/doc/html/index.html | 13 + .../3rdparty/libxml2-2.9.2/doc/html/index.sgml | 609 + .../3rdparty/libxml2-2.9.2/doc/html/left.png | Bin 0 -> 459 bytes .../doc/html/libxml-DOCBparser.html | 51 + .../doc/html/libxml-HTMLparser.html | 184 + .../libxml2-2.9.2/doc/html/libxml-HTMLtree.html | 73 + .../libxml2-2.9.2/doc/html/libxml-SAX.html | 125 + .../libxml2-2.9.2/doc/html/libxml-SAX2.html | 128 + .../libxml2-2.9.2/doc/html/libxml-c14n.html | 38 + .../libxml2-2.9.2/doc/html/libxml-catalog.html | 142 + .../libxml2-2.9.2/doc/html/libxml-chvalid.html | 72 + .../libxml2-2.9.2/doc/html/libxml-debugXML.html | 120 + .../libxml2-2.9.2/doc/html/libxml-dict.html | 58 + .../libxml2-2.9.2/doc/html/libxml-encoding.html | 124 + .../libxml2-2.9.2/doc/html/libxml-entities.html | 79 + .../libxml2-2.9.2/doc/html/libxml-globals.html | 152 + .../libxml2-2.9.2/doc/html/libxml-hash.html | 116 + .../libxml2-2.9.2/doc/html/libxml-lib.html | 13 + .../libxml2-2.9.2/doc/html/libxml-list.html | 120 + .../libxml2-2.9.2/doc/html/libxml-nanoftp.html | 94 + .../libxml2-2.9.2/doc/html/libxml-nanohttp.html | 65 + .../libxml2-2.9.2/doc/html/libxml-parser.html | 559 + .../doc/html/libxml-parserInternals.html | 322 + .../libxml2-2.9.2/doc/html/libxml-pattern.html | 76 + .../libxml2-2.9.2/doc/html/libxml-relaxng.html | 162 + .../doc/html/libxml-schemasInternals.html | 373 + .../doc/html/libxml-schematron.html | 81 + .../libxml2-2.9.2/doc/html/libxml-threads.html | 72 + .../libxml2-2.9.2/doc/html/libxml-tree.html | 990 + .../libxml2-2.9.2/doc/html/libxml-uri.html | 73 + .../libxml2-2.9.2/doc/html/libxml-valid.html | 289 + .../libxml2-2.9.2/doc/html/libxml-xinclude.html | 59 + .../libxml2-2.9.2/doc/html/libxml-xlink.html | 82 + .../libxml2-2.9.2/doc/html/libxml-xmlIO.html | 212 + .../doc/html/libxml-xmlautomata.html | 85 + .../libxml2-2.9.2/doc/html/libxml-xmlerror.html | 865 + .../doc/html/libxml-xmlexports.html | 20 + .../doc/html/libxml-xmlmemory.html | 107 + .../doc/html/libxml-xmlmodule.html | 38 + .../doc/html/libxml-xmlreader.html | 330 + .../doc/html/libxml-xmlregexp.html | 143 + .../libxml2-2.9.2/doc/html/libxml-xmlsave.html | 60 + .../doc/html/libxml-xmlschemas.html | 185 + .../doc/html/libxml-xmlschemastypes.html | 123 + .../doc/html/libxml-xmlstring.html | 108 + .../doc/html/libxml-xmlunicode.html | 512 + .../doc/html/libxml-xmlversion.html | 63 + .../doc/html/libxml-xmlwriter.html | 261 + .../libxml2-2.9.2/doc/html/libxml-xpath.html | 316 + .../doc/html/libxml-xpathInternals.html | 394 + .../libxml2-2.9.2/doc/html/libxml-xpointer.html | 83 + .../libxml2-2.9.2/doc/html/libxml-xzlib.html | 16 + .../libxml2-2.9.2/doc/html/libxml.devhelp | 618 + .../3rdparty/libxml2-2.9.2/doc/html/right.png | Bin 0 -> 472 bytes .../3rdparty/libxml2-2.9.2/doc/html/up.png | Bin 0 -> 406 bytes .../3rdparty/libxml2-2.9.2/doc/index.html | 77 + .../3rdparty/libxml2-2.9.2/doc/index.py | 1258 + .../3rdparty/libxml2-2.9.2/doc/interface.html | 59 + .../3rdparty/libxml2-2.9.2/doc/intro.html | 32 + .../3rdparty/libxml2-2.9.2/doc/library.html | 158 + .../3rdparty/libxml2-2.9.2/doc/libxml-doc.el | 222 + .../3rdparty/libxml2-2.9.2/doc/libxml.fig | 72 + .../3rdparty/libxml2-2.9.2/doc/libxml.gif | Bin 0 -> 7692 bytes .../3rdparty/libxml2-2.9.2/doc/libxml2-api.xml | 18508 ++++++ .../3rdparty/libxml2-2.9.2/doc/libxml2-refs.xml | 32172 ++++++++++ .../3rdparty/libxml2-2.9.2/doc/libxml2.xsa | 104 + .../3rdparty/libxml2-2.9.2/doc/namespaces.html | 50 + .../3rdparty/libxml2-2.9.2/doc/newapi.xsl | 766 + .../3rdparty/libxml2-2.9.2/doc/news.html | 2368 + .../3rdparty/libxml2-2.9.2/doc/news.xsl | 44 + .../3rdparty/libxml2-2.9.2/doc/python.html | 254 + .../3rdparty/libxml2-2.9.2/doc/queries.py | 119 + .../3rdparty/libxml2-2.9.2/doc/redhat.gif | Bin 0 -> 697 bytes .../3rdparty/libxml2-2.9.2/doc/search.php | 476 + .../3rdparty/libxml2-2.9.2/doc/searches.html | 61 + .../3rdparty/libxml2-2.9.2/doc/searches.xsl | 97 + .../doc/searches/AllQueries-20040408.xml | 52 + .../doc/searches/Queries-20040408.xml | 52 + .../3rdparty/libxml2-2.9.2/doc/site.xsl | 741 + .../libxml2-2.9.2/doc/smallfootonly.gif | Bin 0 -> 2772 bytes .../3rdparty/libxml2-2.9.2/doc/structure.fig | 242 + .../3rdparty/libxml2-2.9.2/doc/structure.gif | Bin 0 -> 5559 bytes .../3rdparty/libxml2-2.9.2/doc/symbols.xml | 1768 + .../3rdparty/libxml2-2.9.2/doc/syms.xsl | 99 + .../3rdparty/libxml2-2.9.2/doc/threads.html | 30 + .../3rdparty/libxml2-2.9.2/doc/tree.html | 53 + .../libxml2-2.9.2/doc/tutorial/apa.html | 8 + .../libxml2-2.9.2/doc/tutorial/apb.html | 14 + .../libxml2-2.9.2/doc/tutorial/apc.html | 82 + .../libxml2-2.9.2/doc/tutorial/apd.html | 76 + .../libxml2-2.9.2/doc/tutorial/ape.html | 78 + .../libxml2-2.9.2/doc/tutorial/apf.html | 67 + .../libxml2-2.9.2/doc/tutorial/apg.html | 75 + .../libxml2-2.9.2/doc/tutorial/aph.html | 76 + .../libxml2-2.9.2/doc/tutorial/api.html | 4 + .../libxml2-2.9.2/doc/tutorial/ar01s02.html | 14 + .../libxml2-2.9.2/doc/tutorial/ar01s03.html | 47 + .../libxml2-2.9.2/doc/tutorial/ar01s04.html | 54 + .../libxml2-2.9.2/doc/tutorial/ar01s05.html | 55 + .../libxml2-2.9.2/doc/tutorial/ar01s06.html | 35 + .../libxml2-2.9.2/doc/tutorial/ar01s07.html | 30 + .../libxml2-2.9.2/doc/tutorial/ar01s08.html | 38 + .../libxml2-2.9.2/doc/tutorial/ar01s09.html | 63 + .../libxml2-2.9.2/doc/tutorial/customfo.xsl | 22 + .../libxml2-2.9.2/doc/tutorial/customhtml.xsl | 18 + .../libxml2-2.9.2/doc/tutorial/images/blank.png | Bin 0 -> 374 bytes .../doc/tutorial/images/callouts/1.png | Bin 0 -> 329 bytes .../doc/tutorial/images/callouts/10.png | Bin 0 -> 361 bytes .../doc/tutorial/images/callouts/2.png | Bin 0 -> 353 bytes .../doc/tutorial/images/callouts/3.png | Bin 0 -> 350 bytes .../doc/tutorial/images/callouts/4.png | Bin 0 -> 345 bytes .../doc/tutorial/images/callouts/5.png | Bin 0 -> 348 bytes .../doc/tutorial/images/callouts/6.png | Bin 0 -> 355 bytes .../doc/tutorial/images/callouts/7.png | Bin 0 -> 344 bytes .../doc/tutorial/images/callouts/8.png | Bin 0 -> 357 bytes .../doc/tutorial/images/callouts/9.png | Bin 0 -> 357 bytes .../doc/tutorial/images/caution.png | Bin 0 -> 1250 bytes .../libxml2-2.9.2/doc/tutorial/images/draft.png | Bin 0 -> 17454 bytes .../libxml2-2.9.2/doc/tutorial/images/home.png | Bin 0 -> 1156 bytes .../doc/tutorial/images/important.png | Bin 0 -> 722 bytes .../libxml2-2.9.2/doc/tutorial/images/next.png | Bin 0 -> 1150 bytes .../libxml2-2.9.2/doc/tutorial/images/note.png | Bin 0 -> 490 bytes .../libxml2-2.9.2/doc/tutorial/images/prev.png | Bin 0 -> 1132 bytes .../libxml2-2.9.2/doc/tutorial/images/tip.png | Bin 0 -> 449 bytes .../doc/tutorial/images/toc-blank.png | Bin 0 -> 318 bytes .../doc/tutorial/images/toc-minus.png | Bin 0 -> 259 bytes .../doc/tutorial/images/toc-plus.png | Bin 0 -> 264 bytes .../libxml2-2.9.2/doc/tutorial/images/up.png | Bin 0 -> 1111 bytes .../doc/tutorial/images/warning.png | Bin 0 -> 1241 bytes .../doc/tutorial/includeaddattribute.c | 64 + .../doc/tutorial/includeaddkeyword.c | 75 + .../libxml2-2.9.2/doc/tutorial/includeconvert.c | 73 + .../doc/tutorial/includegetattribute.c | 72 + .../libxml2-2.9.2/doc/tutorial/includekeyword.c | 79 + .../libxml2-2.9.2/doc/tutorial/includestory.xml | 14 + .../libxml2-2.9.2/doc/tutorial/includexpath.c | 74 + .../libxml2-2.9.2/doc/tutorial/index.html | 14 + .../libxml2-2.9.2/doc/tutorial/ix01.html | 1 + .../libxml2-2.9.2/doc/tutorial/xmltutorial.pdf | 1336 + .../libxml2-2.9.2/doc/tutorial/xmltutorial.xml | 747 + .../3rdparty/libxml2-2.9.2/doc/upgrade.html | 112 + .../platform/3rdparty/libxml2-2.9.2/doc/w3c.png | Bin 0 -> 2028 bytes .../3rdparty/libxml2-2.9.2/doc/wiki.xsl | 589 + .../3rdparty/libxml2-2.9.2/doc/xml.html | 5995 ++ .../3rdparty/libxml2-2.9.2/doc/xmlcatalog.1 | 340 + .../libxml2-2.9.2/doc/xmlcatalog_man.html | 101 + .../libxml2-2.9.2/doc/xmlcatalog_man.xml | 450 + .../3rdparty/libxml2-2.9.2/doc/xmldtd.html | 107 + .../3rdparty/libxml2-2.9.2/doc/xmlio.html | 141 + .../3rdparty/libxml2-2.9.2/doc/xmllint.1 | 647 + .../3rdparty/libxml2-2.9.2/doc/xmllint.html | 175 + .../3rdparty/libxml2-2.9.2/doc/xmllint.xml | 930 + .../3rdparty/libxml2-2.9.2/doc/xmlmem.html | 122 + .../3rdparty/libxml2-2.9.2/doc/xmlreader.html | 475 + .../platform/3rdparty/libxml2-2.9.2/doc/xsa.xsl | 54 + .../3rdparty/libxml2-2.9.2/elfgcchack.h | 17808 ++++++ .../platform/3rdparty/libxml2-2.9.2/enc.h | 32 + .../platform/3rdparty/libxml2-2.9.2/encoding.c | 4085 ++ .../platform/3rdparty/libxml2-2.9.2/entities.c | 1105 + .../platform/3rdparty/libxml2-2.9.2/error.c | 996 + .../3rdparty/libxml2-2.9.2/example/Makefile.am | 7 + .../3rdparty/libxml2-2.9.2/example/gjobread.c | 309 + .../3rdparty/libxml2-2.9.2/example/gjobs.xml | 57 + .../3rdparty/libxml2-2.9.2/genChRanges.py | 578 + .../3rdparty/libxml2-2.9.2/genUnicode.py | 478 + .../platform/3rdparty/libxml2-2.9.2/gentest.py | 963 + .../platform/3rdparty/libxml2-2.9.2/global.data | 29 + .../platform/3rdparty/libxml2-2.9.2/globals.c | 1114 + .../platform/3rdparty/libxml2-2.9.2/hash.c | 1124 + .../3rdparty/libxml2-2.9.2/include/Makefile.am | 5 + .../libxml2-2.9.2/include/libxml/DOCBparser.h | 96 + .../libxml2-2.9.2/include/libxml/HTMLparser.h | 306 + .../libxml2-2.9.2/include/libxml/HTMLtree.h | 147 + .../libxml2-2.9.2/include/libxml/Makefile.am | 54 + .../3rdparty/libxml2-2.9.2/include/libxml/SAX.h | 173 + .../libxml2-2.9.2/include/libxml/SAX2.h | 178 + .../libxml2-2.9.2/include/libxml/c14n.h | 126 + .../libxml2-2.9.2/include/libxml/catalog.h | 182 + .../libxml2-2.9.2/include/libxml/chvalid.h | 230 + .../libxml2-2.9.2/include/libxml/debugXML.h | 217 + .../libxml2-2.9.2/include/libxml/dict.h | 80 + .../libxml2-2.9.2/include/libxml/encoding.h | 240 + .../libxml2-2.9.2/include/libxml/entities.h | 151 + .../libxml2-2.9.2/include/libxml/globals.h | 509 + .../libxml2-2.9.2/include/libxml/hash.h | 233 + .../libxml2-2.9.2/include/libxml/list.h | 137 + .../libxml2-2.9.2/include/libxml/nanoftp.h | 163 + .../libxml2-2.9.2/include/libxml/nanohttp.h | 81 + .../libxml2-2.9.2/include/libxml/parser.h | 1241 + .../include/libxml/parserInternals.h | 644 + .../libxml2-2.9.2/include/libxml/pattern.h | 100 + .../libxml2-2.9.2/include/libxml/relaxng.h | 217 + .../include/libxml/schemasInternals.h | 958 + .../libxml2-2.9.2/include/libxml/schematron.h | 142 + .../libxml2-2.9.2/include/libxml/threads.h | 84 + .../libxml2-2.9.2/include/libxml/tree.h | 1310 + .../3rdparty/libxml2-2.9.2/include/libxml/uri.h | 94 + .../libxml2-2.9.2/include/libxml/valid.h | 458 + .../libxml2-2.9.2/include/libxml/xinclude.h | 129 + .../libxml2-2.9.2/include/libxml/xlink.h | 189 + .../libxml2-2.9.2/include/libxml/xmlIO.h | 366 + .../libxml2-2.9.2/include/libxml/xmlautomata.h | 146 + .../libxml2-2.9.2/include/libxml/xmlerror.h | 945 + .../libxml2-2.9.2/include/libxml/xmlexports.h | 162 + .../libxml2-2.9.2/include/libxml/xmlmemory.h | 224 + .../libxml2-2.9.2/include/libxml/xmlmodule.h | 57 + .../libxml2-2.9.2/include/libxml/xmlreader.h | 428 + .../libxml2-2.9.2/include/libxml/xmlregexp.h | 222 + .../libxml2-2.9.2/include/libxml/xmlsave.h | 88 + .../libxml2-2.9.2/include/libxml/xmlschemas.h | 246 + .../include/libxml/xmlschemastypes.h | 151 + .../libxml2-2.9.2/include/libxml/xmlstring.h | 140 + .../libxml2-2.9.2/include/libxml/xmlunicode.h | 202 + .../include/libxml/xmlversion.h.in | 489 + .../include/libxml/xmlwin32version.h | 242 + .../include/libxml/xmlwin32version.h.in | 325 + .../libxml2-2.9.2/include/libxml/xmlwriter.h | 488 + .../libxml2-2.9.2/include/libxml/xpath.h | 557 + .../include/libxml/xpathInternals.h | 632 + .../libxml2-2.9.2/include/libxml/xpointer.h | 114 + .../libxml2-2.9.2/include/win32config.h | 128 + .../libxml2-2.9.2/include/wsockcompat.h | 86 + .../platform/3rdparty/libxml2-2.9.2/legacy.c | 1343 + .../libxml2-2.9.2/libxml-2.0-uninstalled.pc.in | 12 + .../3rdparty/libxml2-2.9.2/libxml-2.0.pc.in | 13 + .../platform/3rdparty/libxml2-2.9.2/libxml.3 | 71 + .../platform/3rdparty/libxml2-2.9.2/libxml.h | 112 + .../platform/3rdparty/libxml2-2.9.2/libxml.m4 | 188 + .../3rdparty/libxml2-2.9.2/libxml.spec.in | 199 + .../libxml2-2.9.2/libxml2-config.cmake.in | 50 + .../3rdparty/libxml2-2.9.2/libxml2.doap | 19 + .../3rdparty/libxml2-2.9.2/libxml2.syms | 2281 + .../platform/3rdparty/libxml2-2.9.2/list.c | 779 + .../3rdparty/libxml2-2.9.2/macos/README | 8 + .../libxml2-2.9.2/macos/libxml2.mcp.xml.sit.hqx | 1 + .../libxml2-2.9.2/macos/src/XMLTestPrefix.h | 1 + .../libxml2-2.9.2/macos/src/XMLTestPrefix2.h | 1 + .../libxml2-2.9.2/macos/src/config-mac.h | 192 + .../macos/src/libxml2_GUSIConfig.cp | 1 + .../libxml2-2.9.2/macos/src/macos_main.c | 1 + .../platform/3rdparty/libxml2-2.9.2/nanoftp.c | 2121 + .../platform/3rdparty/libxml2-2.9.2/nanohttp.c | 1890 + .../platform/3rdparty/libxml2-2.9.2/optim/TOTRY | 23 + .../3rdparty/libxml2-2.9.2/optim/hash_dict.txt | 11 + .../3rdparty/libxml2-2.9.2/os400/README400 | 214 + .../3rdparty/libxml2-2.9.2/os400/dlfcn/dlfcn.c | 1213 + .../3rdparty/libxml2-2.9.2/os400/dlfcn/dlfcn.h | 32 + .../libxml2-2.9.2/os400/iconv/README.iconv | 47 + .../os400/iconv/bldcsndfa/bldcsndfa.c | 1953 + .../os400/iconv/bldcsndfa/ccsid_mibenum.dtd | 15 + .../os400/iconv/bldcsndfa/ccsid_mibenum.xml | 270 + .../os400/iconv/bldcsndfa/character-sets.xhtml | 3077 + .../libxml2-2.9.2/os400/iconv/ianatables.c | 4609 ++ .../3rdparty/libxml2-2.9.2/os400/iconv/iconv.c | 154 + .../3rdparty/libxml2-2.9.2/os400/iconv/iconv.h | 40 + .../3rdparty/libxml2-2.9.2/os400/initscript.sh | 290 + .../os400/libxmlrpg/DOCBparser.rpgle | 116 + .../os400/libxmlrpg/HTMLparser.rpgle | 403 + .../os400/libxmlrpg/HTMLtree.rpgle | 166 + .../libxml2-2.9.2/os400/libxmlrpg/SAX.rpgle | 207 + .../libxml2-2.9.2/os400/libxmlrpg/SAX2.rpgle | 248 + .../libxml2-2.9.2/os400/libxmlrpg/c14n.rpgle | 119 + .../libxml2-2.9.2/os400/libxmlrpg/catalog.rpgle | 235 + .../libxml2-2.9.2/os400/libxmlrpg/chvalid.rpgle | 97 + .../os400/libxmlrpg/debugXML.rpgle | 241 + .../libxml2-2.9.2/os400/libxmlrpg/dict.rpgle | 78 + .../os400/libxmlrpg/encoding.rpgle | 274 + .../os400/libxmlrpg/entities.rpgle | 174 + .../libxml2-2.9.2/os400/libxmlrpg/globals.rpgle | 557 + .../libxml2-2.9.2/os400/libxmlrpg/hash.rpgle | 231 + .../libxml2-2.9.2/os400/libxmlrpg/list.rpgle | 168 + .../libxml2-2.9.2/os400/libxmlrpg/nanoftp.rpgle | 156 + .../os400/libxmlrpg/nanohttp.rpgle | 103 + .../libxml2-2.9.2/os400/libxmlrpg/parser.rpgle | 1407 + .../os400/libxmlrpg/parserInternals.rpgle | 575 + .../libxml2-2.9.2/os400/libxmlrpg/pattern.rpgle | 117 + .../libxml2-2.9.2/os400/libxmlrpg/relaxng.rpgle | 297 + .../os400/libxmlrpg/schemasInternals.rpgle | 1137 + .../os400/libxmlrpg/schematron.rpgle | 195 + .../libxml2-2.9.2/os400/libxmlrpg/threads.rpgle | 70 + .../os400/libxmlrpg/transcode.rpgle | 71 + .../libxml2-2.9.2/os400/libxmlrpg/tree.rpgle | 1628 + .../libxml2-2.9.2/os400/libxmlrpg/uri.rpgle | 100 + .../libxml2-2.9.2/os400/libxmlrpg/valid.rpgle | 575 + .../os400/libxmlrpg/xinclude.rpgle | 147 + .../libxml2-2.9.2/os400/libxmlrpg/xlink.rpgle | 164 + .../libxml2-2.9.2/os400/libxmlrpg/xmlIO.rpgle | 441 + .../os400/libxmlrpg/xmlautomata.rpgle | 179 + .../os400/libxmlrpg/xmlerror.rpgle | 1681 + .../os400/libxmlrpg/xmlexports.rpgle | 15 + .../os400/libxmlrpg/xmlmemory.rpgle | 239 + .../os400/libxmlrpg/xmlmodule.rpgle | 51 + .../os400/libxmlrpg/xmlreader.rpgle | 619 + .../os400/libxmlrpg/xmlregexp.rpgle | 246 + .../libxml2-2.9.2/os400/libxmlrpg/xmlsave.rpgle | 96 + .../os400/libxmlrpg/xmlschemas.rpgle | 318 + .../os400/libxmlrpg/xmlschemastypes.rpgle | 235 + .../os400/libxmlrpg/xmlstdarg.rpgle | 34 + .../os400/libxmlrpg/xmlstring.rpgle | 162 + .../os400/libxmlrpg/xmlunicode.rpgle | 668 + .../os400/libxmlrpg/xmlversion.rpgle.in | 352 + .../os400/libxmlrpg/xmlwriter.rpgle | 725 + .../libxml2-2.9.2/os400/libxmlrpg/xpath.rpgle | 649 + .../os400/libxmlrpg/xpathInternals.rpgle | 672 + .../os400/libxmlrpg/xpointer.rpgle | 157 + .../libxml2-2.9.2/os400/make-bldcsndfa.sh | 43 + .../libxml2-2.9.2/os400/make-include.sh | 81 + .../3rdparty/libxml2-2.9.2/os400/make-rpg.sh | 97 + .../3rdparty/libxml2-2.9.2/os400/make-src.sh | 241 + .../3rdparty/libxml2-2.9.2/os400/make.sh | 75 + .../libxml2-2.9.2/os400/os400config.h.in | 353 + .../3rdparty/libxml2-2.9.2/os400/rpgsupport.c | 270 + .../3rdparty/libxml2-2.9.2/os400/rpgsupport.h | 157 + .../3rdparty/libxml2-2.9.2/os400/transcode.c | 268 + .../3rdparty/libxml2-2.9.2/os400/transcode.h | 43 + .../3rdparty/libxml2-2.9.2/os400/wrappers.c | 170 + .../3rdparty/libxml2-2.9.2/os400/wrappers.h | 70 + .../platform/3rdparty/libxml2-2.9.2/parser.c | 15688 +++++ .../3rdparty/libxml2-2.9.2/parserInternals.c | 2140 + .../platform/3rdparty/libxml2-2.9.2/pattern.c | 2617 + .../3rdparty/libxml2-2.9.2/python/Makefile.am | 54 + .../3rdparty/libxml2-2.9.2/python/README | 34 + .../platform/3rdparty/libxml2-2.9.2/python/TODO | 57 + .../libxml2-2.9.2/python/drv_libxml2.py | 377 + .../3rdparty/libxml2-2.9.2/python/generator.py | 1228 + .../3rdparty/libxml2-2.9.2/python/libxml.c | 3934 ++ .../3rdparty/libxml2-2.9.2/python/libxml.py | 788 + .../libxml2-2.9.2/python/libxml2-python-api.xml | 350 + .../3rdparty/libxml2-2.9.2/python/libxml_wrap.h | 279 + .../3rdparty/libxml2-2.9.2/python/setup.py | 242 + .../3rdparty/libxml2-2.9.2/python/setup.py.in | 242 + .../libxml2-2.9.2/python/tests/Makefile.am | 75 + .../libxml2-2.9.2/python/tests/attribs.py | 34 + .../libxml2-2.9.2/python/tests/build.py | 59 + .../libxml2-2.9.2/python/tests/compareNodes.py | 50 + .../libxml2-2.9.2/python/tests/ctxterror.py | 56 + .../libxml2-2.9.2/python/tests/cutnpaste.py | 48 + .../libxml2-2.9.2/python/tests/dtdvalid.py | 32 + .../libxml2-2.9.2/python/tests/error.py | 51 + .../libxml2-2.9.2/python/tests/inbuf.py | 30 + .../libxml2-2.9.2/python/tests/indexes.py | 113 + .../python/tests/input_callback.py | 148 + .../libxml2-2.9.2/python/tests/invalid.xml | 6 + .../libxml2-2.9.2/python/tests/nsdel.py | 62 + .../libxml2-2.9.2/python/tests/outbuf.py | 110 + .../3rdparty/libxml2-2.9.2/python/tests/push.py | 35 + .../libxml2-2.9.2/python/tests/pushSAX.py | 64 + .../libxml2-2.9.2/python/tests/pushSAXhtml.py | 65 + .../libxml2-2.9.2/python/tests/reader.py | 446 + .../libxml2-2.9.2/python/tests/reader2.py | 265 + .../libxml2-2.9.2/python/tests/reader3.py | 160 + .../libxml2-2.9.2/python/tests/reader4.py | 50 + .../libxml2-2.9.2/python/tests/reader5.py | 47 + .../libxml2-2.9.2/python/tests/reader6.py | 128 + .../libxml2-2.9.2/python/tests/reader7.py | 101 + .../libxml2-2.9.2/python/tests/reader8.py | 36 + .../libxml2-2.9.2/python/tests/readererr.py | 56 + .../libxml2-2.9.2/python/tests/readernext.py | 86 + .../libxml2-2.9.2/python/tests/regexp.py | 32 + .../libxml2-2.9.2/python/tests/relaxng.py | 48 + .../libxml2-2.9.2/python/tests/resolver.py | 44 + .../libxml2-2.9.2/python/tests/schema.py | 52 + .../libxml2-2.9.2/python/tests/serialize.py | 150 + .../3rdparty/libxml2-2.9.2/python/tests/sync.py | 138 + .../libxml2-2.9.2/python/tests/test.dtd | 1 + .../libxml2-2.9.2/python/tests/thread2.py | 99 + .../3rdparty/libxml2-2.9.2/python/tests/tst.py | 28 + .../3rdparty/libxml2-2.9.2/python/tests/tst.xml | 1 + .../libxml2-2.9.2/python/tests/tstLastError.py | 82 + .../libxml2-2.9.2/python/tests/tstURI.py | 41 + .../libxml2-2.9.2/python/tests/tstmem.py | 36 + .../libxml2-2.9.2/python/tests/tstxpath.py | 63 + .../libxml2-2.9.2/python/tests/valid.xml | 4 + .../libxml2-2.9.2/python/tests/validDTD.py | 59 + .../libxml2-2.9.2/python/tests/validRNG.py | 76 + .../libxml2-2.9.2/python/tests/validSchemas.py | 83 + .../libxml2-2.9.2/python/tests/validate.py | 82 + .../libxml2-2.9.2/python/tests/walker.py | 144 + .../libxml2-2.9.2/python/tests/xpath.py | 51 + .../libxml2-2.9.2/python/tests/xpathext.py | 49 + .../libxml2-2.9.2/python/tests/xpathleak.py | 65 + .../libxml2-2.9.2/python/tests/xpathns.py | 29 + .../libxml2-2.9.2/python/tests/xpathret.py | 57 + .../3rdparty/libxml2-2.9.2/python/types.c | 957 + .../3rdparty/libxml2-2.9.2/regressions.py | 350 + .../3rdparty/libxml2-2.9.2/regressions.xml | 226 + .../platform/3rdparty/libxml2-2.9.2/relaxng.c | 11057 ++++ .../libxml2-2.9.2/result/HTML/53867.html | 70 + .../libxml2-2.9.2/result/HTML/53867.html.err | 0 .../libxml2-2.9.2/result/HTML/53867.html.sax | 26 + .../libxml2-2.9.2/result/HTML/Down.html | 13 + .../libxml2-2.9.2/result/HTML/Down.html.err | 0 .../libxml2-2.9.2/result/HTML/Down.html.sax | 37 + .../libxml2-2.9.2/result/HTML/attrents.html | 6 + .../libxml2-2.9.2/result/HTML/attrents.html.err | 0 .../libxml2-2.9.2/result/HTML/attrents.html.sax | 21 + .../libxml2-2.9.2/result/HTML/autoclose.html | 4 + .../result/HTML/autoclose.html.err | 0 .../result/HTML/autoclose.html.sax | 11 + .../libxml2-2.9.2/result/HTML/autoclose2.html | 3 + .../result/HTML/autoclose2.html.err | 0 .../result/HTML/autoclose2.html.sax | 11 + .../libxml2-2.9.2/result/HTML/autoclose3.html | 7 + .../result/HTML/autoclose3.html.err | 0 .../result/HTML/autoclose3.html.sax | 19 + .../libxml2-2.9.2/result/HTML/cf_128.html | 24 + .../libxml2-2.9.2/result/HTML/cf_128.html.err | 0 .../libxml2-2.9.2/result/HTML/cf_128.html.sax | 69 + .../3rdparty/libxml2-2.9.2/result/HTML/doc2.htm | 30 + .../libxml2-2.9.2/result/HTML/doc2.htm.err | 3 + .../libxml2-2.9.2/result/HTML/doc2.htm.sax | 69 + .../3rdparty/libxml2-2.9.2/result/HTML/doc3.htm | 579 + .../libxml2-2.9.2/result/HTML/doc3.htm.err | 81 + .../libxml2-2.9.2/result/HTML/doc3.htm.sax | 2878 + .../libxml2-2.9.2/result/HTML/entities.html | 8 + .../libxml2-2.9.2/result/HTML/entities.html.err | 12 + .../libxml2-2.9.2/result/HTML/entities.html.sax | 27 + .../libxml2-2.9.2/result/HTML/entities2.html | 8 + .../result/HTML/entities2.html.err | 0 .../result/HTML/entities2.html.sax | 23 + .../3rdparty/libxml2-2.9.2/result/HTML/fp40.htm | 167 + .../libxml2-2.9.2/result/HTML/fp40.htm.err | 3 + .../libxml2-2.9.2/result/HTML/fp40.htm.sax | 463 + .../libxml2-2.9.2/result/HTML/html5_enc.html | 9 + .../result/HTML/html5_enc.html.err | 0 .../result/HTML/html5_enc.html.sax | 30 + .../libxml2-2.9.2/result/HTML/liclose.html | 15 + .../libxml2-2.9.2/result/HTML/liclose.html.err | 0 .../libxml2-2.9.2/result/HTML/liclose.html.sax | 38 + .../3rdparty/libxml2-2.9.2/result/HTML/lt.html | 6 + .../libxml2-2.9.2/result/HTML/lt.html.err | 0 .../libxml2-2.9.2/result/HTML/lt.html.sax | 19 + .../libxml2-2.9.2/result/HTML/noscript.html | 10 + .../libxml2-2.9.2/result/HTML/noscript.html.err | 0 .../libxml2-2.9.2/result/HTML/noscript.html.sax | 38 + .../3rdparty/libxml2-2.9.2/result/HTML/pre.html | 6 + .../libxml2-2.9.2/result/HTML/pre.html.err | 0 .../libxml2-2.9.2/result/HTML/pre.html.sax | 23 + .../libxml2-2.9.2/result/HTML/python.html | 9 + .../libxml2-2.9.2/result/HTML/python.html.err | 0 .../libxml2-2.9.2/result/HTML/python.html.sax | 29 + .../libxml2-2.9.2/result/HTML/reg1.html | 12 + .../libxml2-2.9.2/result/HTML/reg1.html.err | 0 .../libxml2-2.9.2/result/HTML/reg1.html.sax | 36 + .../libxml2-2.9.2/result/HTML/reg2.html | 15 + .../libxml2-2.9.2/result/HTML/reg2.html.err | 0 .../libxml2-2.9.2/result/HTML/reg2.html.sax | 41 + .../libxml2-2.9.2/result/HTML/reg3.html | 16 + .../libxml2-2.9.2/result/HTML/reg3.html.err | 0 .../libxml2-2.9.2/result/HTML/reg3.html.sax | 45 + .../libxml2-2.9.2/result/HTML/reg4.html | 14 + .../libxml2-2.9.2/result/HTML/reg4.html.err | 3 + .../libxml2-2.9.2/result/HTML/reg4.html.sax | 43 + .../libxml2-2.9.2/result/HTML/repeat.html | 7 + .../libxml2-2.9.2/result/HTML/repeat.html.err | 0 .../libxml2-2.9.2/result/HTML/repeat.html.sax | 14 + .../libxml2-2.9.2/result/HTML/script.html | 10 + .../libxml2-2.9.2/result/HTML/script.html.err | 0 .../libxml2-2.9.2/result/HTML/script.html.sax | 32 + .../libxml2-2.9.2/result/HTML/script2.html | 17 + .../libxml2-2.9.2/result/HTML/script2.html.err | 0 .../libxml2-2.9.2/result/HTML/script2.html.sax | 50 + .../libxml2-2.9.2/result/HTML/test2.html | 38 + .../libxml2-2.9.2/result/HTML/test2.html.err | 0 .../libxml2-2.9.2/result/HTML/test2.html.sax | 145 + .../libxml2-2.9.2/result/HTML/test3.html | 59 + .../libxml2-2.9.2/result/HTML/test3.html.err | 12 + .../libxml2-2.9.2/result/HTML/test3.html.sax | 230 + .../libxml2-2.9.2/result/HTML/utf8bug.html | 215 + .../libxml2-2.9.2/result/HTML/utf8bug.html.err | 15 + .../libxml2-2.9.2/result/HTML/utf8bug.html.sax | 737 + .../libxml2-2.9.2/result/HTML/wired.html | 576 + .../libxml2-2.9.2/result/HTML/wired.html.err | 249 + .../libxml2-2.9.2/result/HTML/wired.html.sax | 2848 + .../libxml2-2.9.2/result/SVG/4rects.xml | 10 + .../libxml2-2.9.2/result/SVG/a-valid.xml | 9 + .../3rdparty/libxml2-2.9.2/result/SVG/a-wf.xml | 8 + .../libxml2-2.9.2/result/SVG/bike-errors.xml | 0 .../3rdparty/libxml2-2.9.2/result/SVG/bike.xml | 44 + .../libxml2-2.9.2/result/SVG/circle.xml | 9 + .../3rdparty/libxml2-2.9.2/result/SVG/defs.xml | 14 + .../3rdparty/libxml2-2.9.2/result/SVG/desc.xml | 14 + .../libxml2-2.9.2/result/SVG/ellipse.xml | 9 + .../libxml2-2.9.2/result/SVG/flower2.xml | 10 + .../libxml2-2.9.2/result/SVG/gradient.xml | 16 + .../libxml2-2.9.2/result/SVG/group01.xml | 14 + .../libxml2-2.9.2/result/SVG/group02.xml | 12 + .../libxml2-2.9.2/result/SVG/group03.xml | 11 + .../libxml2-2.9.2/result/SVG/image-valid.xml | 9 + .../libxml2-2.9.2/result/SVG/image-wf.xml | 8 + .../libxml2-2.9.2/result/SVG/lin-gradient.xml | 15 + .../libxml2-2.9.2/result/SVG/marker.xml | 23 + .../3rdparty/libxml2-2.9.2/result/SVG/mask.xml | 12 + .../libxml2-2.9.2/result/SVG/mathswitch.xml | 26 + .../libxml2-2.9.2/result/SVG/parentns.xml | 9 + .../libxml2-2.9.2/result/SVG/path01.xml | 4 + .../libxml2-2.9.2/result/SVG/path02.xml | 9 + .../libxml2-2.9.2/result/SVG/patternfill.xml | 11 + .../libxml2-2.9.2/result/SVG/polyline.xml | 8 + .../libxml2-2.9.2/result/SVG/private.xml | 18 + .../libxml2-2.9.2/result/SVG/rad-gradient.xml | 16 + .../libxml2-2.9.2/result/SVG/rectangle.xml | 9 + .../libxml2-2.9.2/result/SVG/richdesc.xml | 11 + .../libxml2-2.9.2/result/SVG/script.xml | 13 + .../libxml2-2.9.2/result/SVG/structure01.xml | 8 + .../3rdparty/libxml2-2.9.2/result/SVG/style.xml | 11 + .../libxml2-2.9.2/result/SVG/switch.xml | 16 + .../libxml2-2.9.2/result/SVG/symbol-use.xml | 22 + .../libxml2-2.9.2/result/SVG/template.xml | 8 + .../libxml2-2.9.2/result/SVG/text01.xml | 11 + .../libxml2-2.9.2/result/SVG/text02.xml | 25 + .../libxml2-2.9.2/result/SVG/text03.xml | 7 + .../libxml2-2.9.2/result/SVG/toap01.xml | 8 + .../libxml2-2.9.2/result/SVG/toap02.xml | 27 + .../libxml2-2.9.2/result/SVG/transform.xml | 20 + .../libxml2-2.9.2/result/SVG/trivial.xml | 4 + .../libxml2-2.9.2/result/SVG/twin-gradients.xml | 18 + .../libxml2-2.9.2/result/SVG/v-template.xml | 6 + .../libxml2-2.9.2/result/SVG/viewport-nest.xml | 12 + .../result/SVG/viewport-transform.xml | 36 + .../libxml2-2.9.2/result/SVG/viewport.xml | 8 + .../libxml2-2.9.2/result/SVG/wf-template.xml | 4 + .../3rdparty/libxml2-2.9.2/result/URI/smith.uri | 15 + .../3rdparty/libxml2-2.9.2/result/URI/uri.data | 18 + .../result/VC/AttributeDefaultLegal | 12 + .../result/VC/AttributeDefaultLegal.rdr | 12 + .../libxml2-2.9.2/result/VC/AttributeNmtokens | 3 + .../result/VC/AttributeNmtokens.rdr | 3 + .../libxml2-2.9.2/result/VC/DuplicateType | 3 + .../libxml2-2.9.2/result/VC/DuplicateType.rdr | 3 + .../libxml2-2.9.2/result/VC/ElementValid | 3 + .../libxml2-2.9.2/result/VC/ElementValid.rdr | 3 + .../libxml2-2.9.2/result/VC/ElementValid2 | 3 + .../libxml2-2.9.2/result/VC/ElementValid2.rdr | 6 + .../libxml2-2.9.2/result/VC/ElementValid3 | 3 + .../libxml2-2.9.2/result/VC/ElementValid3.rdr | 6 + .../libxml2-2.9.2/result/VC/ElementValid4 | 3 + .../libxml2-2.9.2/result/VC/ElementValid4.rdr | 6 + .../libxml2-2.9.2/result/VC/ElementValid5 | 3 + .../libxml2-2.9.2/result/VC/ElementValid5.rdr | 6 + .../libxml2-2.9.2/result/VC/ElementValid6 | 3 + .../libxml2-2.9.2/result/VC/ElementValid6.rdr | 6 + .../libxml2-2.9.2/result/VC/ElementValid7 | 3 + .../libxml2-2.9.2/result/VC/ElementValid7.rdr | 6 + .../libxml2-2.9.2/result/VC/ElementValid8 | 3 + .../libxml2-2.9.2/result/VC/ElementValid8.rdr | 3 + .../libxml2-2.9.2/result/VC/Enumeration | 3 + .../libxml2-2.9.2/result/VC/Enumeration.rdr | 3 + .../3rdparty/libxml2-2.9.2/result/VC/NS1 | 0 .../3rdparty/libxml2-2.9.2/result/VC/NS1.rdr | 0 .../3rdparty/libxml2-2.9.2/result/VC/NS2 | 3 + .../3rdparty/libxml2-2.9.2/result/VC/NS2.rdr | 3 + .../3rdparty/libxml2-2.9.2/result/VC/NS3 | 9 + .../3rdparty/libxml2-2.9.2/result/VC/NS3.rdr | 9 + .../3rdparty/libxml2-2.9.2/result/VC/OneID | 6 + .../3rdparty/libxml2-2.9.2/result/VC/OneID.rdr | 6 + .../3rdparty/libxml2-2.9.2/result/VC/OneID2 | 6 + .../3rdparty/libxml2-2.9.2/result/VC/OneID2.rdr | 6 + .../3rdparty/libxml2-2.9.2/result/VC/OneID3 | 6 + .../3rdparty/libxml2-2.9.2/result/VC/OneID3.rdr | 6 + .../3rdparty/libxml2-2.9.2/result/VC/PENesting | 6 + .../libxml2-2.9.2/result/VC/PENesting.rdr | 4 + .../3rdparty/libxml2-2.9.2/result/VC/PENesting2 | 6 + .../libxml2-2.9.2/result/VC/PENesting2.rdr | 4 + .../result/VC/UniqueElementTypeDeclaration | 3 + .../result/VC/UniqueElementTypeDeclaration.rdr | 3 + .../result/VC/UniqueElementTypeDeclaration2 | 3 + .../result/VC/UniqueElementTypeDeclaration2.rdr | 3 + .../libxml2-2.9.2/result/XInclude/docids.xml | 19 + .../result/XInclude/docids.xml.err | 0 .../result/XInclude/docids.xml.rdr | 35 + .../libxml2-2.9.2/result/XInclude/fallback.xml | 5 + .../result/XInclude/fallback.xml.err | 0 .../result/XInclude/fallback.xml.rdr | 12 + .../libxml2-2.9.2/result/XInclude/fallback2.xml | 6 + .../result/XInclude/fallback2.xml.err | 0 .../result/XInclude/fallback2.xml.rdr | 11 + .../libxml2-2.9.2/result/XInclude/include.xml | 9 + .../result/XInclude/include.xml.err | 0 .../result/XInclude/include.xml.rdr | 28 + .../libxml2-2.9.2/result/XInclude/nodes.xml | 5 + .../libxml2-2.9.2/result/XInclude/nodes.xml.err | 0 .../libxml2-2.9.2/result/XInclude/nodes.xml.rdr | 18 + .../libxml2-2.9.2/result/XInclude/nodes2.xml | 5 + .../result/XInclude/nodes2.xml.err | 0 .../result/XInclude/nodes2.xml.rdr | 18 + .../libxml2-2.9.2/result/XInclude/nodes3.xml | 5 + .../result/XInclude/nodes3.xml.err | 1 + .../result/XInclude/nodes3.xml.rdr | 10 + .../libxml2-2.9.2/result/XInclude/recursive.xml | 3 + .../result/XInclude/recursive.xml.err | 0 .../result/XInclude/recursive.xml.rdr | 6 + .../result/XInclude/tstencoding.xml | 6 + .../result/XInclude/tstencoding.xml.err | 0 .../result/XInclude/tstencoding.xml.rdr | 11 + .../result/XInclude/txtinclude.xml | 6 + .../result/XInclude/txtinclude.xml.err | 0 .../result/XInclude/txtinclude.xml.rdr | 11 + .../libxml2-2.9.2/result/XPath/expr/base | 20 + .../libxml2-2.9.2/result/XPath/expr/compare | 184 + .../libxml2-2.9.2/result/XPath/expr/equality | 104 + .../libxml2-2.9.2/result/XPath/expr/floats | 244 + .../libxml2-2.9.2/result/XPath/expr/functions | 100 + .../libxml2-2.9.2/result/XPath/expr/strings | 136 + .../result/XPath/tests/chaptersbase | 125 + .../result/XPath/tests/chaptersprefol | 100 + .../libxml2-2.9.2/result/XPath/tests/idsimple | 33 + .../libxml2-2.9.2/result/XPath/tests/langsimple | 60 + .../libxml2-2.9.2/result/XPath/tests/mixedpat | 101 + .../libxml2-2.9.2/result/XPath/tests/nodespat | 94 + .../libxml2-2.9.2/result/XPath/tests/simpleabbr | 81 + .../libxml2-2.9.2/result/XPath/tests/simplebase | 127 + .../libxml2-2.9.2/result/XPath/tests/usr1check | 12 + .../libxml2-2.9.2/result/XPath/tests/vidbase | 42 + .../result/XPath/xptr/chapterschildseq | 53 + .../result/XPath/xptr/chaptersparts | 44 + .../result/XPath/xptr/chaptersrange | 64 + .../libxml2-2.9.2/result/XPath/xptr/strpoint | 75 + .../libxml2-2.9.2/result/XPath/xptr/strrange | 96 + .../libxml2-2.9.2/result/XPath/xptr/strrange2 | 64 + .../libxml2-2.9.2/result/XPath/xptr/strrange3 | 48 + .../libxml2-2.9.2/result/XPath/xptr/vidbase | 19 + .../libxml2-2.9.2/result/XPath/xptr/vidchildseq | 36 + .../libxml2-2.9.2/result/XPath/xptr/vidparts | 27 + .../platform/3rdparty/libxml2-2.9.2/result/att1 | 2 + .../3rdparty/libxml2-2.9.2/result/att1.rde | 1 + .../3rdparty/libxml2-2.9.2/result/att1.rdr | 1 + .../3rdparty/libxml2-2.9.2/result/att1.sax | 5 + .../3rdparty/libxml2-2.9.2/result/att1.sax2 | 5 + .../3rdparty/libxml2-2.9.2/result/att10 | 18 + .../3rdparty/libxml2-2.9.2/result/att10.rde | 23 + .../3rdparty/libxml2-2.9.2/result/att10.rdr | 23 + .../3rdparty/libxml2-2.9.2/result/att10.sax | 61 + .../3rdparty/libxml2-2.9.2/result/att10.sax2 | 57 + .../3rdparty/libxml2-2.9.2/result/att11 | 9 + .../3rdparty/libxml2-2.9.2/result/att11.rde | 2 + .../3rdparty/libxml2-2.9.2/result/att11.rdr | 2 + .../3rdparty/libxml2-2.9.2/result/att11.sax | 19 + .../3rdparty/libxml2-2.9.2/result/att11.sax2 | 18 + .../platform/3rdparty/libxml2-2.9.2/result/att2 | 2 + .../3rdparty/libxml2-2.9.2/result/att2.rde | 1 + .../3rdparty/libxml2-2.9.2/result/att2.rdr | 1 + .../3rdparty/libxml2-2.9.2/result/att2.sax | 5 + .../3rdparty/libxml2-2.9.2/result/att2.sax2 | 5 + .../platform/3rdparty/libxml2-2.9.2/result/att3 | 2 + .../3rdparty/libxml2-2.9.2/result/att3.rde | 3 + .../3rdparty/libxml2-2.9.2/result/att3.rdr | 3 + .../3rdparty/libxml2-2.9.2/result/att3.sax | 9 + .../3rdparty/libxml2-2.9.2/result/att3.sax2 | 8 + .../platform/3rdparty/libxml2-2.9.2/result/att4 | 9264 +++ .../3rdparty/libxml2-2.9.2/result/att4.rde | 27785 +++++++++ .../3rdparty/libxml2-2.9.2/result/att4.rdr | 27785 +++++++++ .../3rdparty/libxml2-2.9.2/result/att4.sax | 36976 ++++++++++++ .../3rdparty/libxml2-2.9.2/result/att4.sax2 | 36976 ++++++++++++ .../platform/3rdparty/libxml2-2.9.2/result/att5 | 40 + .../3rdparty/libxml2-2.9.2/result/att5.rde | 109 + .../3rdparty/libxml2-2.9.2/result/att5.rdr | 109 + .../3rdparty/libxml2-2.9.2/result/att5.sax | 148 + .../3rdparty/libxml2-2.9.2/result/att5.sax2 | 149 + .../platform/3rdparty/libxml2-2.9.2/result/att6 | 6 + .../3rdparty/libxml2-2.9.2/result/att6.rde | 15 + .../3rdparty/libxml2-2.9.2/result/att6.rdr | 15 + .../3rdparty/libxml2-2.9.2/result/att6.sax | 20 + .../3rdparty/libxml2-2.9.2/result/att6.sax2 | 20 + .../platform/3rdparty/libxml2-2.9.2/result/att7 | 11 + .../3rdparty/libxml2-2.9.2/result/att7.rde | 12 + .../3rdparty/libxml2-2.9.2/result/att7.rdr | 11 + .../3rdparty/libxml2-2.9.2/result/att7.sax | 24 + .../3rdparty/libxml2-2.9.2/result/att7.sax2 | 24 + .../platform/3rdparty/libxml2-2.9.2/result/att8 | 2 + .../3rdparty/libxml2-2.9.2/result/att8.rde | 22 + .../3rdparty/libxml2-2.9.2/result/att8.rdr | 22 + .../3rdparty/libxml2-2.9.2/result/att8.sax | 29 + .../3rdparty/libxml2-2.9.2/result/att8.sax2 | 29 + .../platform/3rdparty/libxml2-2.9.2/result/att9 | 6 + .../3rdparty/libxml2-2.9.2/result/att9.rde | 2 + .../3rdparty/libxml2-2.9.2/result/att9.rdr | 2 + .../3rdparty/libxml2-2.9.2/result/att9.sax | 9 + .../3rdparty/libxml2-2.9.2/result/att9.sax2 | 9 + .../3rdparty/libxml2-2.9.2/result/attrib.xml | 2 + .../libxml2-2.9.2/result/attrib.xml.rde | 1 + .../libxml2-2.9.2/result/attrib.xml.rdr | 1 + .../libxml2-2.9.2/result/attrib.xml.sax | 5 + .../libxml2-2.9.2/result/attrib.xml.sax2 | 5 + .../3rdparty/libxml2-2.9.2/result/automata/a | 4 + .../3rdparty/libxml2-2.9.2/result/automata/aba | 6 + .../3rdparty/libxml2-2.9.2/result/automata/abaa | 5 + .../3rdparty/libxml2-2.9.2/result/automata/abba | 4 + .../3rdparty/libxml2-2.9.2/result/automata/po | 2 + .../libxml2-2.9.2/result/badcomment.xml | 17 + .../libxml2-2.9.2/result/badcomment.xml.rde | 21 + .../libxml2-2.9.2/result/badcomment.xml.rdr | 21 + .../libxml2-2.9.2/result/badcomment.xml.sax | 24 + .../libxml2-2.9.2/result/badcomment.xml.sax2 | 24 + .../libxml2-2.9.2/result/bigentname.xml | 6 + .../libxml2-2.9.2/result/bigentname.xml.rde | 4 + .../libxml2-2.9.2/result/bigentname.xml.rdr | 4 + .../libxml2-2.9.2/result/bigentname.xml.sax | 17 + .../libxml2-2.9.2/result/bigentname.xml.sax2 | 17 + .../3rdparty/libxml2-2.9.2/result/bigname.xml | 2 + .../libxml2-2.9.2/result/bigname.xml.rde | 1 + .../libxml2-2.9.2/result/bigname.xml.rdr | 1 + .../libxml2-2.9.2/result/bigname.xml.sax | 5 + .../libxml2-2.9.2/result/bigname.xml.sax2 | 5 + .../3rdparty/libxml2-2.9.2/result/bigname2.xml | 2 + .../libxml2-2.9.2/result/bigname2.xml.rde | 1 + .../libxml2-2.9.2/result/bigname2.xml.rdr | 1 + .../libxml2-2.9.2/result/bigname2.xml.sax | 5 + .../libxml2-2.9.2/result/bigname2.xml.sax2 | 5 + .../result/c14n/1-1-without-comments/example-1 | 4 + .../result/c14n/1-1-without-comments/example-2 | 11 + .../result/c14n/1-1-without-comments/example-3 | 14 + .../result/c14n/1-1-without-comments/example-4 | 9 + .../result/c14n/1-1-without-comments/example-5 | 3 + .../result/c14n/1-1-without-comments/example-6 | 1 + .../result/c14n/1-1-without-comments/example-7 | 1 + .../result/c14n/1-1-without-comments/example-8 | 1 + .../1-1-without-comments/xmlbase-c14n11spec-102 | 1 + .../xmlbase-c14n11spec2-102 | 1 + .../xmlbase-c14n11spec3-102 | 2 + .../c14n/1-1-without-comments/xmlbase-prop-1 | 14 + .../c14n/1-1-without-comments/xmlbase-prop-2 | 8 + .../c14n/1-1-without-comments/xmlbase-prop-3 | 3 + .../c14n/1-1-without-comments/xmlbase-prop-4 | 1 + .../c14n/1-1-without-comments/xmlbase-prop-5 | 1 + .../c14n/1-1-without-comments/xmlbase-prop-6 | 3 + .../c14n/1-1-without-comments/xmlbase-prop-7 | 7 + .../c14n/1-1-without-comments/xmlid-prop-1 | 8 + .../c14n/1-1-without-comments/xmlid-prop-2 | 5 + .../c14n/1-1-without-comments/xmllang-prop-1 | 8 + .../c14n/1-1-without-comments/xmllang-prop-2 | 3 + .../c14n/1-1-without-comments/xmllang-prop-3 | 3 + .../c14n/1-1-without-comments/xmllang-prop-4 | 5 + .../c14n/1-1-without-comments/xmlspace-prop-1 | 8 + .../c14n/1-1-without-comments/xmlspace-prop-2 | 3 + .../c14n/1-1-without-comments/xmlspace-prop-3 | 3 + .../c14n/1-1-without-comments/xmlspace-prop-4 | 5 + .../exc-without-comments/merlin-c14n-two-09 | 9 + .../exc-without-comments/merlin-c14n-two-10 | 9 + .../exc-without-comments/merlin-c14n-two-11 | 9 + .../exc-without-comments/merlin-c14n-two-12 | 9 + .../exc-without-comments/merlin-c14n-two-13 | 9 + .../exc-without-comments/merlin-c14n-two-14 | 9 + .../exc-without-comments/merlin-c14n-two-15 | 0 .../exc-without-comments/merlin-c14n-two-16 | 0 .../exc-without-comments/merlin-c14n-two-17 | 9 + .../exc-without-comments/merlin-c14n-two-18 | 9 + .../exc-without-comments/merlin-c14n-two-19 | 9 + .../exc-without-comments/merlin-c14n-two-20 | 9 + .../exc-without-comments/merlin-c14n-two-21 | 9 + .../exc-without-comments/merlin-c14n-two-22 | 9 + .../exc-without-comments/merlin-c14n-two-23 | 9 + .../exc-without-comments/merlin-c14n-two-24 | 1 + .../exc-without-comments/merlin-c14n-two-25 | 0 .../exc-without-comments/merlin-c14n-two-26 | 9 + .../result/c14n/exc-without-comments/test-0 | 7 + .../result/c14n/exc-without-comments/test-1 | 7 + .../result/c14n/exc-without-comments/test-2 | 11 + .../result/c14n/with-comments/example-1 | 6 + .../result/c14n/with-comments/example-2 | 11 + .../result/c14n/with-comments/example-3 | 14 + .../result/c14n/with-comments/example-4 | 9 + .../result/c14n/with-comments/example-5 | 4 + .../result/c14n/with-comments/example-6 | 1 + .../result/c14n/with-comments/example-7 | 1 + .../result/c14n/without-comments/example-1 | 4 + .../result/c14n/without-comments/example-2 | 11 + .../result/c14n/without-comments/example-3 | 14 + .../result/c14n/without-comments/example-4 | 9 + .../result/c14n/without-comments/example-5 | 3 + .../result/c14n/without-comments/example-6 | 1 + .../result/c14n/without-comments/example-7 | 1 + .../c14n/without-comments/merlin-c14n-two-00 | 9 + .../c14n/without-comments/merlin-c14n-two-01 | 9 + .../c14n/without-comments/merlin-c14n-two-02 | 9 + .../c14n/without-comments/merlin-c14n-two-03 | 9 + .../c14n/without-comments/merlin-c14n-two-04 | 9 + .../c14n/without-comments/merlin-c14n-two-05 | 9 + .../c14n/without-comments/merlin-c14n-two-06 | 1 + .../c14n/without-comments/merlin-c14n-two-07 | 1 + .../c14n/without-comments/merlin-c14n-two-08 | 9 + .../result/c14n/without-comments/test-0 | 1 + .../result/c14n/without-comments/test-1 | 31 + .../result/c14n/without-comments/test-2 | 3 + .../result/c14n/without-comments/test-3 | 7 + .../libxml2-2.9.2/result/catalogs/catal | 5 + .../libxml2-2.9.2/result/catalogs/docbook | 6 + .../result/catalogs/mycatalog.empty | 3 + .../result/catalogs/mycatalog.full | 7 + .../libxml2-2.9.2/result/catalogs/registry | 5 + .../libxml2-2.9.2/result/catalogs/whites | 5 + .../libxml2-2.9.2/result/catalogs/whitex | 8 + .../3rdparty/libxml2-2.9.2/result/cdata | 4 + .../3rdparty/libxml2-2.9.2/result/cdata.rde | 7 + .../3rdparty/libxml2-2.9.2/result/cdata.rdr | 7 + .../3rdparty/libxml2-2.9.2/result/cdata.sax | 10 + .../3rdparty/libxml2-2.9.2/result/cdata.sax2 | 10 + .../3rdparty/libxml2-2.9.2/result/cdata2 | 6 + .../3rdparty/libxml2-2.9.2/result/cdata2.rde | 13 + .../3rdparty/libxml2-2.9.2/result/cdata2.rdr | 13 + .../3rdparty/libxml2-2.9.2/result/cdata2.sax | 17 + .../3rdparty/libxml2-2.9.2/result/cdata2.sax2 | 17 + .../3rdparty/libxml2-2.9.2/result/comment.xml | 6 + .../libxml2-2.9.2/result/comment.xml.rde | 13 + .../libxml2-2.9.2/result/comment.xml.rdr | 13 + .../libxml2-2.9.2/result/comment.xml.sax | 17 + .../libxml2-2.9.2/result/comment.xml.sax2 | 17 + .../3rdparty/libxml2-2.9.2/result/comment2.xml | 6 + .../libxml2-2.9.2/result/comment2.xml.rde | 9 + .../libxml2-2.9.2/result/comment2.xml.rdr | 9 + .../libxml2-2.9.2/result/comment2.xml.sax | 13 + .../libxml2-2.9.2/result/comment2.xml.sax2 | 13 + .../3rdparty/libxml2-2.9.2/result/comment3.xml | 164 + .../libxml2-2.9.2/result/comment3.xml.rde | 163 + .../libxml2-2.9.2/result/comment3.xml.rdr | 163 + .../libxml2-2.9.2/result/comment3.xml.sax | 167 + .../libxml2-2.9.2/result/comment3.xml.sax2 | 167 + .../3rdparty/libxml2-2.9.2/result/comment4.xml | 5 + .../libxml2-2.9.2/result/comment4.xml.rde | 4 + .../libxml2-2.9.2/result/comment4.xml.rdr | 4 + .../libxml2-2.9.2/result/comment4.xml.sax | 8 + .../libxml2-2.9.2/result/comment4.xml.sax2 | 8 + .../3rdparty/libxml2-2.9.2/result/comment5.xml | 9 + .../libxml2-2.9.2/result/comment5.xml.rde | 8 + .../libxml2-2.9.2/result/comment5.xml.rdr | 8 + .../libxml2-2.9.2/result/comment5.xml.sax | 12 + .../libxml2-2.9.2/result/comment5.xml.sax2 | 12 + .../3rdparty/libxml2-2.9.2/result/comment6.xml | 14 + .../libxml2-2.9.2/result/comment6.xml.rde | 11 + .../libxml2-2.9.2/result/comment6.xml.rdr | 11 + .../libxml2-2.9.2/result/comment6.xml.sax | 17 + .../libxml2-2.9.2/result/comment6.xml.sax2 | 17 + .../platform/3rdparty/libxml2-2.9.2/result/dav1 | 25 + .../3rdparty/libxml2-2.9.2/result/dav1.rde | 78 + .../3rdparty/libxml2-2.9.2/result/dav1.rdr | 78 + .../3rdparty/libxml2-2.9.2/result/dav1.sax | 81 + .../3rdparty/libxml2-2.9.2/result/dav1.sax2 | 81 + .../3rdparty/libxml2-2.9.2/result/dav10 | 4 + .../3rdparty/libxml2-2.9.2/result/dav10.rde | 9 + .../3rdparty/libxml2-2.9.2/result/dav10.rdr | 9 + .../3rdparty/libxml2-2.9.2/result/dav10.sax | 12 + .../3rdparty/libxml2-2.9.2/result/dav10.sax2 | 12 + .../3rdparty/libxml2-2.9.2/result/dav11 | 21 + .../3rdparty/libxml2-2.9.2/result/dav11.rde | 60 + .../3rdparty/libxml2-2.9.2/result/dav11.rdr | 60 + .../3rdparty/libxml2-2.9.2/result/dav11.sax | 62 + .../3rdparty/libxml2-2.9.2/result/dav11.sax2 | 62 + .../3rdparty/libxml2-2.9.2/result/dav12 | 2 + .../3rdparty/libxml2-2.9.2/result/dav12.rde | 3 + .../3rdparty/libxml2-2.9.2/result/dav12.rdr | 3 + .../3rdparty/libxml2-2.9.2/result/dav12.sax | 6 + .../3rdparty/libxml2-2.9.2/result/dav12.sax2 | 6 + .../3rdparty/libxml2-2.9.2/result/dav13 | 16 + .../3rdparty/libxml2-2.9.2/result/dav13.rde | 45 + .../3rdparty/libxml2-2.9.2/result/dav13.rdr | 45 + .../3rdparty/libxml2-2.9.2/result/dav13.sax | 46 + .../3rdparty/libxml2-2.9.2/result/dav13.sax2 | 46 + .../3rdparty/libxml2-2.9.2/result/dav15 | 20 + .../3rdparty/libxml2-2.9.2/result/dav15.rde | 73 + .../3rdparty/libxml2-2.9.2/result/dav15.rdr | 73 + .../3rdparty/libxml2-2.9.2/result/dav15.sax | 76 + .../3rdparty/libxml2-2.9.2/result/dav15.sax2 | 76 + .../3rdparty/libxml2-2.9.2/result/dav16 | 6 + .../3rdparty/libxml2-2.9.2/result/dav16.rde | 13 + .../3rdparty/libxml2-2.9.2/result/dav16.rdr | 13 + .../3rdparty/libxml2-2.9.2/result/dav16.sax | 17 + .../3rdparty/libxml2-2.9.2/result/dav16.sax2 | 17 + .../3rdparty/libxml2-2.9.2/result/dav17 | 22 + .../3rdparty/libxml2-2.9.2/result/dav17.rde | 75 + .../3rdparty/libxml2-2.9.2/result/dav17.rdr | 75 + .../3rdparty/libxml2-2.9.2/result/dav17.sax | 78 + .../3rdparty/libxml2-2.9.2/result/dav17.sax2 | 78 + .../3rdparty/libxml2-2.9.2/result/dav18 | 6 + .../3rdparty/libxml2-2.9.2/result/dav18.rde | 13 + .../3rdparty/libxml2-2.9.2/result/dav18.rdr | 13 + .../3rdparty/libxml2-2.9.2/result/dav18.sax | 17 + .../3rdparty/libxml2-2.9.2/result/dav18.sax2 | 17 + .../3rdparty/libxml2-2.9.2/result/dav19 | 18 + .../3rdparty/libxml2-2.9.2/result/dav19.rde | 59 + .../3rdparty/libxml2-2.9.2/result/dav19.rdr | 59 + .../3rdparty/libxml2-2.9.2/result/dav19.sax | 62 + .../3rdparty/libxml2-2.9.2/result/dav19.sax2 | 62 + .../platform/3rdparty/libxml2-2.9.2/result/dav2 | 24 + .../3rdparty/libxml2-2.9.2/result/dav2.rde | 81 + .../3rdparty/libxml2-2.9.2/result/dav2.rdr | 81 + .../3rdparty/libxml2-2.9.2/result/dav2.sax | 84 + .../3rdparty/libxml2-2.9.2/result/dav2.sax2 | 84 + .../platform/3rdparty/libxml2-2.9.2/result/dav3 | 18 + .../3rdparty/libxml2-2.9.2/result/dav3.rde | 57 + .../3rdparty/libxml2-2.9.2/result/dav3.rdr | 57 + .../3rdparty/libxml2-2.9.2/result/dav3.sax | 63 + .../3rdparty/libxml2-2.9.2/result/dav3.sax2 | 63 + .../platform/3rdparty/libxml2-2.9.2/result/dav4 | 16 + .../3rdparty/libxml2-2.9.2/result/dav4.rde | 47 + .../3rdparty/libxml2-2.9.2/result/dav4.rdr | 47 + .../3rdparty/libxml2-2.9.2/result/dav4.sax | 51 + .../3rdparty/libxml2-2.9.2/result/dav4.sax2 | 51 + .../platform/3rdparty/libxml2-2.9.2/result/dav5 | 17 + .../3rdparty/libxml2-2.9.2/result/dav5.rde | 50 + .../3rdparty/libxml2-2.9.2/result/dav5.rdr | 50 + .../3rdparty/libxml2-2.9.2/result/dav5.sax | 54 + .../3rdparty/libxml2-2.9.2/result/dav5.sax2 | 54 + .../platform/3rdparty/libxml2-2.9.2/result/dav6 | 22 + .../3rdparty/libxml2-2.9.2/result/dav6.rde | 63 + .../3rdparty/libxml2-2.9.2/result/dav6.rdr | 63 + .../3rdparty/libxml2-2.9.2/result/dav6.sax | 66 + .../3rdparty/libxml2-2.9.2/result/dav6.sax2 | 66 + .../platform/3rdparty/libxml2-2.9.2/result/dav7 | 16 + .../3rdparty/libxml2-2.9.2/result/dav7.rde | 57 + .../3rdparty/libxml2-2.9.2/result/dav7.rdr | 57 + .../3rdparty/libxml2-2.9.2/result/dav7.sax | 60 + .../3rdparty/libxml2-2.9.2/result/dav7.sax2 | 60 + .../platform/3rdparty/libxml2-2.9.2/result/dav8 | 14 + .../3rdparty/libxml2-2.9.2/result/dav8.rde | 51 + .../3rdparty/libxml2-2.9.2/result/dav8.rdr | 51 + .../3rdparty/libxml2-2.9.2/result/dav8.sax | 54 + .../3rdparty/libxml2-2.9.2/result/dav8.sax2 | 54 + .../platform/3rdparty/libxml2-2.9.2/result/dav9 | 18 + .../3rdparty/libxml2-2.9.2/result/dav9.rde | 67 + .../3rdparty/libxml2-2.9.2/result/dav9.rdr | 67 + .../3rdparty/libxml2-2.9.2/result/dav9.sax | 70 + .../3rdparty/libxml2-2.9.2/result/dav9.sax2 | 70 + .../3rdparty/libxml2-2.9.2/result/defattr.xml | 6 + .../libxml2-2.9.2/result/defattr.xml.rde | 2 + .../libxml2-2.9.2/result/defattr.xml.rdr | 2 + .../libxml2-2.9.2/result/defattr.xml.sax | 9 + .../libxml2-2.9.2/result/defattr.xml.sax2 | 9 + .../3rdparty/libxml2-2.9.2/result/defattr2.xml | 8 + .../libxml2-2.9.2/result/defattr2.xml.rde | 2 + .../libxml2-2.9.2/result/defattr2.xml.rdr | 2 + .../libxml2-2.9.2/result/defattr2.xml.sax | 11 + .../libxml2-2.9.2/result/defattr2.xml.sax2 | 11 + .../platform/3rdparty/libxml2-2.9.2/result/dia1 | 99 + .../3rdparty/libxml2-2.9.2/result/dia1.rde | 292 + .../3rdparty/libxml2-2.9.2/result/dia1.rdr | 292 + .../3rdparty/libxml2-2.9.2/result/dia1.sax | 323 + .../3rdparty/libxml2-2.9.2/result/dia1.sax2 | 323 + .../platform/3rdparty/libxml2-2.9.2/result/dia2 | 99 + .../3rdparty/libxml2-2.9.2/result/dia2.rde | 292 + .../3rdparty/libxml2-2.9.2/result/dia2.rdr | 292 + .../3rdparty/libxml2-2.9.2/result/dia2.sax | 323 + .../3rdparty/libxml2-2.9.2/result/dia2.sax2 | 323 + .../platform/3rdparty/libxml2-2.9.2/result/dtd1 | 4 + .../3rdparty/libxml2-2.9.2/result/dtd1.rde | 5 + .../3rdparty/libxml2-2.9.2/result/dtd1.rdr | 5 + .../3rdparty/libxml2-2.9.2/result/dtd1.sax | 9 + .../3rdparty/libxml2-2.9.2/result/dtd1.sax2 | 9 + .../3rdparty/libxml2-2.9.2/result/dtd10 | 9 + .../3rdparty/libxml2-2.9.2/result/dtd10.rde | 12 + .../3rdparty/libxml2-2.9.2/result/dtd10.rdr | 12 + .../3rdparty/libxml2-2.9.2/result/dtd10.sax | 21 + .../3rdparty/libxml2-2.9.2/result/dtd10.sax2 | 21 + .../3rdparty/libxml2-2.9.2/result/dtd11 | 6 + .../3rdparty/libxml2-2.9.2/result/dtd11.rde | 2 + .../3rdparty/libxml2-2.9.2/result/dtd11.rdr | 2 + .../3rdparty/libxml2-2.9.2/result/dtd11.sax | 9 + .../3rdparty/libxml2-2.9.2/result/dtd11.sax2 | 9 + .../3rdparty/libxml2-2.9.2/result/dtd12 | 6 + .../3rdparty/libxml2-2.9.2/result/dtd12.rde | 4 + .../3rdparty/libxml2-2.9.2/result/dtd12.rdr | 4 + .../3rdparty/libxml2-2.9.2/result/dtd12.sax | 17 + .../3rdparty/libxml2-2.9.2/result/dtd12.sax2 | 17 + .../3rdparty/libxml2-2.9.2/result/dtd13 | 7 + .../3rdparty/libxml2-2.9.2/result/dtd13.rde | 4 + .../3rdparty/libxml2-2.9.2/result/dtd13.rdr | 4 + .../3rdparty/libxml2-2.9.2/result/dtd13.sax | 10 + .../3rdparty/libxml2-2.9.2/result/dtd13.sax2 | 10 + .../platform/3rdparty/libxml2-2.9.2/result/dtd2 | 5 + .../3rdparty/libxml2-2.9.2/result/dtd2.rde | 4 + .../3rdparty/libxml2-2.9.2/result/dtd2.rdr | 4 + .../3rdparty/libxml2-2.9.2/result/dtd2.sax | 9 + .../3rdparty/libxml2-2.9.2/result/dtd2.sax2 | 9 + .../platform/3rdparty/libxml2-2.9.2/result/dtd3 | 5 + .../3rdparty/libxml2-2.9.2/result/dtd3.rde | 4 + .../3rdparty/libxml2-2.9.2/result/dtd3.rdr | 4 + .../3rdparty/libxml2-2.9.2/result/dtd3.sax | 9 + .../3rdparty/libxml2-2.9.2/result/dtd3.sax2 | 9 + .../platform/3rdparty/libxml2-2.9.2/result/dtd4 | 5 + .../3rdparty/libxml2-2.9.2/result/dtd4.rde | 2 + .../3rdparty/libxml2-2.9.2/result/dtd4.rdr | 2 + .../3rdparty/libxml2-2.9.2/result/dtd4.sax | 8 + .../3rdparty/libxml2-2.9.2/result/dtd4.sax2 | 8 + .../platform/3rdparty/libxml2-2.9.2/result/dtd5 | 7 + .../3rdparty/libxml2-2.9.2/result/dtd5.rde | 11 + .../3rdparty/libxml2-2.9.2/result/dtd5.rdr | 11 + .../3rdparty/libxml2-2.9.2/result/dtd5.sax | 18 + .../3rdparty/libxml2-2.9.2/result/dtd5.sax2 | 18 + .../platform/3rdparty/libxml2-2.9.2/result/dtd6 | 7 + .../3rdparty/libxml2-2.9.2/result/dtd6.rde | 12 + .../3rdparty/libxml2-2.9.2/result/dtd6.rdr | 12 + .../3rdparty/libxml2-2.9.2/result/dtd6.sax | 19 + .../3rdparty/libxml2-2.9.2/result/dtd6.sax2 | 19 + .../platform/3rdparty/libxml2-2.9.2/result/dtd7 | 7 + .../3rdparty/libxml2-2.9.2/result/dtd7.rde | 9 + .../3rdparty/libxml2-2.9.2/result/dtd7.rdr | 9 + .../3rdparty/libxml2-2.9.2/result/dtd7.sax | 16 + .../3rdparty/libxml2-2.9.2/result/dtd7.sax2 | 16 + .../platform/3rdparty/libxml2-2.9.2/result/dtd8 | 9 + .../3rdparty/libxml2-2.9.2/result/dtd8.rde | 9 + .../3rdparty/libxml2-2.9.2/result/dtd8.rdr | 9 + .../3rdparty/libxml2-2.9.2/result/dtd8.sax | 18 + .../3rdparty/libxml2-2.9.2/result/dtd8.sax2 | 18 + .../platform/3rdparty/libxml2-2.9.2/result/dtd9 | 9 + .../3rdparty/libxml2-2.9.2/result/dtd9.rde | 9 + .../3rdparty/libxml2-2.9.2/result/dtd9.rdr | 9 + .../3rdparty/libxml2-2.9.2/result/dtd9.sax | 18 + .../3rdparty/libxml2-2.9.2/result/dtd9.sax2 | 18 + .../libxml2-2.9.2/result/ebcdic_566012.xml | 1 + .../libxml2-2.9.2/result/ebcdic_566012.xml.rde | 1 + .../libxml2-2.9.2/result/ebcdic_566012.xml.rdr | 1 + .../libxml2-2.9.2/result/ebcdic_566012.xml.sax | 5 + .../libxml2-2.9.2/result/ebcdic_566012.xml.sax2 | 5 + .../libxml2-2.9.2/result/emptycdata.xml | 4 + .../libxml2-2.9.2/result/emptycdata.xml.rde | 7 + .../libxml2-2.9.2/result/emptycdata.xml.rdr | 7 + .../libxml2-2.9.2/result/emptycdata.xml.sax | 10 + .../libxml2-2.9.2/result/emptycdata.xml.sax2 | 10 + .../platform/3rdparty/libxml2-2.9.2/result/ent1 | 7 + .../3rdparty/libxml2-2.9.2/result/ent1.rde | 6 + .../3rdparty/libxml2-2.9.2/result/ent1.rdr | 8 + .../3rdparty/libxml2-2.9.2/result/ent1.sax | 16 + .../3rdparty/libxml2-2.9.2/result/ent1.sax2 | 16 + .../3rdparty/libxml2-2.9.2/result/ent10 | 14 + .../3rdparty/libxml2-2.9.2/result/ent10.rde | 14 + .../3rdparty/libxml2-2.9.2/result/ent10.rdr | 8 + .../3rdparty/libxml2-2.9.2/result/ent10.sax | 31 + .../3rdparty/libxml2-2.9.2/result/ent10.sax2 | 31 + .../3rdparty/libxml2-2.9.2/result/ent11 | 5 + .../3rdparty/libxml2-2.9.2/result/ent11.rde | 5 + .../3rdparty/libxml2-2.9.2/result/ent11.rdr | 4 + .../3rdparty/libxml2-2.9.2/result/ent11.sax | 13 + .../3rdparty/libxml2-2.9.2/result/ent11.sax2 | 13 + .../3rdparty/libxml2-2.9.2/result/ent12 | 8 + .../3rdparty/libxml2-2.9.2/result/ent12.rde | 10 + .../3rdparty/libxml2-2.9.2/result/ent12.rdr | 10 + .../3rdparty/libxml2-2.9.2/result/ent12.sax | 21 + .../3rdparty/libxml2-2.9.2/result/ent12.sax2 | 21 + .../3rdparty/libxml2-2.9.2/result/ent13 | 5 + .../3rdparty/libxml2-2.9.2/result/ent13.rde | 4 + .../3rdparty/libxml2-2.9.2/result/ent13.rdr | 4 + .../3rdparty/libxml2-2.9.2/result/ent13.sax | 11 + .../3rdparty/libxml2-2.9.2/result/ent13.sax2 | 11 + .../platform/3rdparty/libxml2-2.9.2/result/ent2 | 10 + .../3rdparty/libxml2-2.9.2/result/ent2.rde | 15 + .../3rdparty/libxml2-2.9.2/result/ent2.rdr | 13 + .../3rdparty/libxml2-2.9.2/result/ent2.sax | 26 + .../3rdparty/libxml2-2.9.2/result/ent2.sax2 | 26 + .../platform/3rdparty/libxml2-2.9.2/result/ent3 | 7 + .../3rdparty/libxml2-2.9.2/result/ent3.rde | 6 + .../3rdparty/libxml2-2.9.2/result/ent3.rdr | 6 + .../3rdparty/libxml2-2.9.2/result/ent3.sax | 12 + .../3rdparty/libxml2-2.9.2/result/ent3.sax2 | 12 + .../platform/3rdparty/libxml2-2.9.2/result/ent4 | 7 + .../3rdparty/libxml2-2.9.2/result/ent4.rde | 6 + .../3rdparty/libxml2-2.9.2/result/ent4.rdr | 6 + .../3rdparty/libxml2-2.9.2/result/ent4.sax | 16 + .../3rdparty/libxml2-2.9.2/result/ent4.sax2 | 16 + .../platform/3rdparty/libxml2-2.9.2/result/ent5 | 5 + .../3rdparty/libxml2-2.9.2/result/ent5.rde | 6 + .../3rdparty/libxml2-2.9.2/result/ent5.rdr | 6 + .../3rdparty/libxml2-2.9.2/result/ent5.sax | 13 + .../3rdparty/libxml2-2.9.2/result/ent5.sax2 | 13 + .../platform/3rdparty/libxml2-2.9.2/result/ent6 | 9 + .../3rdparty/libxml2-2.9.2/result/ent6.rde | 2 + .../3rdparty/libxml2-2.9.2/result/ent6.rdr | 2 + .../3rdparty/libxml2-2.9.2/result/ent6.sax | 17 + .../3rdparty/libxml2-2.9.2/result/ent6.sax2 | 17 + .../platform/3rdparty/libxml2-2.9.2/result/ent7 | 8 + .../3rdparty/libxml2-2.9.2/result/ent7.rde | 6 + .../3rdparty/libxml2-2.9.2/result/ent7.rdr | 8 + .../3rdparty/libxml2-2.9.2/result/ent7.sax | 17 + .../3rdparty/libxml2-2.9.2/result/ent7.sax2 | 17 + .../platform/3rdparty/libxml2-2.9.2/result/ent8 | 10 + .../3rdparty/libxml2-2.9.2/result/ent8.rde | 20 + .../3rdparty/libxml2-2.9.2/result/ent8.rdr | 21 + .../3rdparty/libxml2-2.9.2/result/ent8.sax | 37 + .../3rdparty/libxml2-2.9.2/result/ent8.sax2 | 37 + .../platform/3rdparty/libxml2-2.9.2/result/ent9 | 61 + .../3rdparty/libxml2-2.9.2/result/ent9.rde | 300 + .../3rdparty/libxml2-2.9.2/result/ent9.rdr | 280 + .../3rdparty/libxml2-2.9.2/result/ent9.sax | 310 + .../3rdparty/libxml2-2.9.2/result/ent9.sax2 | 310 + .../libxml2-2.9.2/result/ent_738805.xml | 15 + .../libxml2-2.9.2/result/ent_738805.xml.rde | 15 + .../libxml2-2.9.2/result/ent_738805.xml.rdr | 31 + .../libxml2-2.9.2/result/ent_738805.xml.sax | 66 + .../libxml2-2.9.2/result/ent_738805.xml.sax2 | 66 + .../libxml2-2.9.2/result/errors/attr1.xml | 0 .../libxml2-2.9.2/result/errors/attr1.xml.err | 6 + .../libxml2-2.9.2/result/errors/attr1.xml.str | 10 + .../libxml2-2.9.2/result/errors/attr2.xml | 0 .../libxml2-2.9.2/result/errors/attr2.xml.err | 6 + .../libxml2-2.9.2/result/errors/attr2.xml.str | 10 + .../libxml2-2.9.2/result/errors/attr3.xml | 6 + .../libxml2-2.9.2/result/errors/attr3.xml.err | 3 + .../libxml2-2.9.2/result/errors/attr3.xml.str | 3 + .../libxml2-2.9.2/result/errors/attr4.xml | 0 .../libxml2-2.9.2/result/errors/attr4.xml.err | 12 + .../libxml2-2.9.2/result/errors/attr4.xml.str | 10 + .../libxml2-2.9.2/result/errors/cdata.xml | 0 .../libxml2-2.9.2/result/errors/cdata.xml.err | 4 + .../libxml2-2.9.2/result/errors/cdata.xml.str | 5 + .../libxml2-2.9.2/result/errors/charref1.xml | 0 .../result/errors/charref1.xml.err | 3 + .../result/errors/charref1.xml.str | 4 + .../libxml2-2.9.2/result/errors/comment1.xml | 0 .../result/errors/comment1.xml.err | 6 + .../result/errors/comment1.xml.str | 4 + .../libxml2-2.9.2/result/errors/content1.xml | 0 .../result/errors/content1.xml.err | 16 + .../result/errors/content1.xml.str | 14 + .../result/errors/extparsedent.xml | 5 + .../result/errors/extparsedent.xml.err | 0 .../result/errors/extparsedent.xml.str | 0 .../libxml2-2.9.2/result/errors/name.xml | 0 .../libxml2-2.9.2/result/errors/name.xml.err | 3 + .../libxml2-2.9.2/result/errors/name.xml.str | 4 + .../libxml2-2.9.2/result/errors/name2.xml | 0 .../libxml2-2.9.2/result/errors/name2.xml.err | 6 + .../libxml2-2.9.2/result/errors/name2.xml.str | 10 + .../3rdparty/libxml2-2.9.2/result/eve.xml | 6 + .../3rdparty/libxml2-2.9.2/result/eve.xml.rde | 5 + .../3rdparty/libxml2-2.9.2/result/eve.xml.rdr | 5 + .../3rdparty/libxml2-2.9.2/result/eve.xml.sax | 11 + .../3rdparty/libxml2-2.9.2/result/eve.xml.sax2 | 11 + .../3rdparty/libxml2-2.9.2/result/example.dtd | 0 .../3rdparty/libxml2-2.9.2/result/expr/base | 85 + .../3rdparty/libxml2-2.9.2/result/intsubset.xml | 5 + .../libxml2-2.9.2/result/intsubset.xml.rde | 2 + .../libxml2-2.9.2/result/intsubset.xml.rdr | 2 + .../libxml2-2.9.2/result/intsubset.xml.sax | 9 + .../libxml2-2.9.2/result/intsubset.xml.sax2 | 9 + .../libxml2-2.9.2/result/intsubset2.xml | 250 + .../libxml2-2.9.2/result/intsubset2.xml.rde | 5 + .../libxml2-2.9.2/result/intsubset2.xml.rdr | 5 + .../libxml2-2.9.2/result/intsubset2.xml.sax | 286 + .../libxml2-2.9.2/result/intsubset2.xml.sax2 | 286 + .../3rdparty/libxml2-2.9.2/result/isolat1 | 2 + .../3rdparty/libxml2-2.9.2/result/isolat1.rde | 3 + .../3rdparty/libxml2-2.9.2/result/isolat1.rdr | 3 + .../3rdparty/libxml2-2.9.2/result/isolat1.sax | 7 + .../3rdparty/libxml2-2.9.2/result/isolat1.sax2 | 7 + .../3rdparty/libxml2-2.9.2/result/isolat2 | 107 + .../3rdparty/libxml2-2.9.2/result/isolat2.rde | 108 + .../3rdparty/libxml2-2.9.2/result/isolat2.rdr | 108 + .../3rdparty/libxml2-2.9.2/result/isolat2.sax | 35 + .../3rdparty/libxml2-2.9.2/result/isolat2.sax2 | 35 + .../3rdparty/libxml2-2.9.2/result/isolat3 | 10 + .../3rdparty/libxml2-2.9.2/result/isolat3.rde | 23 + .../3rdparty/libxml2-2.9.2/result/isolat3.rdr | 23 + .../3rdparty/libxml2-2.9.2/result/isolat3.sax | 29 + .../3rdparty/libxml2-2.9.2/result/isolat3.sax2 | 29 + .../3rdparty/libxml2-2.9.2/result/japancrlf.xml | 4 + .../libxml2-2.9.2/result/japancrlf.xml.rde | 7 + .../libxml2-2.9.2/result/japancrlf.xml.rdr | 7 + .../libxml2-2.9.2/result/japancrlf.xml.sax | 11 + .../libxml2-2.9.2/result/japancrlf.xml.sax2 | 11 + .../libxml2-2.9.2/result/namespaces/err_0.xml | 2 + .../result/namespaces/err_0.xml.err | 0 .../libxml2-2.9.2/result/namespaces/err_1.xml | 2 + .../result/namespaces/err_1.xml.err | 3 + .../libxml2-2.9.2/result/namespaces/err_10.xml | 0 .../result/namespaces/err_10.xml.err | 3 + .../libxml2-2.9.2/result/namespaces/err_11.xml | 0 .../result/namespaces/err_11.xml.err | 3 + .../libxml2-2.9.2/result/namespaces/err_2.xml | 2 + .../result/namespaces/err_2.xml.err | 3 + .../libxml2-2.9.2/result/namespaces/err_3.xml | 2 + .../result/namespaces/err_3.xml.err | 3 + .../libxml2-2.9.2/result/namespaces/err_4.xml | 2 + .../result/namespaces/err_4.xml.err | 3 + .../libxml2-2.9.2/result/namespaces/err_5.xml | 2 + .../result/namespaces/err_5.xml.err | 3 + .../libxml2-2.9.2/result/namespaces/err_6.xml | 2 + .../result/namespaces/err_6.xml.err | 3 + .../libxml2-2.9.2/result/namespaces/err_7.xml | 2 + .../result/namespaces/err_7.xml.err | 3 + .../libxml2-2.9.2/result/namespaces/err_8.xml | 2 + .../result/namespaces/err_8.xml.err | 3 + .../libxml2-2.9.2/result/namespaces/err_9.xml | 2 + .../result/namespaces/err_9.xml.err | 3 + .../3rdparty/libxml2-2.9.2/result/noent/att1 | 2 + .../3rdparty/libxml2-2.9.2/result/noent/att10 | 18 + .../3rdparty/libxml2-2.9.2/result/noent/att11 | 9 + .../3rdparty/libxml2-2.9.2/result/noent/att2 | 2 + .../3rdparty/libxml2-2.9.2/result/noent/att3 | 2 + .../3rdparty/libxml2-2.9.2/result/noent/att4 | 9264 +++ .../3rdparty/libxml2-2.9.2/result/noent/att5 | 40 + .../3rdparty/libxml2-2.9.2/result/noent/att6 | 6 + .../3rdparty/libxml2-2.9.2/result/noent/att7 | 11 + .../3rdparty/libxml2-2.9.2/result/noent/att8 | 2 + .../3rdparty/libxml2-2.9.2/result/noent/att9 | 6 + .../libxml2-2.9.2/result/noent/attrib.xml | 2 + .../libxml2-2.9.2/result/noent/badcomment.xml | 17 + .../libxml2-2.9.2/result/noent/bigentname.xml | 6 + .../libxml2-2.9.2/result/noent/bigname.xml | 2 + .../libxml2-2.9.2/result/noent/bigname2.xml | 2 + .../3rdparty/libxml2-2.9.2/result/noent/cdata | 4 + .../3rdparty/libxml2-2.9.2/result/noent/cdata2 | 6 + .../libxml2-2.9.2/result/noent/comment.xml | 6 + .../libxml2-2.9.2/result/noent/comment2.xml | 6 + .../libxml2-2.9.2/result/noent/comment3.xml | 164 + .../libxml2-2.9.2/result/noent/comment4.xml | 5 + .../libxml2-2.9.2/result/noent/comment5.xml | 9 + .../libxml2-2.9.2/result/noent/comment6.xml | 14 + .../3rdparty/libxml2-2.9.2/result/noent/dav1 | 25 + .../3rdparty/libxml2-2.9.2/result/noent/dav10 | 4 + .../3rdparty/libxml2-2.9.2/result/noent/dav11 | 21 + .../3rdparty/libxml2-2.9.2/result/noent/dav12 | 2 + .../3rdparty/libxml2-2.9.2/result/noent/dav13 | 16 + .../3rdparty/libxml2-2.9.2/result/noent/dav15 | 20 + .../3rdparty/libxml2-2.9.2/result/noent/dav16 | 6 + .../3rdparty/libxml2-2.9.2/result/noent/dav17 | 22 + .../3rdparty/libxml2-2.9.2/result/noent/dav18 | 6 + .../3rdparty/libxml2-2.9.2/result/noent/dav19 | 18 + .../3rdparty/libxml2-2.9.2/result/noent/dav2 | 24 + .../3rdparty/libxml2-2.9.2/result/noent/dav3 | 18 + .../3rdparty/libxml2-2.9.2/result/noent/dav4 | 16 + .../3rdparty/libxml2-2.9.2/result/noent/dav5 | 17 + .../3rdparty/libxml2-2.9.2/result/noent/dav6 | 22 + .../3rdparty/libxml2-2.9.2/result/noent/dav7 | 16 + .../3rdparty/libxml2-2.9.2/result/noent/dav8 | 14 + .../3rdparty/libxml2-2.9.2/result/noent/dav9 | 18 + .../libxml2-2.9.2/result/noent/defattr.xml | 6 + .../libxml2-2.9.2/result/noent/defattr2.xml | 8 + .../3rdparty/libxml2-2.9.2/result/noent/dia1 | 99 + .../3rdparty/libxml2-2.9.2/result/noent/dia2 | 99 + .../3rdparty/libxml2-2.9.2/result/noent/dtd1 | 4 + .../3rdparty/libxml2-2.9.2/result/noent/dtd10 | 9 + .../3rdparty/libxml2-2.9.2/result/noent/dtd11 | 6 + .../3rdparty/libxml2-2.9.2/result/noent/dtd12 | 6 + .../3rdparty/libxml2-2.9.2/result/noent/dtd13 | 7 + .../3rdparty/libxml2-2.9.2/result/noent/dtd2 | 5 + .../3rdparty/libxml2-2.9.2/result/noent/dtd3 | 5 + .../3rdparty/libxml2-2.9.2/result/noent/dtd4 | 5 + .../3rdparty/libxml2-2.9.2/result/noent/dtd5 | 7 + .../3rdparty/libxml2-2.9.2/result/noent/dtd6 | 7 + .../3rdparty/libxml2-2.9.2/result/noent/dtd7 | 7 + .../3rdparty/libxml2-2.9.2/result/noent/dtd8 | 9 + .../3rdparty/libxml2-2.9.2/result/noent/dtd9 | 9 + .../result/noent/ebcdic_566012.xml | 1 + .../libxml2-2.9.2/result/noent/emptycdata.xml | 4 + .../3rdparty/libxml2-2.9.2/result/noent/ent1 | 7 + .../3rdparty/libxml2-2.9.2/result/noent/ent10 | 18 + .../3rdparty/libxml2-2.9.2/result/noent/ent11 | 6 + .../3rdparty/libxml2-2.9.2/result/noent/ent12 | 8 + .../3rdparty/libxml2-2.9.2/result/noent/ent13 | 5 + .../3rdparty/libxml2-2.9.2/result/noent/ent2 | 12 + .../3rdparty/libxml2-2.9.2/result/noent/ent3 | 7 + .../3rdparty/libxml2-2.9.2/result/noent/ent4 | 7 + .../3rdparty/libxml2-2.9.2/result/noent/ent5 | 5 + .../3rdparty/libxml2-2.9.2/result/noent/ent6 | 9 + .../3rdparty/libxml2-2.9.2/result/noent/ent7 | 8 + .../3rdparty/libxml2-2.9.2/result/noent/ent8 | 10 + .../3rdparty/libxml2-2.9.2/result/noent/ent9 | 61 + .../libxml2-2.9.2/result/noent/ent_738805.xml | 15 + .../3rdparty/libxml2-2.9.2/result/noent/eve.xml | 6 + .../libxml2-2.9.2/result/noent/intsubset.xml | 5 + .../libxml2-2.9.2/result/noent/intsubset2.xml | 250 + .../3rdparty/libxml2-2.9.2/result/noent/isolat1 | 2 + .../3rdparty/libxml2-2.9.2/result/noent/isolat2 | 107 + .../3rdparty/libxml2-2.9.2/result/noent/isolat3 | 10 + .../libxml2-2.9.2/result/noent/japancrlf.xml | 4 + .../3rdparty/libxml2-2.9.2/result/noent/ns | 4 + .../3rdparty/libxml2-2.9.2/result/noent/ns2 | 2 + .../3rdparty/libxml2-2.9.2/result/noent/ns3 | 2 + .../3rdparty/libxml2-2.9.2/result/noent/ns4 | 2 + .../3rdparty/libxml2-2.9.2/result/noent/ns5 | 4 + .../3rdparty/libxml2-2.9.2/result/noent/ns6 | 5 + .../3rdparty/libxml2-2.9.2/result/noent/ns7 | 2 + .../libxml2-2.9.2/result/noent/nsclean.xml | 5 + .../3rdparty/libxml2-2.9.2/result/noent/p3p | 19 + .../3rdparty/libxml2-2.9.2/result/noent/pi.xml | 6 + .../3rdparty/libxml2-2.9.2/result/noent/pi2.xml | 6 + .../3rdparty/libxml2-2.9.2/result/noent/rdf1 | 81 + .../3rdparty/libxml2-2.9.2/result/noent/rdf2 | 1899 + .../libxml2-2.9.2/result/noent/slashdot.rdf | 65 + .../libxml2-2.9.2/result/noent/slashdot.xml | 113 + .../libxml2-2.9.2/result/noent/slashdot16.xml | Bin 0 -> 10374 bytes .../3rdparty/libxml2-2.9.2/result/noent/svg1 | 161 + .../3rdparty/libxml2-2.9.2/result/noent/svg2 | 56 + .../3rdparty/libxml2-2.9.2/result/noent/svg3 | 723 + .../libxml2-2.9.2/result/noent/title.xml | 2 + .../libxml2-2.9.2/result/noent/tstblanks.xml | 2 + .../libxml2-2.9.2/result/noent/utf16bebom.xml | Bin 0 -> 344 bytes .../libxml2-2.9.2/result/noent/utf16bom.xml | Bin 0 -> 258 bytes .../libxml2-2.9.2/result/noent/utf16lebom.xml | Bin 0 -> 344 bytes .../libxml2-2.9.2/result/noent/utf8bom.xml | 2 + .../3rdparty/libxml2-2.9.2/result/noent/wap.xml | 24 + .../libxml2-2.9.2/result/noent/winblanks.xml | 6 + .../3rdparty/libxml2-2.9.2/result/noent/wml.xml | 10 + .../3rdparty/libxml2-2.9.2/result/noent/xhtml1 | 30 + .../libxml2-2.9.2/result/noent/xhtmlcomp | 7 + .../3rdparty/libxml2-2.9.2/result/noent/xml1 | 9 + .../3rdparty/libxml2-2.9.2/result/noent/xml2 | 8 + .../platform/3rdparty/libxml2-2.9.2/result/ns | 4 + .../3rdparty/libxml2-2.9.2/result/ns.rde | 7 + .../3rdparty/libxml2-2.9.2/result/ns.rdr | 7 + .../3rdparty/libxml2-2.9.2/result/ns.sax | 11 + .../3rdparty/libxml2-2.9.2/result/ns.sax2 | 11 + .../platform/3rdparty/libxml2-2.9.2/result/ns2 | 2 + .../3rdparty/libxml2-2.9.2/result/ns2.rde | 1 + .../3rdparty/libxml2-2.9.2/result/ns2.rdr | 1 + .../3rdparty/libxml2-2.9.2/result/ns2.sax | 5 + .../3rdparty/libxml2-2.9.2/result/ns2.sax2 | 5 + .../platform/3rdparty/libxml2-2.9.2/result/ns3 | 2 + .../3rdparty/libxml2-2.9.2/result/ns3.rde | 1 + .../3rdparty/libxml2-2.9.2/result/ns3.rdr | 1 + .../3rdparty/libxml2-2.9.2/result/ns3.sax | 5 + .../3rdparty/libxml2-2.9.2/result/ns3.sax2 | 5 + .../platform/3rdparty/libxml2-2.9.2/result/ns4 | 2 + .../3rdparty/libxml2-2.9.2/result/ns4.rde | 1 + .../3rdparty/libxml2-2.9.2/result/ns4.rdr | 1 + .../3rdparty/libxml2-2.9.2/result/ns4.sax | 5 + .../3rdparty/libxml2-2.9.2/result/ns4.sax2 | 5 + .../platform/3rdparty/libxml2-2.9.2/result/ns5 | 4 + .../3rdparty/libxml2-2.9.2/result/ns5.rde | 7 + .../3rdparty/libxml2-2.9.2/result/ns5.rdr | 7 + .../3rdparty/libxml2-2.9.2/result/ns5.sax | 11 + .../3rdparty/libxml2-2.9.2/result/ns5.sax2 | 11 + .../platform/3rdparty/libxml2-2.9.2/result/ns6 | 5 + .../3rdparty/libxml2-2.9.2/result/ns6.rde | 10 + .../3rdparty/libxml2-2.9.2/result/ns6.rdr | 10 + .../3rdparty/libxml2-2.9.2/result/ns6.sax | 15 + .../3rdparty/libxml2-2.9.2/result/ns6.sax2 | 15 + .../platform/3rdparty/libxml2-2.9.2/result/ns7 | 2 + .../3rdparty/libxml2-2.9.2/result/ns7.rde | 1 + .../3rdparty/libxml2-2.9.2/result/ns7.rdr | 1 + .../3rdparty/libxml2-2.9.2/result/ns7.sax | 5 + .../3rdparty/libxml2-2.9.2/result/ns7.sax2 | 5 + .../3rdparty/libxml2-2.9.2/result/nsclean.xml | 5 + .../libxml2-2.9.2/result/nsclean.xml.rde | 10 + .../libxml2-2.9.2/result/nsclean.xml.rdr | 10 + .../libxml2-2.9.2/result/nsclean.xml.sax | 13 + .../libxml2-2.9.2/result/nsclean.xml.sax2 | 13 + .../platform/3rdparty/libxml2-2.9.2/result/p3p | 19 + .../3rdparty/libxml2-2.9.2/result/p3p.rde | 55 + .../3rdparty/libxml2-2.9.2/result/p3p.rdr | 55 + .../3rdparty/libxml2-2.9.2/result/p3p.sax | 63 + .../3rdparty/libxml2-2.9.2/result/p3p.sax2 | 65 + .../3rdparty/libxml2-2.9.2/result/pattern/conj | 47 + .../libxml2-2.9.2/result/pattern/multiple | 91 + .../libxml2-2.9.2/result/pattern/namespaces | 20 + .../libxml2-2.9.2/result/pattern/simple | 12 + .../3rdparty/libxml2-2.9.2/result/pi.xml | 6 + .../3rdparty/libxml2-2.9.2/result/pi.xml.rde | 13 + .../3rdparty/libxml2-2.9.2/result/pi.xml.rdr | 13 + .../3rdparty/libxml2-2.9.2/result/pi.xml.sax | 17 + .../3rdparty/libxml2-2.9.2/result/pi.xml.sax2 | 17 + .../3rdparty/libxml2-2.9.2/result/pi2.xml | 6 + .../3rdparty/libxml2-2.9.2/result/pi2.xml.rde | 9 + .../3rdparty/libxml2-2.9.2/result/pi2.xml.rdr | 9 + .../3rdparty/libxml2-2.9.2/result/pi2.xml.sax | 13 + .../3rdparty/libxml2-2.9.2/result/pi2.xml.sax2 | 13 + .../platform/3rdparty/libxml2-2.9.2/result/rdf1 | 81 + .../3rdparty/libxml2-2.9.2/result/rdf1.rde | 214 + .../3rdparty/libxml2-2.9.2/result/rdf1.rdr | 214 + .../3rdparty/libxml2-2.9.2/result/rdf1.sax | 186 + .../3rdparty/libxml2-2.9.2/result/rdf1.sax2 | 186 + .../platform/3rdparty/libxml2-2.9.2/result/rdf2 | 1899 + .../3rdparty/libxml2-2.9.2/result/rdf2.rde | 2008 + .../3rdparty/libxml2-2.9.2/result/rdf2.rdr | 2008 + .../3rdparty/libxml2-2.9.2/result/rdf2.sax | 191 + .../3rdparty/libxml2-2.9.2/result/rdf2.sax2 | 191 + .../3rdparty/libxml2-2.9.2/result/regexp/branch | 14 + .../libxml2-2.9.2/result/regexp/bug316338 | 20 + .../libxml2-2.9.2/result/regexp/bug420596 | 10 + .../libxml2-2.9.2/result/regexp/content | 12 + .../3rdparty/libxml2-2.9.2/result/regexp/hard | 12 + .../3rdparty/libxml2-2.9.2/result/regexp/ncname | 6 + .../3rdparty/libxml2-2.9.2/result/regexp/ranges | 15 + .../libxml2-2.9.2/result/regexp/ranges2 | 14 + .../3rdparty/libxml2-2.9.2/result/regexp/xpath | 32 + .../libxml2-2.9.2/result/relaxng/302836_0 | 0 .../libxml2-2.9.2/result/relaxng/302836_0.err | 1 + .../libxml2-2.9.2/result/relaxng/302836_err | 1 + .../libxml2-2.9.2/result/relaxng/302836_valid | 0 .../libxml2-2.9.2/result/relaxng/307377_0 | 0 .../libxml2-2.9.2/result/relaxng/307377_0.err | 2 + .../libxml2-2.9.2/result/relaxng/307377_1 | 0 .../libxml2-2.9.2/result/relaxng/307377_1.err | 3 + .../libxml2-2.9.2/result/relaxng/307377_2 | 0 .../libxml2-2.9.2/result/relaxng/307377_2.err | 1 + .../libxml2-2.9.2/result/relaxng/307377_err | 1 + .../libxml2-2.9.2/result/relaxng/307377_valid | 0 .../libxml2-2.9.2/result/relaxng/492317_0 | 0 .../libxml2-2.9.2/result/relaxng/492317_0.err | 1 + .../libxml2-2.9.2/result/relaxng/492317_1 | 0 .../libxml2-2.9.2/result/relaxng/492317_1.err | 1 + .../libxml2-2.9.2/result/relaxng/492317_2 | 0 .../libxml2-2.9.2/result/relaxng/492317_2.err | 3 + .../libxml2-2.9.2/result/relaxng/492317_err | 1 + .../libxml2-2.9.2/result/relaxng/492317_valid | 0 .../libxml2-2.9.2/result/relaxng/558452_0 | 0 .../libxml2-2.9.2/result/relaxng/558452_0.err | 1 + .../libxml2-2.9.2/result/relaxng/558452_1 | 0 .../libxml2-2.9.2/result/relaxng/558452_1.err | 2 + .../libxml2-2.9.2/result/relaxng/558452_2 | 0 .../libxml2-2.9.2/result/relaxng/558452_2.err | 1 + .../libxml2-2.9.2/result/relaxng/558452_3 | 0 .../libxml2-2.9.2/result/relaxng/558452_3.err | 1 + .../libxml2-2.9.2/result/relaxng/558452_4 | 0 .../libxml2-2.9.2/result/relaxng/558452_4.err | 2 + .../libxml2-2.9.2/result/relaxng/558452_err | 1 + .../libxml2-2.9.2/result/relaxng/558452_valid | 0 .../libxml2-2.9.2/result/relaxng/565219_0 | 0 .../libxml2-2.9.2/result/relaxng/565219_0.err | 2 + .../libxml2-2.9.2/result/relaxng/565219_1 | 0 .../libxml2-2.9.2/result/relaxng/565219_1.err | 1 + .../libxml2-2.9.2/result/relaxng/565219_2 | 0 .../libxml2-2.9.2/result/relaxng/565219_2.err | 2 + .../libxml2-2.9.2/result/relaxng/565219_err | 1 + .../libxml2-2.9.2/result/relaxng/565219_valid | 0 .../libxml2-2.9.2/result/relaxng/595792-ext_err | 1 + .../result/relaxng/595792-ext_valid | 0 .../libxml2-2.9.2/result/relaxng/595792_0 | 0 .../libxml2-2.9.2/result/relaxng/595792_0.err | 1 + .../libxml2-2.9.2/result/relaxng/595792_err | 1 + .../libxml2-2.9.2/result/relaxng/595792_valid | 0 .../libxml2-2.9.2/result/relaxng/710744_1 | 0 .../libxml2-2.9.2/result/relaxng/710744_1.err | 1 + .../libxml2-2.9.2/result/relaxng/710744_2 | 0 .../libxml2-2.9.2/result/relaxng/710744_2.err | 2 + .../result/relaxng/OpenDocumentSub_0 | 0 .../result/relaxng/OpenDocumentSub_0.err | 1 + .../result/relaxng/OpenDocumentSub_err | 1 + .../result/relaxng/OpenDocumentSub_valid | 0 .../result/relaxng/addressBook_err | 1 + .../result/relaxng/addressBook_valid | 0 .../libxml2-2.9.2/result/relaxng/choice0_0 | 0 .../libxml2-2.9.2/result/relaxng/choice0_0.err | 1 + .../libxml2-2.9.2/result/relaxng/choice0_1 | 0 .../libxml2-2.9.2/result/relaxng/choice0_1.err | 1 + .../libxml2-2.9.2/result/relaxng/choice0_2 | 0 .../libxml2-2.9.2/result/relaxng/choice0_2.err | 1 + .../libxml2-2.9.2/result/relaxng/choice0_3 | 0 .../libxml2-2.9.2/result/relaxng/choice0_3.err | 1 + .../libxml2-2.9.2/result/relaxng/choice0_4 | 0 .../libxml2-2.9.2/result/relaxng/choice0_4.err | 2 + .../libxml2-2.9.2/result/relaxng/choice0_5 | 0 .../libxml2-2.9.2/result/relaxng/choice0_5.err | 2 + .../libxml2-2.9.2/result/relaxng/choice0_6 | 0 .../libxml2-2.9.2/result/relaxng/choice0_6.err | 2 + .../libxml2-2.9.2/result/relaxng/choice0_7 | 0 .../libxml2-2.9.2/result/relaxng/choice0_7.err | 3 + .../libxml2-2.9.2/result/relaxng/choice0_8 | 0 .../libxml2-2.9.2/result/relaxng/choice0_8.err | 3 + .../libxml2-2.9.2/result/relaxng/choice0_err | 1 + .../libxml2-2.9.2/result/relaxng/choice0_valid | 0 .../libxml2-2.9.2/result/relaxng/compare0_0 | 0 .../libxml2-2.9.2/result/relaxng/compare0_0.err | 3 + .../libxml2-2.9.2/result/relaxng/compare0_err | 1 + .../libxml2-2.9.2/result/relaxng/compare0_valid | 0 .../libxml2-2.9.2/result/relaxng/comps_0 | 0 .../libxml2-2.9.2/result/relaxng/comps_0.err | 1 + .../libxml2-2.9.2/result/relaxng/comps_err | 1 + .../libxml2-2.9.2/result/relaxng/comps_valid | 0 .../libxml2-2.9.2/result/relaxng/demo2_err | 1 + .../libxml2-2.9.2/result/relaxng/demo2_valid | 0 .../libxml2-2.9.2/result/relaxng/demo3_err | 1 + .../libxml2-2.9.2/result/relaxng/demo3_valid | 0 .../libxml2-2.9.2/result/relaxng/demo_err | 1 + .../libxml2-2.9.2/result/relaxng/demo_valid | 0 .../libxml2-2.9.2/result/relaxng/docbook_0 | 0 .../libxml2-2.9.2/result/relaxng/docbook_0.err | 1 + .../libxml2-2.9.2/result/relaxng/docbook_err | 1 + .../libxml2-2.9.2/result/relaxng/docbook_valid | 0 .../libxml2-2.9.2/result/relaxng/empty0_0 | 0 .../libxml2-2.9.2/result/relaxng/empty0_0.err | 1 + .../libxml2-2.9.2/result/relaxng/empty0_err | 1 + .../libxml2-2.9.2/result/relaxng/empty0_valid | 0 .../libxml2-2.9.2/result/relaxng/empty1_0 | 0 .../libxml2-2.9.2/result/relaxng/empty1_0.err | 1 + .../libxml2-2.9.2/result/relaxng/empty1_1 | 0 .../libxml2-2.9.2/result/relaxng/empty1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/empty1_err | 1 + .../libxml2-2.9.2/result/relaxng/empty1_valid | 0 .../libxml2-2.9.2/result/relaxng/inline2_err | 1 + .../libxml2-2.9.2/result/relaxng/inline2_valid | 0 .../libxml2-2.9.2/result/relaxng/inline3_err | 1 + .../libxml2-2.9.2/result/relaxng/inline3_valid | 0 .../libxml2-2.9.2/result/relaxng/inline_err | 1 + .../libxml2-2.9.2/result/relaxng/inline_valid | 0 .../result/relaxng/interleave0_0_err | 1 + .../result/relaxng/interleave0_0_valid | 0 .../result/relaxng/interleave1_0_err | 1 + .../result/relaxng/interleave1_0_valid | 0 .../libxml2-2.9.2/result/relaxng/libvirt_0 | 0 .../libxml2-2.9.2/result/relaxng/libvirt_0.err | 1 + .../libxml2-2.9.2/result/relaxng/libvirt_err | 1 + .../libxml2-2.9.2/result/relaxng/libvirt_valid | 0 .../libxml2-2.9.2/result/relaxng/list_0 | 0 .../libxml2-2.9.2/result/relaxng/list_0.err | 1 + .../libxml2-2.9.2/result/relaxng/list_1 | 0 .../libxml2-2.9.2/result/relaxng/list_1.err | 2 + .../libxml2-2.9.2/result/relaxng/list_err | 1 + .../libxml2-2.9.2/result/relaxng/list_valid | 0 .../libxml2-2.9.2/result/relaxng/pattern1_err | 1 + .../libxml2-2.9.2/result/relaxng/pattern1_valid | 0 .../libxml2-2.9.2/result/relaxng/pattern2_err | 1 + .../libxml2-2.9.2/result/relaxng/pattern2_valid | 0 .../result/relaxng/proofsystem_err | 1 + .../result/relaxng/proofsystem_valid | 0 .../libxml2-2.9.2/result/relaxng/rngbug-001_err | 1 + .../result/relaxng/rngbug-001_valid | 0 .../libxml2-2.9.2/result/relaxng/spec1_1 | 0 .../libxml2-2.9.2/result/relaxng/spec1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/spec1_err | 1 + .../libxml2-2.9.2/result/relaxng/spec1_valid | 0 .../libxml2-2.9.2/result/relaxng/spec_0 | 0 .../libxml2-2.9.2/result/relaxng/spec_0.err | 1 + .../libxml2-2.9.2/result/relaxng/spec_err | 1 + .../libxml2-2.9.2/result/relaxng/spec_valid | 0 .../libxml2-2.9.2/result/relaxng/table_err | 1 + .../libxml2-2.9.2/result/relaxng/table_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor10_10_1 | 0 .../result/relaxng/tutor10_10_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_10_err | 1 + .../result/relaxng/tutor10_10_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor10_1_1 | 0 .../result/relaxng/tutor10_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_1_2 | 0 .../result/relaxng/tutor10_1_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_1_3 | 0 .../result/relaxng/tutor10_1_3.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_1_4 | 0 .../result/relaxng/tutor10_1_4.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor10_1_5 | 0 .../result/relaxng/tutor10_1_5.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor10_1_6 | 0 .../result/relaxng/tutor10_1_6.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor10_1_err | 1 + .../result/relaxng/tutor10_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor10_2_1 | 0 .../result/relaxng/tutor10_2_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_2_2 | 0 .../result/relaxng/tutor10_2_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_2_3 | 0 .../result/relaxng/tutor10_2_3.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor10_2_4 | 0 .../result/relaxng/tutor10_2_4.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor10_2_err | 1 + .../result/relaxng/tutor10_2_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor10_3_1 | 0 .../result/relaxng/tutor10_3_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_3_err | 1 + .../result/relaxng/tutor10_3_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor10_4_1 | 0 .../result/relaxng/tutor10_4_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_4_err | 1 + .../result/relaxng/tutor10_4_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor10_5_1 | 0 .../result/relaxng/tutor10_5_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_5_err | 1 + .../result/relaxng/tutor10_5_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor10_6_1 | 0 .../result/relaxng/tutor10_6_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_6_err | 1 + .../result/relaxng/tutor10_6_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor10_7_1 | 0 .../result/relaxng/tutor10_7_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_7_2 | 0 .../result/relaxng/tutor10_7_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_7_3 | 0 .../result/relaxng/tutor10_7_3.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor10_7_err | 1 + .../result/relaxng/tutor10_7_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor10_8_1 | 0 .../result/relaxng/tutor10_8_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_8_2 | 0 .../result/relaxng/tutor10_8_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_8_3 | 0 .../result/relaxng/tutor10_8_3.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor10_8_err | 1 + .../result/relaxng/tutor10_8_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor10_9_1 | 0 .../result/relaxng/tutor10_9_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor10_9_err | 1 + .../result/relaxng/tutor10_9_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor11_1_1 | 0 .../result/relaxng/tutor11_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor11_1_2 | 0 .../result/relaxng/tutor11_1_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor11_1_3 | 0 .../result/relaxng/tutor11_1_3.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor11_1_err | 1 + .../result/relaxng/tutor11_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor11_2_1 | 0 .../result/relaxng/tutor11_2_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor11_2_2 | 0 .../result/relaxng/tutor11_2_2.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor11_2_3 | 0 .../result/relaxng/tutor11_2_3.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor11_2_err | 1 + .../result/relaxng/tutor11_2_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor11_3_1 | 0 .../result/relaxng/tutor11_3_1.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor11_3_err | 1 + .../result/relaxng/tutor11_3_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor11_4_1 | 0 .../result/relaxng/tutor11_4_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor11_4_err | 1 + .../result/relaxng/tutor11_4_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor12_1_1 | 0 .../result/relaxng/tutor12_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor12_1_err | 1 + .../result/relaxng/tutor12_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor13_1_1 | 0 .../result/relaxng/tutor13_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor13_1_err | 1 + .../result/relaxng/tutor13_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor14_1_err | 1 + .../result/relaxng/tutor14_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor1_1_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor1_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor1_1_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor1_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor1_2_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor1_2_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor1_2_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor1_2_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor1_3_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor1_3_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor1_3_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor1_3_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor1_4_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor1_4_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor1_4_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor1_4_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor2_1_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor2_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor2_1_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor2_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor3_1_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor3_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_1_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor3_1_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_1_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor3_2_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor3_2_1.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor3_2_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_2_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor3_3_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor3_3_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_3_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_3_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor3_4_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor3_4_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_4_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_4_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor3_5_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor3_5_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_5_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor3_5_2.err | 3 + .../libxml2-2.9.2/result/relaxng/tutor3_5_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_5_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor3_6_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor3_6_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_6_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_6_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor3_7_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor3_7_1.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor3_7_err | 4 + .../libxml2-2.9.2/result/relaxng/tutor3_7_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor3_8_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor3_8_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_8_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_8_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor3_9_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor3_9_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_9_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor3_9_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor4_1_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor4_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor4_1_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor4_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor4_2_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor4_2_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor4_2_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor4_2_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor4_3_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor4_3_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor4_3_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor4_3_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor4_3_3 | 0 .../libxml2-2.9.2/result/relaxng/tutor4_3_3.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor4_3_4 | 0 .../libxml2-2.9.2/result/relaxng/tutor4_3_4.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor4_3_5 | 0 .../libxml2-2.9.2/result/relaxng/tutor4_3_5.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor4_3_6 | 0 .../libxml2-2.9.2/result/relaxng/tutor4_3_6.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor4_3_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor4_3_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor4_4_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor4_4_1.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor4_4_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor4_4_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor5_1_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor5_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor5_1_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor5_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor5_2_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor5_2_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor5_2_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor5_2_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor5_3_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor5_3_1.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor5_3_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor5_3_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor5_4_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor5_4_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor5_4_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor5_4_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor5_5_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor5_5_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor6_1_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor6_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor6_1_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor6_1_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor6_1_3 | 0 .../libxml2-2.9.2/result/relaxng/tutor6_1_3.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor6_1_4 | 0 .../libxml2-2.9.2/result/relaxng/tutor6_1_4.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor6_1_5 | 0 .../libxml2-2.9.2/result/relaxng/tutor6_1_5.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor6_1_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor6_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor6_2_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor6_2_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor6_2_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor6_2_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor6_2_3 | 0 .../libxml2-2.9.2/result/relaxng/tutor6_2_3.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor6_2_4 | 0 .../libxml2-2.9.2/result/relaxng/tutor6_2_4.err | 3 + .../libxml2-2.9.2/result/relaxng/tutor6_2_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor6_2_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor6_3_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor6_3_1.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor6_3_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor6_3_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor7_1_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor7_1_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_1_2.err | 4 + .../libxml2-2.9.2/result/relaxng/tutor7_1_3 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_1_3.err | 4 + .../libxml2-2.9.2/result/relaxng/tutor7_1_4 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_1_4.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor7_1_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor7_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor7_2_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_2_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor7_2_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_2_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor7_2_3 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_2_3.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor7_2_4 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_2_4.err | 4 + .../libxml2-2.9.2/result/relaxng/tutor7_2_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor7_2_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor7_3_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_3_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor7_3_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_3_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor7_3_3 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_3_3.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor7_3_4 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_3_4.err | 4 + .../libxml2-2.9.2/result/relaxng/tutor7_3_5 | 0 .../libxml2-2.9.2/result/relaxng/tutor7_3_5.err | 4 + .../libxml2-2.9.2/result/relaxng/tutor7_3_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor7_3_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor8_1_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor8_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor8_1_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor8_1_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor8_1_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor8_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor8_2_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor8_2_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor8_2_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor8_2_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor8_2_3 | 0 .../libxml2-2.9.2/result/relaxng/tutor8_2_3.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor8_2_4 | 0 .../libxml2-2.9.2/result/relaxng/tutor8_2_4.err | 3 + .../libxml2-2.9.2/result/relaxng/tutor8_2_5 | 0 .../libxml2-2.9.2/result/relaxng/tutor8_2_5.err | 4 + .../libxml2-2.9.2/result/relaxng/tutor8_2_6 | 0 .../libxml2-2.9.2/result/relaxng/tutor8_2_6.err | 3 + .../libxml2-2.9.2/result/relaxng/tutor8_2_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor8_2_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor8_3_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor8_3_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor8_3_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor8_3_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor9_10_1 | 0 .../result/relaxng/tutor9_10_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_10_err | 1 + .../result/relaxng/tutor9_10_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor9_11_1 | 0 .../result/relaxng/tutor9_11_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_11_err | 1 + .../result/relaxng/tutor9_11_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor9_12_1 | 0 .../result/relaxng/tutor9_12_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_12_err | 1 + .../result/relaxng/tutor9_12_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor9_1_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_1_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_1_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_1_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor9_2_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_2_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_2_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_2_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_2_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_2_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor9_3_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_3_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_3_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_3_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_3_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_3_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor9_4_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_4_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_4_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_4_2.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_4_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_4_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor9_5_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_5_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_5_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_5_2.err | 3 + .../libxml2-2.9.2/result/relaxng/tutor9_5_3 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_5_3.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor9_5_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_5_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor9_6.rng | 24 + .../libxml2-2.9.2/result/relaxng/tutor9_6_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_6_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_6_2 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_6_2.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor9_6_3 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_6_3.err | 2 + .../libxml2-2.9.2/result/relaxng/tutor9_6_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_6_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor9_7_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_7_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_7_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_7_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor9_8_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_8_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_8_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_8_valid | 0 .../libxml2-2.9.2/result/relaxng/tutor9_9_1 | 0 .../libxml2-2.9.2/result/relaxng/tutor9_9_1.err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_9_err | 1 + .../libxml2-2.9.2/result/relaxng/tutor9_9_valid | 0 .../libxml2-2.9.2/result/relaxng/tutorA_err | 1 + .../libxml2-2.9.2/result/relaxng/tutorA_valid | 0 .../libxml2-2.9.2/result/schemas/570702_0_0 | 1 + .../libxml2-2.9.2/result/schemas/570702_0_0.err | 0 .../libxml2-2.9.2/result/schemas/579746_0_0 | 1 + .../libxml2-2.9.2/result/schemas/579746_0_0.err | 0 .../libxml2-2.9.2/result/schemas/579746_0_1 | 1 + .../libxml2-2.9.2/result/schemas/579746_0_1.err | 0 .../libxml2-2.9.2/result/schemas/579746_0_2 | 1 + .../libxml2-2.9.2/result/schemas/579746_0_2.err | 0 .../libxml2-2.9.2/result/schemas/579746_0_3 | 1 + .../libxml2-2.9.2/result/schemas/579746_0_3.err | 1 + .../libxml2-2.9.2/result/schemas/579746_0_4 | 1 + .../libxml2-2.9.2/result/schemas/579746_0_4.err | 0 .../libxml2-2.9.2/result/schemas/579746_0_5 | 1 + .../libxml2-2.9.2/result/schemas/579746_0_5.err | 1 + .../libxml2-2.9.2/result/schemas/579746_1_0 | 1 + .../libxml2-2.9.2/result/schemas/579746_1_0.err | 0 .../libxml2-2.9.2/result/schemas/579746_1_1 | 1 + .../libxml2-2.9.2/result/schemas/579746_1_1.err | 0 .../libxml2-2.9.2/result/schemas/579746_1_2 | 1 + .../libxml2-2.9.2/result/schemas/579746_1_2.err | 0 .../libxml2-2.9.2/result/schemas/579746_1_3 | 1 + .../libxml2-2.9.2/result/schemas/579746_1_3.err | 1 + .../libxml2-2.9.2/result/schemas/579746_1_4 | 1 + .../libxml2-2.9.2/result/schemas/579746_1_4.err | 0 .../libxml2-2.9.2/result/schemas/579746_1_5 | 1 + .../libxml2-2.9.2/result/schemas/579746_1_5.err | 1 + .../libxml2-2.9.2/result/schemas/582887_0_0 | 1 + .../libxml2-2.9.2/result/schemas/582887_0_0.err | 0 .../libxml2-2.9.2/result/schemas/582906-1_0_0 | 1 + .../result/schemas/582906-1_0_0.err | 0 .../libxml2-2.9.2/result/schemas/582906-2_0_0 | 0 .../result/schemas/582906-2_0_0.err | 1 + .../libxml2-2.9.2/result/schemas/all1_0_0 | 1 + .../libxml2-2.9.2/result/schemas/all1_0_0.err | 0 .../libxml2-2.9.2/result/schemas/all_0_0 | 1 + .../libxml2-2.9.2/result/schemas/all_0_0.err | 0 .../libxml2-2.9.2/result/schemas/all_0_1 | 1 + .../libxml2-2.9.2/result/schemas/all_0_1.err | 0 .../libxml2-2.9.2/result/schemas/all_0_2 | 1 + .../libxml2-2.9.2/result/schemas/all_0_2.err | 0 .../libxml2-2.9.2/result/schemas/all_0_3 | 1 + .../libxml2-2.9.2/result/schemas/all_0_3.err | 1 + .../libxml2-2.9.2/result/schemas/all_0_4 | 1 + .../libxml2-2.9.2/result/schemas/all_0_4.err | 1 + .../libxml2-2.9.2/result/schemas/all_0_5 | 1 + .../libxml2-2.9.2/result/schemas/all_0_5.err | 1 + .../libxml2-2.9.2/result/schemas/all_0_6 | 1 + .../libxml2-2.9.2/result/schemas/all_0_6.err | 1 + .../libxml2-2.9.2/result/schemas/all_0_7 | 1 + .../libxml2-2.9.2/result/schemas/all_0_7.err | 1 + .../libxml2-2.9.2/result/schemas/all_1_0 | 1 + .../libxml2-2.9.2/result/schemas/all_1_0.err | 0 .../libxml2-2.9.2/result/schemas/all_1_1 | 1 + .../libxml2-2.9.2/result/schemas/all_1_1.err | 0 .../libxml2-2.9.2/result/schemas/all_1_2 | 1 + .../libxml2-2.9.2/result/schemas/all_1_2.err | 0 .../libxml2-2.9.2/result/schemas/all_1_3 | 1 + .../libxml2-2.9.2/result/schemas/all_1_3.err | 1 + .../libxml2-2.9.2/result/schemas/all_1_4 | 1 + .../libxml2-2.9.2/result/schemas/all_1_4.err | 0 .../libxml2-2.9.2/result/schemas/all_1_5 | 1 + .../libxml2-2.9.2/result/schemas/all_1_5.err | 1 + .../libxml2-2.9.2/result/schemas/all_1_6 | 1 + .../libxml2-2.9.2/result/schemas/all_1_6.err | 1 + .../libxml2-2.9.2/result/schemas/all_1_7 | 1 + .../libxml2-2.9.2/result/schemas/all_1_7.err | 1 + .../libxml2-2.9.2/result/schemas/all_2_0 | 1 + .../libxml2-2.9.2/result/schemas/all_2_0.err | 1 + .../libxml2-2.9.2/result/schemas/all_2_1 | 1 + .../libxml2-2.9.2/result/schemas/all_2_1.err | 1 + .../libxml2-2.9.2/result/schemas/all_2_2 | 1 + .../libxml2-2.9.2/result/schemas/all_2_2.err | 1 + .../libxml2-2.9.2/result/schemas/all_2_3 | 1 + .../libxml2-2.9.2/result/schemas/all_2_3.err | 0 .../libxml2-2.9.2/result/schemas/all_2_4 | 1 + .../libxml2-2.9.2/result/schemas/all_2_4.err | 1 + .../libxml2-2.9.2/result/schemas/all_2_5 | 1 + .../libxml2-2.9.2/result/schemas/all_2_5.err | 1 + .../libxml2-2.9.2/result/schemas/all_2_6 | 1 + .../libxml2-2.9.2/result/schemas/all_2_6.err | 0 .../libxml2-2.9.2/result/schemas/all_2_7 | 1 + .../libxml2-2.9.2/result/schemas/all_2_7.err | 0 .../libxml2-2.9.2/result/schemas/allsg_0_0 | 1 + .../libxml2-2.9.2/result/schemas/allsg_0_0.err | 0 .../libxml2-2.9.2/result/schemas/allsg_0_1 | 1 + .../libxml2-2.9.2/result/schemas/allsg_0_1.err | 0 .../libxml2-2.9.2/result/schemas/allsg_0_2 | 1 + .../libxml2-2.9.2/result/schemas/allsg_0_2.err | 0 .../libxml2-2.9.2/result/schemas/allsg_0_3 | 1 + .../libxml2-2.9.2/result/schemas/allsg_0_3.err | 1 + .../libxml2-2.9.2/result/schemas/allsg_0_4 | 1 + .../libxml2-2.9.2/result/schemas/allsg_0_4.err | 1 + .../libxml2-2.9.2/result/schemas/allsg_0_5 | 1 + .../libxml2-2.9.2/result/schemas/allsg_0_5.err | 1 + .../libxml2-2.9.2/result/schemas/annot-err_0_0 | 0 .../result/schemas/annot-err_0_0.err | 7 + .../libxml2-2.9.2/result/schemas/any1_0_0 | 1 + .../libxml2-2.9.2/result/schemas/any1_0_0.err | 0 .../libxml2-2.9.2/result/schemas/any2_0_0 | 1 + .../libxml2-2.9.2/result/schemas/any2_0_0.err | 0 .../libxml2-2.9.2/result/schemas/any3_0_0 | 1 + .../libxml2-2.9.2/result/schemas/any3_0_0.err | 1 + .../libxml2-2.9.2/result/schemas/any4_0_0 | 1 + .../libxml2-2.9.2/result/schemas/any4_0_0.err | 0 .../libxml2-2.9.2/result/schemas/any5_0_0 | 1 + .../libxml2-2.9.2/result/schemas/any5_0_0.err | 1 + .../libxml2-2.9.2/result/schemas/any5_0_1 | 1 + .../libxml2-2.9.2/result/schemas/any5_0_1.err | 1 + .../libxml2-2.9.2/result/schemas/any5_0_2 | 1 + .../libxml2-2.9.2/result/schemas/any5_0_2.err | 1 + .../libxml2-2.9.2/result/schemas/any5_0_3 | 1 + .../libxml2-2.9.2/result/schemas/any5_0_3.err | 0 .../libxml2-2.9.2/result/schemas/any5_0_4 | 1 + .../libxml2-2.9.2/result/schemas/any5_0_4.err | 1 + .../libxml2-2.9.2/result/schemas/any5_0_5 | 1 + .../libxml2-2.9.2/result/schemas/any5_0_5.err | 1 + .../libxml2-2.9.2/result/schemas/any5_0_6 | 1 + .../libxml2-2.9.2/result/schemas/any5_0_6.err | 1 + .../libxml2-2.9.2/result/schemas/any5_1_0 | 1 + .../libxml2-2.9.2/result/schemas/any5_1_0.err | 1 + .../libxml2-2.9.2/result/schemas/any5_1_1 | 1 + .../libxml2-2.9.2/result/schemas/any5_1_1.err | 1 + .../libxml2-2.9.2/result/schemas/any5_1_2 | 1 + .../libxml2-2.9.2/result/schemas/any5_1_2.err | 0 .../libxml2-2.9.2/result/schemas/any5_1_3 | 1 + .../libxml2-2.9.2/result/schemas/any5_1_3.err | 1 + .../libxml2-2.9.2/result/schemas/any5_1_4 | 1 + .../libxml2-2.9.2/result/schemas/any5_1_4.err | 1 + .../libxml2-2.9.2/result/schemas/any5_1_5 | 1 + .../libxml2-2.9.2/result/schemas/any5_1_5.err | 0 .../libxml2-2.9.2/result/schemas/any5_1_6 | 1 + .../libxml2-2.9.2/result/schemas/any5_1_6.err | 1 + .../libxml2-2.9.2/result/schemas/any6_1_0 | 1 + .../libxml2-2.9.2/result/schemas/any6_1_0.err | 0 .../libxml2-2.9.2/result/schemas/any6_2_0 | 1 + .../libxml2-2.9.2/result/schemas/any6_2_0.err | 0 .../libxml2-2.9.2/result/schemas/any7_1_0 | 1 + .../libxml2-2.9.2/result/schemas/any7_1_0.err | 1 + .../libxml2-2.9.2/result/schemas/any7_1_1 | 1 + .../libxml2-2.9.2/result/schemas/any7_1_1.err | 1 + .../libxml2-2.9.2/result/schemas/any7_1_2 | 1 + .../libxml2-2.9.2/result/schemas/any7_1_2.err | 0 .../libxml2-2.9.2/result/schemas/any7_2_0 | 1 + .../libxml2-2.9.2/result/schemas/any7_2_0.err | 1 + .../libxml2-2.9.2/result/schemas/any7_2_1 | 1 + .../libxml2-2.9.2/result/schemas/any7_2_1.err | 1 + .../libxml2-2.9.2/result/schemas/any7_2_2 | 1 + .../libxml2-2.9.2/result/schemas/any7_2_2.err | 0 .../libxml2-2.9.2/result/schemas/any8_1_0 | 1 + .../libxml2-2.9.2/result/schemas/any8_1_0.err | 0 .../result/schemas/anyAttr-derive-errors1_0_0 | 1 + .../schemas/anyAttr-derive-errors1_0_0.err | 0 .../result/schemas/anyAttr-derive1_0_0 | 1 + .../result/schemas/anyAttr-derive1_0_0.err | 0 .../result/schemas/anyAttr-derive2_0_0 | 1 + .../result/schemas/anyAttr-derive2_0_0.err | 0 .../schemas/anyAttr-processContents-err1_0_0 | 1 + .../anyAttr-processContents-err1_0_0.err | 2 + .../result/schemas/anyAttr-processContents1_0_0 | 1 + .../schemas/anyAttr-processContents1_0_0.err | 0 .../libxml2-2.9.2/result/schemas/anyAttr1_0_0 | 1 + .../result/schemas/anyAttr1_0_0.err | 0 .../libxml2-2.9.2/result/schemas/attr0_0_0 | 1 + .../libxml2-2.9.2/result/schemas/attr0_0_0.err | 0 .../libxml2-2.9.2/result/schemas/attruse_0_0 | 1 + .../result/schemas/attruse_0_0.err | 0 .../libxml2-2.9.2/result/schemas/attruse_0_1 | 1 + .../result/schemas/attruse_0_1.err | 1 + .../libxml2-2.9.2/result/schemas/attruse_0_2 | 1 + .../result/schemas/attruse_0_2.err | 1 + .../libxml2-2.9.2/result/schemas/bug141312_0_0 | 1 + .../result/schemas/bug141312_0_0.err | 0 .../libxml2-2.9.2/result/schemas/bug141333_0_0 | 1 + .../result/schemas/bug141333_0_0.err | 0 .../libxml2-2.9.2/result/schemas/bug143951_0_0 | 1 + .../result/schemas/bug143951_0_0.err | 0 .../libxml2-2.9.2/result/schemas/bug145246_0_0 | 1 + .../result/schemas/bug145246_0_0.err | 0 .../libxml2-2.9.2/result/schemas/bug152470_1_1 | 1 + .../result/schemas/bug152470_1_1.err | 0 .../libxml2-2.9.2/result/schemas/bug167754_0_0 | 1 + .../result/schemas/bug167754_0_0.err | 0 .../libxml2-2.9.2/result/schemas/bug303566_1_1 | 1 + .../result/schemas/bug303566_1_1.err | 1 + .../libxml2-2.9.2/result/schemas/bug306806_1_0 | 1 + .../result/schemas/bug306806_1_0.err | 0 .../libxml2-2.9.2/result/schemas/bug309338_1_0 | 1 + .../result/schemas/bug309338_1_0.err | 0 .../libxml2-2.9.2/result/schemas/bug310264_0_0 | 1 + .../result/schemas/bug310264_0_0.err | 0 .../libxml2-2.9.2/result/schemas/bug312957_1_0 | 1 + .../result/schemas/bug312957_1_0.err | 1 + .../libxml2-2.9.2/result/schemas/bug313982_0_0 | 1 + .../result/schemas/bug313982_0_0.err | 0 .../libxml2-2.9.2/result/schemas/bug321475_1_0 | 1 + .../result/schemas/bug321475_1_0.err | 0 .../libxml2-2.9.2/result/schemas/bug322411_1_0 | 1 + .../result/schemas/bug322411_1_0.err | 0 .../libxml2-2.9.2/result/schemas/bug323510_1_0 | 1 + .../result/schemas/bug323510_1_0.err | 1 + .../libxml2-2.9.2/result/schemas/bug455953_0_0 | 1 + .../result/schemas/bug455953_0_0.err | 0 .../result/schemas/changelog093_1_0 | 1 + .../result/schemas/changelog093_1_0.err | 1 + .../libxml2-2.9.2/result/schemas/choice_0_0 | 1 + .../libxml2-2.9.2/result/schemas/choice_0_0.err | 0 .../libxml2-2.9.2/result/schemas/choice_0_1 | 1 + .../libxml2-2.9.2/result/schemas/choice_0_1.err | 0 .../libxml2-2.9.2/result/schemas/choice_0_2 | 1 + .../libxml2-2.9.2/result/schemas/choice_0_2.err | 1 + .../libxml2-2.9.2/result/schemas/choice_0_3 | 1 + .../libxml2-2.9.2/result/schemas/choice_0_3.err | 1 + .../libxml2-2.9.2/result/schemas/choice_0_4 | 1 + .../libxml2-2.9.2/result/schemas/choice_0_4.err | 1 + .../libxml2-2.9.2/result/schemas/choice_0_5 | 1 + .../libxml2-2.9.2/result/schemas/choice_0_5.err | 1 + .../libxml2-2.9.2/result/schemas/choice_0_6 | 1 + .../libxml2-2.9.2/result/schemas/choice_0_6.err | 1 + .../libxml2-2.9.2/result/schemas/choice_1_0 | 1 + .../libxml2-2.9.2/result/schemas/choice_1_0.err | 0 .../libxml2-2.9.2/result/schemas/choice_1_1 | 1 + .../libxml2-2.9.2/result/schemas/choice_1_1.err | 0 .../libxml2-2.9.2/result/schemas/choice_1_2 | 1 + .../libxml2-2.9.2/result/schemas/choice_1_2.err | 1 + .../libxml2-2.9.2/result/schemas/choice_1_3 | 1 + .../libxml2-2.9.2/result/schemas/choice_1_3.err | 1 + .../libxml2-2.9.2/result/schemas/choice_1_4 | 1 + .../libxml2-2.9.2/result/schemas/choice_1_4.err | 0 .../libxml2-2.9.2/result/schemas/choice_1_5 | 1 + .../libxml2-2.9.2/result/schemas/choice_1_5.err | 1 + .../libxml2-2.9.2/result/schemas/choice_1_6 | 1 + .../libxml2-2.9.2/result/schemas/choice_1_6.err | 1 + .../libxml2-2.9.2/result/schemas/choice_2_0 | 1 + .../libxml2-2.9.2/result/schemas/choice_2_0.err | 0 .../libxml2-2.9.2/result/schemas/choice_2_1 | 1 + .../libxml2-2.9.2/result/schemas/choice_2_1.err | 0 .../libxml2-2.9.2/result/schemas/choice_2_2 | 1 + .../libxml2-2.9.2/result/schemas/choice_2_2.err | 0 .../libxml2-2.9.2/result/schemas/choice_2_3 | 1 + .../libxml2-2.9.2/result/schemas/choice_2_3.err | 0 .../libxml2-2.9.2/result/schemas/choice_2_4 | 1 + .../libxml2-2.9.2/result/schemas/choice_2_4.err | 1 + .../libxml2-2.9.2/result/schemas/choice_2_5 | 1 + .../libxml2-2.9.2/result/schemas/choice_2_5.err | 0 .../libxml2-2.9.2/result/schemas/choice_2_6 | 1 + .../libxml2-2.9.2/result/schemas/choice_2_6.err | 1 + .../result/schemas/complex-type-extension_0_0 | 1 + .../schemas/complex-type-extension_0_0.err | 0 .../result/schemas/cos-ct-extends-1-3_0_0 | 1 + .../result/schemas/cos-ct-extends-1-3_0_0.err | 0 .../result/schemas/cos-st-restricts-1-2-err_0_0 | 1 + .../schemas/cos-st-restricts-1-2-err_0_0.err | 2 + .../result/schemas/ct-sc-nobase_0_0 | 1 + .../result/schemas/ct-sc-nobase_0_0.err | 0 .../libxml2-2.9.2/result/schemas/date_0_0 | 1 + .../libxml2-2.9.2/result/schemas/date_0_0.err | 0 .../libxml2-2.9.2/result/schemas/decimal-1_1_0 | 1 + .../result/schemas/decimal-1_1_0.err | 8 + .../libxml2-2.9.2/result/schemas/decimal-2_1_0 | 1 + .../result/schemas/decimal-2_1_0.err | 4 + .../libxml2-2.9.2/result/schemas/decimal-3_1_0 | 1 + .../result/schemas/decimal-3_1_0.err | 8 + .../schemas/derivation-ok-extension-err_0_0 | 0 .../schemas/derivation-ok-extension-err_0_0.err | 1 + .../result/schemas/derivation-ok-extension_0_0 | 1 + .../schemas/derivation-ok-extension_0_0.err | 1 + .../schemas/derivation-ok-restriction-2-1-1_0_0 | 0 .../derivation-ok-restriction-2-1-1_0_0.err | 6 + .../derivation-ok-restriction-4-1-err_0_0 | 0 .../derivation-ok-restriction-4-1-err_0_0.err | 3 + .../schemas/derivation-restriction-anyAttr_0_0 | 1 + .../derivation-restriction-anyAttr_0_0.err | 0 .../libxml2-2.9.2/result/schemas/deter0_0_0 | 0 .../libxml2-2.9.2/result/schemas/deter0_0_0.err | 1 + .../libxml2-2.9.2/result/schemas/dur_0_0 | 1 + .../libxml2-2.9.2/result/schemas/dur_0_0.err | 0 .../libxml2-2.9.2/result/schemas/elem0_0_0 | 1 + .../libxml2-2.9.2/result/schemas/elem0_0_0.err | 0 .../result/schemas/element-err_0_0 | 0 .../result/schemas/element-err_0_0.err | 20 + .../result/schemas/element-minmax-err_0_0 | 0 .../result/schemas/element-minmax-err_0_0.err | 1 + .../result/schemas/empty-value_1_0 | 1 + .../result/schemas/empty-value_1_0.err | 0 .../result/schemas/empty-value_1_1 | 1 + .../result/schemas/empty-value_1_1.err | 0 .../libxml2-2.9.2/result/schemas/empty_0_0 | 1 + .../libxml2-2.9.2/result/schemas/empty_0_0.err | 0 .../libxml2-2.9.2/result/schemas/empty_1_0 | 1 + .../libxml2-2.9.2/result/schemas/empty_1_0.err | 0 .../libxml2-2.9.2/result/schemas/extension0_0_0 | 1 + .../result/schemas/extension0_0_0.err | 0 .../libxml2-2.9.2/result/schemas/extension1_0_0 | 1 + .../result/schemas/extension1_0_0.err | 0 .../libxml2-2.9.2/result/schemas/extension1_0_1 | 1 + .../result/schemas/extension1_0_1.err | 1 + .../libxml2-2.9.2/result/schemas/extension1_0_2 | 1 + .../result/schemas/extension1_0_2.err | 1 + .../libxml2-2.9.2/result/schemas/extension2_1_0 | 1 + .../result/schemas/extension2_1_0.err | 0 .../result/schemas/facet-unionST-err1_0_0 | 1 + .../result/schemas/facet-unionST-err1_0_0.err | 1 + .../result/schemas/facet-whiteSpace_0_0 | 1 + .../result/schemas/facet-whiteSpace_0_0.err | 0 .../libxml2-2.9.2/result/schemas/group0_0_0 | 1 + .../libxml2-2.9.2/result/schemas/group0_0_0.err | 0 .../libxml2-2.9.2/result/schemas/hexbinary_0_0 | 1 + .../result/schemas/hexbinary_0_0.err | 0 .../libxml2-2.9.2/result/schemas/hexbinary_0_1 | 1 + .../result/schemas/hexbinary_0_1.err | 10 + .../result/schemas/idc-keyref-err1_1_0 | 1 + .../result/schemas/idc-keyref-err1_1_0.err | 1 + .../libxml2-2.9.2/result/schemas/import0_0_0 | 1 + .../result/schemas/import0_0_0.err | 0 .../libxml2-2.9.2/result/schemas/import1_0_0 | 0 .../result/schemas/import1_0_0.err | 4 + .../libxml2-2.9.2/result/schemas/import2_0_0 | 1 + .../result/schemas/import2_0_0.err | 0 .../libxml2-2.9.2/result/schemas/include1_0_0 | 1 + .../result/schemas/include1_0_0.err | 0 .../libxml2-2.9.2/result/schemas/include2_0_0 | 1 + .../result/schemas/include2_0_0.err | 0 .../libxml2-2.9.2/result/schemas/include3_0_0 | 0 .../result/schemas/include3_0_0.err | 1 + .../libxml2-2.9.2/result/schemas/item_0_0 | 1 + .../libxml2-2.9.2/result/schemas/item_0_0.err | 0 .../libxml2-2.9.2/result/schemas/item_1_0 | 1 + .../libxml2-2.9.2/result/schemas/item_1_0.err | 0 .../libxml2-2.9.2/result/schemas/length1_0_0 | 1 + .../result/schemas/length1_0_0.err | 0 .../libxml2-2.9.2/result/schemas/length2_0_0 | 1 + .../result/schemas/length2_0_0.err | 0 .../libxml2-2.9.2/result/schemas/length3_0_0 | 0 .../result/schemas/length3_0_0.err | 1 + .../libxml2-2.9.2/result/schemas/list0_0_0 | 1 + .../libxml2-2.9.2/result/schemas/list0_0_0.err | 0 .../libxml2-2.9.2/result/schemas/list0_0_1 | 1 + .../libxml2-2.9.2/result/schemas/list0_0_1.err | 1 + .../libxml2-2.9.2/result/schemas/list0_0_2 | 1 + .../libxml2-2.9.2/result/schemas/list0_0_2.err | 0 .../libxml2-2.9.2/result/schemas/list0_1_0 | 1 + .../libxml2-2.9.2/result/schemas/list0_1_0.err | 1 + .../libxml2-2.9.2/result/schemas/list0_1_1 | 1 + .../libxml2-2.9.2/result/schemas/list0_1_1.err | 1 + .../libxml2-2.9.2/result/schemas/list0_1_2 | 1 + .../libxml2-2.9.2/result/schemas/list0_1_2.err | 0 .../libxml2-2.9.2/result/schemas/mixed0_0_0 | 1 + .../libxml2-2.9.2/result/schemas/mixed0_0_0.err | 0 .../libxml2-2.9.2/result/schemas/mixed1_0_0 | 1 + .../libxml2-2.9.2/result/schemas/mixed1_0_0.err | 0 .../libxml2-2.9.2/result/schemas/ns0_0_0 | 1 + .../libxml2-2.9.2/result/schemas/ns0_0_0.err | 0 .../libxml2-2.9.2/result/schemas/ns0_0_1 | 1 + .../libxml2-2.9.2/result/schemas/ns0_0_1.err | 0 .../libxml2-2.9.2/result/schemas/ns0_0_2 | 1 + .../libxml2-2.9.2/result/schemas/ns0_0_2.err | 1 + .../libxml2-2.9.2/result/schemas/ns0_0_3 | 1 + .../libxml2-2.9.2/result/schemas/ns0_0_3.err | 1 + .../libxml2-2.9.2/result/schemas/ns0_0_4 | 1 + .../libxml2-2.9.2/result/schemas/ns0_0_4.err | 1 + .../libxml2-2.9.2/result/schemas/ns0_1_0 | 1 + .../libxml2-2.9.2/result/schemas/ns0_1_0.err | 1 + .../libxml2-2.9.2/result/schemas/ns0_1_1 | 1 + .../libxml2-2.9.2/result/schemas/ns0_1_1.err | 1 + .../libxml2-2.9.2/result/schemas/ns0_1_2 | 1 + .../libxml2-2.9.2/result/schemas/ns0_1_2.err | 1 + .../libxml2-2.9.2/result/schemas/ns0_1_3 | 1 + .../libxml2-2.9.2/result/schemas/ns0_1_3.err | 0 .../libxml2-2.9.2/result/schemas/ns0_1_4 | 1 + .../libxml2-2.9.2/result/schemas/ns0_1_4.err | 0 .../libxml2-2.9.2/result/schemas/ns1_0_0 | 1 + .../libxml2-2.9.2/result/schemas/ns1_0_0.err | 0 .../libxml2-2.9.2/result/schemas/ns2_0_0 | 1 + .../libxml2-2.9.2/result/schemas/ns2_0_0.err | 0 .../libxml2-2.9.2/result/schemas/nvdcve_0_0 | 1 + .../libxml2-2.9.2/result/schemas/nvdcve_0_0.err | 0 .../libxml2-2.9.2/result/schemas/po0_0_0 | 1 + .../libxml2-2.9.2/result/schemas/po0_0_0.err | 0 .../libxml2-2.9.2/result/schemas/po1_0_0 | 1 + .../libxml2-2.9.2/result/schemas/po1_0_0.err | 0 .../result/schemas/poschargrp0_0_0 | 1 + .../result/schemas/poschargrp0_0_0.err | 0 .../result/schemas/regexp-char-ref_0_0 | 1 + .../result/schemas/regexp-char-ref_1_0 | 1 + .../result/schemas/restrict-CT-attr-ref_0_0 | 1 + .../result/schemas/restrict-CT-attr-ref_0_0.err | 0 .../result/schemas/restriction-attr1_0_0 | 0 .../result/schemas/restriction-attr1_0_0.err | 1 + .../result/schemas/restriction-enum-1_1_0 | 1 + .../result/schemas/restriction-enum-1_1_0.err | 2 + .../result/schemas/restriction0_0_0 | 1 + .../result/schemas/restriction0_0_0.err | 0 .../result/schemas/scc-no-xmlns_0_0 | 0 .../result/schemas/scc-no-xmlns_0_0.err | 1 + .../libxml2-2.9.2/result/schemas/scc-no-xsi_0_0 | 0 .../result/schemas/scc-no-xsi_0_0.err | 1 + .../result/schemas/seq-dubl-elem1_0_0 | 1 + .../result/schemas/seq-dubl-elem1_0_0.err | 0 .../libxml2-2.9.2/result/schemas/seq0_0_0 | 1 + .../libxml2-2.9.2/result/schemas/seq0_0_0.err | 0 .../result/schemas/src-attribute1_0_0 | 0 .../result/schemas/src-attribute1_0_0.err | 1 + .../result/schemas/src-attribute2_0_0 | 0 .../result/schemas/src-attribute2_0_0.err | 1 + .../result/schemas/src-attribute3-1_0_0 | 0 .../result/schemas/src-attribute3-1_0_0.err | 1 + .../result/schemas/src-attribute3-2-form_0_0 | 0 .../schemas/src-attribute3-2-form_0_0.err | 1 + .../result/schemas/src-attribute3-2-st_0_0 | 0 .../result/schemas/src-attribute3-2-st_0_0.err | 1 + .../result/schemas/src-attribute3-2-type_0_0 | 0 .../schemas/src-attribute3-2-type_0_0.err | 1 + .../result/schemas/src-attribute4_0_0 | 0 .../result/schemas/src-attribute4_0_0.err | 1 + .../result/schemas/src-element1_0_0 | 0 .../result/schemas/src-element1_0_0.err | 1 + .../result/schemas/src-element2-1_0_0 | 0 .../result/schemas/src-element2-1_0_0.err | 1 + .../result/schemas/src-element2-2_0_0 | 0 .../result/schemas/src-element2-2_0_0.err | 9 + .../result/schemas/src-element3_0_0 | 0 .../result/schemas/src-element3_0_0.err | 2 + .../result/schemas/subst-group-1_0_1 | 1 + .../result/schemas/subst-group-1_0_1.err | 0 .../libxml2-2.9.2/result/schemas/union2_1_1 | 1 + .../libxml2-2.9.2/result/schemas/union2_1_1.err | 3 + .../libxml2-2.9.2/result/schemas/union_0_0 | 1 + .../libxml2-2.9.2/result/schemas/union_0_0.err | 0 .../libxml2-2.9.2/result/schemas/vdv-first0_0_0 | 1 + .../result/schemas/vdv-first0_0_0.err | 0 .../libxml2-2.9.2/result/schemas/vdv-first1_0_0 | 1 + .../result/schemas/vdv-first1_0_0.err | 0 .../libxml2-2.9.2/result/schemas/vdv-first2_0_0 | 1 + .../result/schemas/vdv-first2_0_0.err | 0 .../libxml2-2.9.2/result/schemas/vdv-first3_0_0 | 1 + .../result/schemas/vdv-first3_0_0.err | 0 .../libxml2-2.9.2/result/schemas/vdv-first4_0_0 | 1 + .../result/schemas/vdv-first4_0_0.err | 0 .../libxml2-2.9.2/result/schemas/vdv-first4_0_1 | 1 + .../result/schemas/vdv-first4_0_1.err | 1 + .../libxml2-2.9.2/result/schemas/vdv-first4_0_2 | 1 + .../result/schemas/vdv-first4_0_2.err | 2 + .../libxml2-2.9.2/result/schemas/vdv-first5_0_0 | 1 + .../result/schemas/vdv-first5_0_0.err | 0 .../result/schemas/xsd-list-itemType_0_0 | 1 + .../result/schemas/xsd-list-itemType_0_0.err | 0 .../result/schemas/xsd-simpleType-varieties_0_0 | 1 + .../schemas/xsd-simpleType-varieties_0_0.err | 0 .../libxml2-2.9.2/result/schematron/zvon10_0 | 4 + .../result/schematron/zvon10_0.err | 5 + .../libxml2-2.9.2/result/schematron/zvon10_1 | 5 + .../result/schematron/zvon10_1.err | 6 + .../libxml2-2.9.2/result/schematron/zvon11_0 | 4 + .../result/schematron/zvon11_0.err | 2 + .../libxml2-2.9.2/result/schematron/zvon11_1 | 4 + .../result/schematron/zvon11_1.err | 3 + .../libxml2-2.9.2/result/schematron/zvon11_2 | 4 + .../result/schematron/zvon11_2.err | 3 + .../libxml2-2.9.2/result/schematron/zvon11_3 | 4 + .../result/schematron/zvon11_3.err | 2 + .../libxml2-2.9.2/result/schematron/zvon12_0 | 4 + .../result/schematron/zvon12_0.err | 3 + .../libxml2-2.9.2/result/schematron/zvon12_1 | 4 + .../result/schematron/zvon12_1.err | 2 + .../libxml2-2.9.2/result/schematron/zvon12_2 | 4 + .../result/schematron/zvon12_2.err | 3 + .../libxml2-2.9.2/result/schematron/zvon13_0 | 7 + .../result/schematron/zvon13_0.err | 3 + .../libxml2-2.9.2/result/schematron/zvon13_1 | 6 + .../result/schematron/zvon13_1.err | 3 + .../libxml2-2.9.2/result/schematron/zvon13_2 | 6 + .../result/schematron/zvon13_2.err | 2 + .../libxml2-2.9.2/result/schematron/zvon14_0 | 13 + .../result/schematron/zvon14_0.err | 4 + .../libxml2-2.9.2/result/schematron/zvon15_0 | 5 + .../result/schematron/zvon15_0.err | 4 + .../libxml2-2.9.2/result/schematron/zvon1_0 | 4 + .../libxml2-2.9.2/result/schematron/zvon1_0.err | 8 + .../libxml2-2.9.2/result/schematron/zvon1_1 | 4 + .../libxml2-2.9.2/result/schematron/zvon1_1.err | 8 + .../libxml2-2.9.2/result/schematron/zvon2_0 | 5 + .../libxml2-2.9.2/result/schematron/zvon2_0.err | 2 + .../libxml2-2.9.2/result/schematron/zvon2_1 | 5 + .../libxml2-2.9.2/result/schematron/zvon2_1.err | 5 + .../libxml2-2.9.2/result/schematron/zvon2_2 | 6 + .../libxml2-2.9.2/result/schematron/zvon2_2.err | 3 + .../libxml2-2.9.2/result/schematron/zvon3_0 | 9 + .../libxml2-2.9.2/result/schematron/zvon3_0.err | 6 + .../libxml2-2.9.2/result/schematron/zvon4_0 | 7 + .../libxml2-2.9.2/result/schematron/zvon4_0.err | 3 + .../libxml2-2.9.2/result/schematron/zvon4_1 | 7 + .../libxml2-2.9.2/result/schematron/zvon4_1.err | 3 + .../libxml2-2.9.2/result/schematron/zvon5_0 | 6 + .../libxml2-2.9.2/result/schematron/zvon5_0.err | 7 + .../libxml2-2.9.2/result/schematron/zvon5_1 | 6 + .../libxml2-2.9.2/result/schematron/zvon5_1.err | 5 + .../libxml2-2.9.2/result/schematron/zvon5_2 | 8 + .../libxml2-2.9.2/result/schematron/zvon5_2.err | 5 + .../libxml2-2.9.2/result/schematron/zvon6_0 | 4 + .../libxml2-2.9.2/result/schematron/zvon6_0.err | 3 + .../libxml2-2.9.2/result/schematron/zvon6_1 | 4 + .../libxml2-2.9.2/result/schematron/zvon6_1.err | 3 + .../libxml2-2.9.2/result/schematron/zvon6_2 | 4 + .../libxml2-2.9.2/result/schematron/zvon6_2.err | 3 + .../libxml2-2.9.2/result/schematron/zvon7_0 | 4 + .../libxml2-2.9.2/result/schematron/zvon7_0.err | 3 + .../libxml2-2.9.2/result/schematron/zvon7_1 | 4 + .../libxml2-2.9.2/result/schematron/zvon7_1.err | 3 + .../libxml2-2.9.2/result/schematron/zvon7_2 | 4 + .../libxml2-2.9.2/result/schematron/zvon7_2.err | 3 + .../libxml2-2.9.2/result/schematron/zvon7_3 | 4 + .../libxml2-2.9.2/result/schematron/zvon7_3.err | 3 + .../libxml2-2.9.2/result/schematron/zvon7_4 | 4 + .../libxml2-2.9.2/result/schematron/zvon7_4.err | 3 + .../libxml2-2.9.2/result/schematron/zvon8_0 | 9 + .../libxml2-2.9.2/result/schematron/zvon8_0.err | 3 + .../libxml2-2.9.2/result/schematron/zvon8_1 | 8 + .../libxml2-2.9.2/result/schematron/zvon8_1.err | 3 + .../libxml2-2.9.2/result/schematron/zvon8_2 | 8 + .../libxml2-2.9.2/result/schematron/zvon8_2.err | 3 + .../libxml2-2.9.2/result/schematron/zvon9_0 | 8 + .../libxml2-2.9.2/result/schematron/zvon9_0.err | 2 + .../libxml2-2.9.2/result/schematron/zvon9_1 | 8 + .../libxml2-2.9.2/result/schematron/zvon9_1.err | 3 + .../libxml2-2.9.2/result/schematron/zvon9_2 | 8 + .../libxml2-2.9.2/result/schematron/zvon9_2.err | 3 + .../3rdparty/libxml2-2.9.2/result/scripts/base | 4 + .../libxml2-2.9.2/result/scripts/base.err | 0 .../3rdparty/libxml2-2.9.2/result/scripts/base2 | 4 + .../libxml2-2.9.2/result/scripts/base2.err | 0 .../3rdparty/libxml2-2.9.2/result/scripts/set1 | 3 + .../libxml2-2.9.2/result/scripts/set1.err | 0 .../3rdparty/libxml2-2.9.2/result/scripts/set3 | 12 + .../libxml2-2.9.2/result/scripts/set3.err | 3 + .../3rdparty/libxml2-2.9.2/result/scripts/set4 | 6 + .../libxml2-2.9.2/result/scripts/set4.err | 0 .../3rdparty/libxml2-2.9.2/result/slashdot.rdf | 65 + .../libxml2-2.9.2/result/slashdot.rdf.rde | 218 + .../libxml2-2.9.2/result/slashdot.rdf.rdr | 218 + .../libxml2-2.9.2/result/slashdot.rdf.sax | 221 + .../libxml2-2.9.2/result/slashdot.rdf.sax2 | 221 + .../3rdparty/libxml2-2.9.2/result/slashdot.xml | 113 + .../libxml2-2.9.2/result/slashdot.xml.rde | 514 + .../libxml2-2.9.2/result/slashdot.xml.rdr | 514 + .../libxml2-2.9.2/result/slashdot.xml.sax | 517 + .../libxml2-2.9.2/result/slashdot.xml.sax2 | 517 + .../libxml2-2.9.2/result/slashdot16.xml | Bin 0 -> 10374 bytes .../libxml2-2.9.2/result/slashdot16.xml.rde | 718 + .../libxml2-2.9.2/result/slashdot16.xml.rdr | 718 + .../libxml2-2.9.2/result/slashdot16.xml.sax | 721 + .../libxml2-2.9.2/result/slashdot16.xml.sax2 | 721 + .../platform/3rdparty/libxml2-2.9.2/result/svg1 | 161 + .../3rdparty/libxml2-2.9.2/result/svg1.rde | 477 + .../3rdparty/libxml2-2.9.2/result/svg1.rdr | 477 + .../3rdparty/libxml2-2.9.2/result/svg1.sax | 613 + .../3rdparty/libxml2-2.9.2/result/svg1.sax2 | 613 + .../platform/3rdparty/libxml2-2.9.2/result/svg2 | 56 + .../3rdparty/libxml2-2.9.2/result/svg2.rde | 178 + .../3rdparty/libxml2-2.9.2/result/svg2.rdr | 178 + .../3rdparty/libxml2-2.9.2/result/svg2.sax | 189 + .../3rdparty/libxml2-2.9.2/result/svg2.sax2 | 189 + .../platform/3rdparty/libxml2-2.9.2/result/svg3 | 723 + .../3rdparty/libxml2-2.9.2/result/svg3.rde | 2164 + .../3rdparty/libxml2-2.9.2/result/svg3.rdr | 2164 + .../3rdparty/libxml2-2.9.2/result/svg3.sax | 2407 + .../3rdparty/libxml2-2.9.2/result/svg3.sax2 | 2407 + .../3rdparty/libxml2-2.9.2/result/title.xml | 2 + .../3rdparty/libxml2-2.9.2/result/title.xml.rde | 3 + .../3rdparty/libxml2-2.9.2/result/title.xml.rdr | 3 + .../3rdparty/libxml2-2.9.2/result/title.xml.sax | 6 + .../libxml2-2.9.2/result/title.xml.sax2 | 6 + .../3rdparty/libxml2-2.9.2/result/tstblanks.xml | 2 + .../libxml2-2.9.2/result/tstblanks.xml.rde | 3 + .../libxml2-2.9.2/result/tstblanks.xml.rdr | 3 + .../libxml2-2.9.2/result/tstblanks.xml.sax | 6 + .../libxml2-2.9.2/result/tstblanks.xml.sax2 | 6 + .../libxml2-2.9.2/result/utf16bebom.xml | Bin 0 -> 344 bytes .../libxml2-2.9.2/result/utf16bebom.xml.rde | 4 + .../libxml2-2.9.2/result/utf16bebom.xml.rdr | 4 + .../libxml2-2.9.2/result/utf16bebom.xml.sax | 8 + .../libxml2-2.9.2/result/utf16bebom.xml.sax2 | 8 + .../3rdparty/libxml2-2.9.2/result/utf16bom.xml | Bin 0 -> 258 bytes .../libxml2-2.9.2/result/utf16bom.xml.rde | 3 + .../libxml2-2.9.2/result/utf16bom.xml.rdr | 3 + .../libxml2-2.9.2/result/utf16bom.xml.sax | 7 + .../libxml2-2.9.2/result/utf16bom.xml.sax2 | 7 + .../libxml2-2.9.2/result/utf16lebom.xml | Bin 0 -> 344 bytes .../libxml2-2.9.2/result/utf16lebom.xml.rde | 4 + .../libxml2-2.9.2/result/utf16lebom.xml.rdr | 4 + .../libxml2-2.9.2/result/utf16lebom.xml.sax | 8 + .../libxml2-2.9.2/result/utf16lebom.xml.sax2 | 8 + .../3rdparty/libxml2-2.9.2/result/utf8bom.xml | 2 + .../libxml2-2.9.2/result/utf8bom.xml.rde | 1 + .../libxml2-2.9.2/result/utf8bom.xml.rdr | 1 + .../libxml2-2.9.2/result/utf8bom.xml.sax | 5 + .../libxml2-2.9.2/result/utf8bom.xml.sax2 | 5 + .../libxml2-2.9.2/result/valid/127772.xml | 5 + .../libxml2-2.9.2/result/valid/127772.xml.err | 0 .../result/valid/127772.xml.err.rdr | 0 .../libxml2-2.9.2/result/valid/694228.xml | 5 + .../libxml2-2.9.2/result/valid/694228.xml.err | 0 .../result/valid/694228.xml.err.rdr | 0 .../result/valid/REC-xml-19980210.xml | 4154 ++ .../result/valid/REC-xml-19980210.xml.err | 0 .../result/valid/REC-xml-19980210.xml.err.rdr | 0 .../libxml2-2.9.2/result/valid/UTF16Entity.xml | 8 + .../result/valid/UTF16Entity.xml.err | 0 .../result/valid/UTF16Entity.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/dia.xml | 139 + .../libxml2-2.9.2/result/valid/dia.xml.err | 0 .../libxml2-2.9.2/result/valid/dia.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/id1.xml | 13 + .../libxml2-2.9.2/result/valid/id1.xml.err | 0 .../libxml2-2.9.2/result/valid/id1.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/id2.xml | 14 + .../libxml2-2.9.2/result/valid/id2.xml.err | 0 .../libxml2-2.9.2/result/valid/id2.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/id3.xml | 14 + .../libxml2-2.9.2/result/valid/id3.xml.err | 0 .../libxml2-2.9.2/result/valid/id3.xml.err.rdr | 0 .../libxml2-2.9.2/result/valid/index.xml | 808 + .../libxml2-2.9.2/result/valid/index.xml.err | 0 .../result/valid/index.xml.err.rdr | 0 .../libxml2-2.9.2/result/valid/mixed_ns.xml | 16 + .../libxml2-2.9.2/result/valid/mixed_ns.xml.err | 0 .../result/valid/mixed_ns.xml.err.rdr | 0 .../libxml2-2.9.2/result/valid/notes.xml | 3 + .../libxml2-2.9.2/result/valid/notes.xml.err | 0 .../result/valid/notes.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/ns.xml | 7 + .../libxml2-2.9.2/result/valid/ns.xml.err | 0 .../libxml2-2.9.2/result/valid/ns.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/ns2.xml | 11 + .../libxml2-2.9.2/result/valid/ns2.xml.err | 0 .../libxml2-2.9.2/result/valid/ns2.xml.err.rdr | 0 .../libxml2-2.9.2/result/valid/objednavka.xml | 39 + .../result/valid/objednavka.xml.err | 0 .../result/valid/objednavka.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/rss.xml | 169 + .../libxml2-2.9.2/result/valid/rss.xml.err | 3 + .../libxml2-2.9.2/result/valid/rss.xml.err.rdr | 3 + .../3rdparty/libxml2-2.9.2/result/valid/t10.xml | 12 + .../libxml2-2.9.2/result/valid/t10.xml.err | 0 .../libxml2-2.9.2/result/valid/t10.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/t11.xml | 3 + .../libxml2-2.9.2/result/valid/t11.xml.err | 0 .../libxml2-2.9.2/result/valid/t11.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/t4.dtd | 0 .../libxml2-2.9.2/result/valid/t4.dtd.err | 6 + .../libxml2-2.9.2/result/valid/t4.dtd.err.rdr | 6 + .../3rdparty/libxml2-2.9.2/result/valid/t4.xml | 3 + .../libxml2-2.9.2/result/valid/t4.xml.err | 0 .../libxml2-2.9.2/result/valid/t4.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/t4a.dtd | 0 .../libxml2-2.9.2/result/valid/t4a.dtd.err | 6 + .../libxml2-2.9.2/result/valid/t4a.dtd.err.rdr | 6 + .../3rdparty/libxml2-2.9.2/result/valid/t4a.xml | 3 + .../libxml2-2.9.2/result/valid/t4a.xml.err | 0 .../libxml2-2.9.2/result/valid/t4a.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/t6.dtd | 0 .../libxml2-2.9.2/result/valid/t6.dtd.err | 6 + .../libxml2-2.9.2/result/valid/t6.dtd.err.rdr | 6 + .../3rdparty/libxml2-2.9.2/result/valid/t6.xml | 3 + .../libxml2-2.9.2/result/valid/t6.xml.err | 0 .../libxml2-2.9.2/result/valid/t6.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/t8.xml | 0 .../libxml2-2.9.2/result/valid/t8.xml.err | 19 + .../libxml2-2.9.2/result/valid/t8.xml.err.rdr | 14 + .../3rdparty/libxml2-2.9.2/result/valid/t8a.xml | 0 .../libxml2-2.9.2/result/valid/t8a.xml.err | 19 + .../libxml2-2.9.2/result/valid/t8a.xml.err.rdr | 14 + .../3rdparty/libxml2-2.9.2/result/valid/t9.xml | 10 + .../libxml2-2.9.2/result/valid/t9.xml.err | 0 .../libxml2-2.9.2/result/valid/t9.xml.err.rdr | 0 .../3rdparty/libxml2-2.9.2/result/valid/t9a.xml | 10 + .../libxml2-2.9.2/result/valid/t9a.xml.err | 0 .../libxml2-2.9.2/result/valid/t9a.xml.err.rdr | 0 .../libxml2-2.9.2/result/valid/xhtml1.xhtml | 1453 + .../libxml2-2.9.2/result/valid/xhtml1.xhtml.err | 0 .../result/valid/xhtml1.xhtml.err.rdr | 0 .../libxml2-2.9.2/result/valid/xlink.xml | 525 + .../libxml2-2.9.2/result/valid/xlink.xml.err | 4 + .../result/valid/xlink.xml.err.rdr | 4 + .../3rdparty/libxml2-2.9.2/result/wap.xml | 24 + .../3rdparty/libxml2-2.9.2/result/wap.xml.rde | 70 + .../3rdparty/libxml2-2.9.2/result/wap.xml.rdr | 70 + .../3rdparty/libxml2-2.9.2/result/wap.xml.sax | 86 + .../3rdparty/libxml2-2.9.2/result/wap.xml.sax2 | 87 + .../3rdparty/libxml2-2.9.2/result/winblanks.xml | 6 + .../libxml2-2.9.2/result/winblanks.xml.rde | 13 + .../libxml2-2.9.2/result/winblanks.xml.rdr | 13 + .../libxml2-2.9.2/result/winblanks.xml.sax | 18 + .../libxml2-2.9.2/result/winblanks.xml.sax2 | 18 + .../3rdparty/libxml2-2.9.2/result/wml.xml | 10 + .../3rdparty/libxml2-2.9.2/result/wml.xml.rde | 24 + .../3rdparty/libxml2-2.9.2/result/wml.xml.rdr | 24 + .../3rdparty/libxml2-2.9.2/result/wml.xml.sax | 31 + .../3rdparty/libxml2-2.9.2/result/wml.xml.sax2 | 31 + .../3rdparty/libxml2-2.9.2/result/xhtml1 | 30 + .../3rdparty/libxml2-2.9.2/result/xhtml1.rde | 95 + .../3rdparty/libxml2-2.9.2/result/xhtml1.rdr | 95 + .../3rdparty/libxml2-2.9.2/result/xhtml1.sax | 103 + .../3rdparty/libxml2-2.9.2/result/xhtml1.sax2 | 104 + .../3rdparty/libxml2-2.9.2/result/xhtmlcomp | 7 + .../3rdparty/libxml2-2.9.2/result/xhtmlcomp.rde | 19 + .../3rdparty/libxml2-2.9.2/result/xhtmlcomp.rdr | 19 + .../3rdparty/libxml2-2.9.2/result/xhtmlcomp.sax | 23 + .../libxml2-2.9.2/result/xhtmlcomp.sax2 | 23 + .../platform/3rdparty/libxml2-2.9.2/result/xml1 | 7 + .../3rdparty/libxml2-2.9.2/result/xml1.rde | 8 + .../3rdparty/libxml2-2.9.2/result/xml1.rdr | 4 + .../3rdparty/libxml2-2.9.2/result/xml1.sax | 23 + .../3rdparty/libxml2-2.9.2/result/xml1.sax2 | 23 + .../platform/3rdparty/libxml2-2.9.2/result/xml2 | 8 + .../3rdparty/libxml2-2.9.2/result/xml2.rde | 4 + .../3rdparty/libxml2-2.9.2/result/xml2.rdr | 6 + .../3rdparty/libxml2-2.9.2/result/xml2.sax | 18 + .../3rdparty/libxml2-2.9.2/result/xml2.sax2 | 18 + .../libxml2-2.9.2/result/xmlid/id_err1.xml | 2 + .../libxml2-2.9.2/result/xmlid/id_err1.xml.err | 3 + .../libxml2-2.9.2/result/xmlid/id_err2.xml | 6 + .../libxml2-2.9.2/result/xmlid/id_err2.xml.err | 3 + .../libxml2-2.9.2/result/xmlid/id_tst1.xml | 6 + .../libxml2-2.9.2/result/xmlid/id_tst1.xml.err | 0 .../libxml2-2.9.2/result/xmlid/id_tst2.xml | 6 + .../libxml2-2.9.2/result/xmlid/id_tst2.xml.err | 3 + .../libxml2-2.9.2/result/xmlid/id_tst3.xml | 6 + .../libxml2-2.9.2/result/xmlid/id_tst3.xml.err | 6 + .../libxml2-2.9.2/result/xmlid/id_tst4.xml | 6 + .../libxml2-2.9.2/result/xmlid/id_tst4.xml.err | 3 + .../platform/3rdparty/libxml2-2.9.2/rngparser.c | 1595 + .../platform/3rdparty/libxml2-2.9.2/runsuite.c | 1172 + .../platform/3rdparty/libxml2-2.9.2/runtest.c | 4480 ++ .../3rdparty/libxml2-2.9.2/runxmlconf.c | 607 + .../platform/3rdparty/libxml2-2.9.2/save.h | 35 + .../3rdparty/libxml2-2.9.2/schematron.c | 1787 + .../3rdparty/libxml2-2.9.2/test/HTML/53867.html | 69 + .../3rdparty/libxml2-2.9.2/test/HTML/Down.html | 12 + .../libxml2-2.9.2/test/HTML/attrents.html | 5 + .../libxml2-2.9.2/test/HTML/autoclose.html | 1 + .../libxml2-2.9.2/test/HTML/autoclose2.html | 1 + .../libxml2-2.9.2/test/HTML/autoclose3.html | 3 + .../libxml2-2.9.2/test/HTML/cf_128.html | 20 + .../3rdparty/libxml2-2.9.2/test/HTML/doc2.htm | 30 + .../3rdparty/libxml2-2.9.2/test/HTML/doc3.htm | 851 + .../libxml2-2.9.2/test/HTML/entities.html | 5 + .../libxml2-2.9.2/test/HTML/entities2.html | 7 + .../3rdparty/libxml2-2.9.2/test/HTML/fp40.htm | 166 + .../libxml2-2.9.2/test/HTML/html5_enc.html | 8 + .../libxml2-2.9.2/test/HTML/liclose.html | 13 + .../3rdparty/libxml2-2.9.2/test/HTML/lt.html | 5 + .../libxml2-2.9.2/test/HTML/noscript.html | 10 + .../3rdparty/libxml2-2.9.2/test/HTML/pre.html | 5 + .../libxml2-2.9.2/test/HTML/python.html | 10 + .../3rdparty/libxml2-2.9.2/test/HTML/reg1.html | 10 + .../3rdparty/libxml2-2.9.2/test/HTML/reg2.html | 12 + .../3rdparty/libxml2-2.9.2/test/HTML/reg3.html | 13 + .../3rdparty/libxml2-2.9.2/test/HTML/reg4.html | 12 + .../libxml2-2.9.2/test/HTML/repeat.html | 1 + .../libxml2-2.9.2/test/HTML/script.html | 9 + .../libxml2-2.9.2/test/HTML/script2.html | 19 + .../3rdparty/libxml2-2.9.2/test/HTML/test2.html | 33 + .../3rdparty/libxml2-2.9.2/test/HTML/test3.html | 34 + .../libxml2-2.9.2/test/HTML/utf8bug.html | 182 + .../3rdparty/libxml2-2.9.2/test/HTML/wired.html | 516 + .../3rdparty/libxml2-2.9.2/test/SVG/4rects.xml | 11 + .../3rdparty/libxml2-2.9.2/test/SVG/a-valid.xml | 10 + .../3rdparty/libxml2-2.9.2/test/SVG/a-wf.xml | 9 + .../3rdparty/libxml2-2.9.2/test/SVG/bike.xml | 41 + .../3rdparty/libxml2-2.9.2/test/SVG/circle.xml | 11 + .../3rdparty/libxml2-2.9.2/test/SVG/defs.xml | 14 + .../3rdparty/libxml2-2.9.2/test/SVG/desc.xml | 14 + .../3rdparty/libxml2-2.9.2/test/SVG/ellipse.xml | 10 + .../3rdparty/libxml2-2.9.2/test/SVG/flower2.xml | 44 + .../libxml2-2.9.2/test/SVG/gradient.xml | 16 + .../3rdparty/libxml2-2.9.2/test/SVG/group01.xml | 15 + .../3rdparty/libxml2-2.9.2/test/SVG/group02.xml | 13 + .../3rdparty/libxml2-2.9.2/test/SVG/group03.xml | 13 + .../libxml2-2.9.2/test/SVG/image-valid.xml | 11 + .../libxml2-2.9.2/test/SVG/image-wf.xml | 11 + .../libxml2-2.9.2/test/SVG/lin-gradient.xml | 16 + .../3rdparty/libxml2-2.9.2/test/SVG/marker.xml | 28 + .../3rdparty/libxml2-2.9.2/test/SVG/mask.xml | 13 + .../libxml2-2.9.2/test/SVG/mathswitch.xml | 32 + .../libxml2-2.9.2/test/SVG/parentns.xml | 12 + .../3rdparty/libxml2-2.9.2/test/SVG/path01.xml | 5 + .../3rdparty/libxml2-2.9.2/test/SVG/path02.xml | 10 + .../libxml2-2.9.2/test/SVG/patternfill.xml | 12 + .../libxml2-2.9.2/test/SVG/polyline.xml | 9 + .../3rdparty/libxml2-2.9.2/test/SVG/private.xml | 19 + .../libxml2-2.9.2/test/SVG/rad-gradient.xml | 17 + .../libxml2-2.9.2/test/SVG/rectangle.xml | 10 + .../libxml2-2.9.2/test/SVG/richdesc.xml | 12 + .../3rdparty/libxml2-2.9.2/test/SVG/script.xml | 13 + .../libxml2-2.9.2/test/SVG/structure01.xml | 10 + .../3rdparty/libxml2-2.9.2/test/SVG/style.xml | 11 + .../3rdparty/libxml2-2.9.2/test/SVG/switch.xml | 21 + .../libxml2-2.9.2/test/SVG/symbol-use.xml | 28 + .../libxml2-2.9.2/test/SVG/template.xml | 9 + .../3rdparty/libxml2-2.9.2/test/SVG/text01.xml | 12 + .../3rdparty/libxml2-2.9.2/test/SVG/text02.xml | 17 + .../3rdparty/libxml2-2.9.2/test/SVG/text03.xml | 8 + .../3rdparty/libxml2-2.9.2/test/SVG/toap01.xml | 10 + .../3rdparty/libxml2-2.9.2/test/SVG/toap02.xml | 33 + .../libxml2-2.9.2/test/SVG/transform.xml | 26 + .../3rdparty/libxml2-2.9.2/test/SVG/trivial.xml | 6 + .../libxml2-2.9.2/test/SVG/twin-gradients.xml | 19 + .../libxml2-2.9.2/test/SVG/v-template.xml | 9 + .../libxml2-2.9.2/test/SVG/viewport-nest.xml | 13 + .../test/SVG/viewport-transform.xml | 46 + .../libxml2-2.9.2/test/SVG/viewport.xml | 11 + .../libxml2-2.9.2/test/SVG/wf-template.xml | 7 + .../3rdparty/libxml2-2.9.2/test/URI/smith.uri | 15 + .../3rdparty/libxml2-2.9.2/test/URI/uri.data | 18 + .../libxml2-2.9.2/test/VC/AttributeDefaultLegal | 12 + .../libxml2-2.9.2/test/VC/AttributeNmtokens | 6 + .../libxml2-2.9.2/test/VC/DuplicateType | 5 + .../3rdparty/libxml2-2.9.2/test/VC/ElementValid | 3 + .../libxml2-2.9.2/test/VC/ElementValid2 | 4 + .../libxml2-2.9.2/test/VC/ElementValid3 | 4 + .../libxml2-2.9.2/test/VC/ElementValid4 | 7 + .../libxml2-2.9.2/test/VC/ElementValid5 | 7 + .../libxml2-2.9.2/test/VC/ElementValid6 | 7 + .../libxml2-2.9.2/test/VC/ElementValid7 | 7 + .../libxml2-2.9.2/test/VC/ElementValid8 | 7 + .../3rdparty/libxml2-2.9.2/test/VC/Enumeration | 5 + .../platform/3rdparty/libxml2-2.9.2/test/VC/NS1 | 13 + .../platform/3rdparty/libxml2-2.9.2/test/VC/NS2 | 13 + .../platform/3rdparty/libxml2-2.9.2/test/VC/NS3 | 9 + .../3rdparty/libxml2-2.9.2/test/VC/OneID | 6 + .../3rdparty/libxml2-2.9.2/test/VC/OneID2 | 6 + .../3rdparty/libxml2-2.9.2/test/VC/OneID3 | 4 + .../3rdparty/libxml2-2.9.2/test/VC/PENesting | 2 + .../3rdparty/libxml2-2.9.2/test/VC/PENesting2 | 3 + .../test/VC/UniqueElementTypeDeclaration | 7 + .../test/VC/UniqueElementTypeDeclaration2 | 8 + .../3rdparty/libxml2-2.9.2/test/VC/dtds/a.dtd | 2 + .../3rdparty/libxml2-2.9.2/test/VC/dtds/doc.dtd | 2 + .../3rdparty/libxml2-2.9.2/test/VCM/21.xml | 8 + .../test/VCM/AttributeNmtokens.xml | 14 + .../3rdparty/libxml2-2.9.2/test/VCM/v1.xml | 4 + .../3rdparty/libxml2-2.9.2/test/VCM/v10.xml | 5 + .../3rdparty/libxml2-2.9.2/test/VCM/v11.xml | 5 + .../3rdparty/libxml2-2.9.2/test/VCM/v12.xml | 9 + .../3rdparty/libxml2-2.9.2/test/VCM/v13.xml | 7 + .../3rdparty/libxml2-2.9.2/test/VCM/v14.xml | 9 + .../3rdparty/libxml2-2.9.2/test/VCM/v15.xml | 9 + .../3rdparty/libxml2-2.9.2/test/VCM/v16.xml | 8 + .../3rdparty/libxml2-2.9.2/test/VCM/v17.xml | 7 + .../3rdparty/libxml2-2.9.2/test/VCM/v18.xml | 7 + .../3rdparty/libxml2-2.9.2/test/VCM/v19.xml | 7 + .../3rdparty/libxml2-2.9.2/test/VCM/v2.xml | 4 + .../3rdparty/libxml2-2.9.2/test/VCM/v20.xml | 10 + .../3rdparty/libxml2-2.9.2/test/VCM/v21.xml | 7 + .../3rdparty/libxml2-2.9.2/test/VCM/v22.xml | 15 + .../3rdparty/libxml2-2.9.2/test/VCM/v23.xml | 10 + .../3rdparty/libxml2-2.9.2/test/VCM/v24.xml | 16 + .../3rdparty/libxml2-2.9.2/test/VCM/v3.xml | 8 + .../3rdparty/libxml2-2.9.2/test/VCM/v4.xml | 5 + .../3rdparty/libxml2-2.9.2/test/VCM/v5.xml | 7 + .../3rdparty/libxml2-2.9.2/test/VCM/v6.xml | 9 + .../3rdparty/libxml2-2.9.2/test/VCM/v7.xml | 8 + .../3rdparty/libxml2-2.9.2/test/VCM/v8.xml | 5 + .../3rdparty/libxml2-2.9.2/test/VCM/v9.xml | 5 + .../libxml2-2.9.2/test/WFC/ElemTypeMatch | 2 + .../libxml2-2.9.2/test/WFC/EntityDeclared | 2 + .../libxml2-2.9.2/test/WFC/EntityDeclared2 | 5 + .../libxml2-2.9.2/test/WFC/EntityDeclared3 | 3 + .../libxml2-2.9.2/test/WFC/EntityDeclared4 | 6 + .../libxml2-2.9.2/test/WFC/EntityDeclared5 | 6 + .../libxml2-2.9.2/test/WFC/LegalCharacter | 2 + .../libxml2-2.9.2/test/WFC/NoExternalEntityRef | 5 + .../libxml2-2.9.2/test/WFC/NoLtInAttValue | 5 + .../3rdparty/libxml2-2.9.2/test/WFC/NoRecursion | 7 + .../3rdparty/libxml2-2.9.2/test/WFC/PEintsubset | 6 + .../libxml2-2.9.2/test/WFC/UniqueAttSpec | 2 + .../libxml2-2.9.2/test/WFC/UniqueAttSpec2 | 2 + .../libxml2-2.9.2/test/XInclude/docs/docids.xml | 15 + .../test/XInclude/docs/fallback.xml | 6 + .../test/XInclude/docs/fallback2.xml | 10 + .../test/XInclude/docs/include.xml | 4 + .../libxml2-2.9.2/test/XInclude/docs/nodes.xml | 4 + .../libxml2-2.9.2/test/XInclude/docs/nodes2.xml | 4 + .../libxml2-2.9.2/test/XInclude/docs/nodes3.xml | 4 + .../test/XInclude/docs/recursive.xml | 3 + .../test/XInclude/docs/tstencoding.xml | 5 + .../test/XInclude/docs/txtinclude.xml | 4 + .../libxml2-2.9.2/test/XInclude/ents/ids.xml | 10 + .../libxml2-2.9.2/test/XInclude/ents/inc.txt | 1 + .../test/XInclude/ents/isolatin.txt | 1 + .../test/XInclude/ents/something.txt | 1 + .../test/XInclude/ents/something.xml | 5 + .../test/XInclude/ents/sub-inc.ent | 2 + .../libxml2-2.9.2/test/XPath/docs/chapters | 28 + .../3rdparty/libxml2-2.9.2/test/XPath/docs/id | 28 + .../3rdparty/libxml2-2.9.2/test/XPath/docs/lang | 13 + .../libxml2-2.9.2/test/XPath/docs/mixed | 10 + .../libxml2-2.9.2/test/XPath/docs/nodes | 2 + .../libxml2-2.9.2/test/XPath/docs/simple | 12 + .../3rdparty/libxml2-2.9.2/test/XPath/docs/str | 9 + .../3rdparty/libxml2-2.9.2/test/XPath/docs/usr1 | 12 + .../3rdparty/libxml2-2.9.2/test/XPath/docs/vid | 43 + .../3rdparty/libxml2-2.9.2/test/XPath/expr/base | 5 + .../libxml2-2.9.2/test/XPath/expr/compare | 46 + .../libxml2-2.9.2/test/XPath/expr/equality | 26 + .../libxml2-2.9.2/test/XPath/expr/floats | 61 + .../libxml2-2.9.2/test/XPath/expr/functions | 25 + .../libxml2-2.9.2/test/XPath/expr/strings | 34 + .../libxml2-2.9.2/test/XPath/tests/chaptersbase | 10 + .../test/XPath/tests/chaptersprefol | 8 + .../libxml2-2.9.2/test/XPath/tests/idsimple | 3 + .../libxml2-2.9.2/test/XPath/tests/langsimple | 5 + .../libxml2-2.9.2/test/XPath/tests/mixedpat | 7 + .../libxml2-2.9.2/test/XPath/tests/nodespat | 5 + .../libxml2-2.9.2/test/XPath/tests/simpleabbr | 10 + .../libxml2-2.9.2/test/XPath/tests/simplebase | 15 + .../libxml2-2.9.2/test/XPath/tests/usr1check | 1 + .../libxml2-2.9.2/test/XPath/tests/vidbase | 5 + .../test/XPath/xptr/chapterschildseq | 8 + .../libxml2-2.9.2/test/XPath/xptr/chaptersparts | 6 + .../libxml2-2.9.2/test/XPath/xptr/chaptersrange | 4 + .../libxml2-2.9.2/test/XPath/xptr/strpoint | 9 + .../libxml2-2.9.2/test/XPath/xptr/strrange | 6 + .../libxml2-2.9.2/test/XPath/xptr/strrange2 | 3 + .../libxml2-2.9.2/test/XPath/xptr/strrange3 | 4 + .../libxml2-2.9.2/test/XPath/xptr/vidbase | 2 + .../libxml2-2.9.2/test/XPath/xptr/vidchildseq | 4 + .../libxml2-2.9.2/test/XPath/xptr/vidparts | 3 + .../platform/3rdparty/libxml2-2.9.2/test/att1 | 2 + .../platform/3rdparty/libxml2-2.9.2/test/att10 | 22 + .../platform/3rdparty/libxml2-2.9.2/test/att11 | 13 + .../platform/3rdparty/libxml2-2.9.2/test/att2 | 1 + .../platform/3rdparty/libxml2-2.9.2/test/att3 | 1 + .../platform/3rdparty/libxml2-2.9.2/test/att4 | 9264 +++ .../platform/3rdparty/libxml2-2.9.2/test/att5 | 73 + .../platform/3rdparty/libxml2-2.9.2/test/att6 | 6 + .../platform/3rdparty/libxml2-2.9.2/test/att7 | 10 + .../platform/3rdparty/libxml2-2.9.2/test/att8 | 1 + .../platform/3rdparty/libxml2-2.9.2/test/att9 | 5 + .../3rdparty/libxml2-2.9.2/test/attrib.xml | 1 + .../3rdparty/libxml2-2.9.2/test/automata/a | 14 + .../3rdparty/libxml2-2.9.2/test/automata/aba | 26 + .../3rdparty/libxml2-2.9.2/test/automata/abaa | 43 + .../3rdparty/libxml2-2.9.2/test/automata/abba | 30 + .../3rdparty/libxml2-2.9.2/test/automata/po | 19 + .../3rdparty/libxml2-2.9.2/test/badcomment.xml | 18 + .../3rdparty/libxml2-2.9.2/test/bigentname.xml | 5 + .../3rdparty/libxml2-2.9.2/test/bigname.xml | 1 + .../3rdparty/libxml2-2.9.2/test/bigname2.xml | 1 + .../test/c14n/1-1-without-comments/doc.dtd | 1 + .../c14n/1-1-without-comments/example-1.xml | 14 + .../c14n/1-1-without-comments/example-2.xml | 11 + .../c14n/1-1-without-comments/example-3.xml | 18 + .../c14n/1-1-without-comments/example-4.xml | 9 + .../c14n/1-1-without-comments/example-5.xml | 12 + .../c14n/1-1-without-comments/example-6.xml | 2 + .../c14n/1-1-without-comments/example-7.xml | 11 + .../c14n/1-1-without-comments/example-7.xpath | 10 + .../c14n/1-1-without-comments/example-8.xml | 11 + .../c14n/1-1-without-comments/example-8.xpath | 10 + .../test/c14n/1-1-without-comments/world.txt | 1 + .../xmlbase-c14n11spec-102.xml | 16 + .../xmlbase-c14n11spec-102.xpath | 9 + .../xmlbase-c14n11spec2-102.xml | 16 + .../xmlbase-c14n11spec2-102.xpath | 9 + .../xmlbase-c14n11spec3-102.xml | 14 + .../xmlbase-c14n11spec3-102.xpath | 9 + .../1-1-without-comments/xmlbase-prop-1.xml | 24 + .../1-1-without-comments/xmlbase-prop-1.xpath | 11 + .../1-1-without-comments/xmlbase-prop-2.xml | 23 + .../1-1-without-comments/xmlbase-prop-2.xpath | 10 + .../1-1-without-comments/xmlbase-prop-3.xml | 24 + .../1-1-without-comments/xmlbase-prop-3.xpath | 11 + .../1-1-without-comments/xmlbase-prop-4.xml | 24 + .../1-1-without-comments/xmlbase-prop-4.xpath | 11 + .../1-1-without-comments/xmlbase-prop-5.xml | 24 + .../1-1-without-comments/xmlbase-prop-5.xpath | 11 + .../1-1-without-comments/xmlbase-prop-6.xml | 23 + .../1-1-without-comments/xmlbase-prop-6.xpath | 10 + .../1-1-without-comments/xmlbase-prop-7.xml | 23 + .../1-1-without-comments/xmlbase-prop-7.xpath | 10 + .../c14n/1-1-without-comments/xmlid-prop-1.xml | 20 + .../1-1-without-comments/xmlid-prop-1.xpath | 10 + .../c14n/1-1-without-comments/xmlid-prop-2.xml | 20 + .../1-1-without-comments/xmlid-prop-2.xpath | 10 + .../1-1-without-comments/xmllang-prop-1.xml | 20 + .../1-1-without-comments/xmllang-prop-1.xpath | 10 + .../1-1-without-comments/xmllang-prop-2.xml | 20 + .../1-1-without-comments/xmllang-prop-2.xpath | 10 + .../1-1-without-comments/xmllang-prop-3.xml | 20 + .../1-1-without-comments/xmllang-prop-3.xpath | 10 + .../1-1-without-comments/xmllang-prop-4.xml | 20 + .../1-1-without-comments/xmllang-prop-4.xpath | 10 + .../1-1-without-comments/xmlspace-prop-1.xml | 20 + .../1-1-without-comments/xmlspace-prop-1.xpath | 10 + .../1-1-without-comments/xmlspace-prop-2.xml | 20 + .../1-1-without-comments/xmlspace-prop-2.xpath | 10 + .../1-1-without-comments/xmlspace-prop-3.xml | 20 + .../1-1-without-comments/xmlspace-prop-3.xpath | 10 + .../1-1-without-comments/xmlspace-prop-4.xml | 20 + .../1-1-without-comments/xmlspace-prop-4.xpath | 10 + .../exc-without-comments/merlin-c14n-two-09.xml | 12 + .../merlin-c14n-two-09.xpath | 8 + .../exc-without-comments/merlin-c14n-two-10.xml | 12 + .../merlin-c14n-two-10.xpath | 12 + .../exc-without-comments/merlin-c14n-two-11.xml | 12 + .../merlin-c14n-two-11.xpath | 11 + .../exc-without-comments/merlin-c14n-two-12.xml | 12 + .../merlin-c14n-two-12.xpath | 12 + .../exc-without-comments/merlin-c14n-two-13.xml | 12 + .../merlin-c14n-two-13.xpath | 10 + .../exc-without-comments/merlin-c14n-two-14.xml | 12 + .../merlin-c14n-two-14.xpath | 10 + .../exc-without-comments/merlin-c14n-two-15.xml | 12 + .../merlin-c14n-two-15.xpath | 10 + .../exc-without-comments/merlin-c14n-two-16.xml | 12 + .../merlin-c14n-two-16.xpath | 9 + .../exc-without-comments/merlin-c14n-two-17.xml | 12 + .../merlin-c14n-two-17.xpath | 12 + .../exc-without-comments/merlin-c14n-two-18.ns | 1 + .../exc-without-comments/merlin-c14n-two-18.xml | 12 + .../merlin-c14n-two-18.xpath | 8 + .../exc-without-comments/merlin-c14n-two-19.ns | 1 + .../exc-without-comments/merlin-c14n-two-19.xml | 12 + .../merlin-c14n-two-19.xpath | 12 + .../exc-without-comments/merlin-c14n-two-20.ns | 1 + .../exc-without-comments/merlin-c14n-two-20.xml | 12 + .../merlin-c14n-two-20.xpath | 11 + .../exc-without-comments/merlin-c14n-two-21.ns | 1 + .../exc-without-comments/merlin-c14n-two-21.xml | 12 + .../merlin-c14n-two-21.xpath | 12 + .../exc-without-comments/merlin-c14n-two-22.ns | 1 + .../exc-without-comments/merlin-c14n-two-22.xml | 12 + .../merlin-c14n-two-22.xpath | 10 + .../exc-without-comments/merlin-c14n-two-23.ns | 1 + .../exc-without-comments/merlin-c14n-two-23.xml | 12 + .../merlin-c14n-two-23.xpath | 10 + .../exc-without-comments/merlin-c14n-two-24.ns | 1 + .../exc-without-comments/merlin-c14n-two-24.xml | 12 + .../merlin-c14n-two-24.xpath | 10 + .../exc-without-comments/merlin-c14n-two-25.ns | 1 + .../exc-without-comments/merlin-c14n-two-25.xml | 12 + .../merlin-c14n-two-25.xpath | 9 + .../exc-without-comments/merlin-c14n-two-26.ns | 1 + .../exc-without-comments/merlin-c14n-two-26.xml | 12 + .../merlin-c14n-two-26.xpath | 12 + .../test/c14n/exc-without-comments/test-0.xml | 18 + .../test/c14n/exc-without-comments/test-0.xpath | 3 + .../test/c14n/exc-without-comments/test-1.ns | 1 + .../test/c14n/exc-without-comments/test-1.xml | 18 + .../test/c14n/exc-without-comments/test-1.xpath | 3 + .../test/c14n/exc-without-comments/test-2.xml | 20 + .../test/c14n/exc-without-comments/test-2.xpath | 6 + .../test/c14n/with-comments/doc.dtd | 1 + .../test/c14n/with-comments/example-1.xml | 14 + .../test/c14n/with-comments/example-2.xml | 11 + .../test/c14n/with-comments/example-3.xml | 18 + .../test/c14n/with-comments/example-4.xml | 9 + .../test/c14n/with-comments/example-5.xml | 12 + .../test/c14n/with-comments/example-6.xml | 2 + .../test/c14n/with-comments/example-7.xml | 11 + .../test/c14n/with-comments/example-7.xpath | 10 + .../test/c14n/with-comments/world.txt | 1 + .../test/c14n/without-comments/doc.dtd | 1 + .../test/c14n/without-comments/example-1.xml | 14 + .../test/c14n/without-comments/example-2.xml | 11 + .../test/c14n/without-comments/example-3.xml | 18 + .../test/c14n/without-comments/example-4.xml | 9 + .../test/c14n/without-comments/example-5.xml | 12 + .../test/c14n/without-comments/example-6.xml | 2 + .../test/c14n/without-comments/example-7.xml | 11 + .../test/c14n/without-comments/example-7.xpath | 10 + .../without-comments/merlin-c14n-two-00.xml | 12 + .../without-comments/merlin-c14n-two-00.xpath | 8 + .../without-comments/merlin-c14n-two-01.xml | 12 + .../without-comments/merlin-c14n-two-01.xpath | 12 + .../without-comments/merlin-c14n-two-02.xml | 12 + .../without-comments/merlin-c14n-two-02.xpath | 11 + .../without-comments/merlin-c14n-two-03.xml | 12 + .../without-comments/merlin-c14n-two-03.xpath | 12 + .../without-comments/merlin-c14n-two-04.xml | 12 + .../without-comments/merlin-c14n-two-04.xpath | 10 + .../without-comments/merlin-c14n-two-05.xml | 12 + .../without-comments/merlin-c14n-two-05.xpath | 10 + .../without-comments/merlin-c14n-two-06.xml | 12 + .../without-comments/merlin-c14n-two-06.xpath | 10 + .../without-comments/merlin-c14n-two-07.xml | 12 + .../without-comments/merlin-c14n-two-07.xpath | 9 + .../without-comments/merlin-c14n-two-08.xml | 12 + .../without-comments/merlin-c14n-two-08.xpath | 12 + .../test/c14n/without-comments/test-0.xml | 9 + .../test/c14n/without-comments/test-0.xpath | 14 + .../test/c14n/without-comments/test-1.xml | 43 + .../test/c14n/without-comments/test-1.xpath | 14 + .../test/c14n/without-comments/test-2.xml | 8 + .../test/c14n/without-comments/test-2.xpath | 8 + .../test/c14n/without-comments/test-3.xml | 18 + .../test/c14n/without-comments/test-3.xpath | 3 + .../test/c14n/without-comments/world.txt | 1 + .../libxml2-2.9.2/test/catalogs/catal.script | 4 + .../libxml2-2.9.2/test/catalogs/catal.sgml | 2 + .../libxml2-2.9.2/test/catalogs/catal1.sgml | 1 + .../libxml2-2.9.2/test/catalogs/catal2.sgml | 4 + .../libxml2-2.9.2/test/catalogs/catal3.sgml | 8 + .../libxml2-2.9.2/test/catalogs/docbook.script | 5 + .../libxml2-2.9.2/test/catalogs/docbook.xml | 14 + .../libxml2-2.9.2/test/catalogs/registry.script | 4 + .../libxml2-2.9.2/test/catalogs/registry.xml | 23 + .../libxml2-2.9.2/test/catalogs/stylesheet.xml | 12 + .../libxml2-2.9.2/test/catalogs/whites.script | 4 + .../libxml2-2.9.2/test/catalogs/whites.sgml | 5 + .../libxml2-2.9.2/test/catalogs/whitex.script | 7 + .../libxml2-2.9.2/test/catalogs/whitex.xml | 15 + .../platform/3rdparty/libxml2-2.9.2/test/cdata | 3 + .../platform/3rdparty/libxml2-2.9.2/test/cdata2 | 6 + .../3rdparty/libxml2-2.9.2/test/comment.xml | 6 + .../3rdparty/libxml2-2.9.2/test/comment2.xml | 6 + .../3rdparty/libxml2-2.9.2/test/comment3.xml | 164 + .../3rdparty/libxml2-2.9.2/test/comment4.xml | 5 + .../3rdparty/libxml2-2.9.2/test/comment5.xml | 9 + .../3rdparty/libxml2-2.9.2/test/comment6.xml | 13 + .../platform/3rdparty/libxml2-2.9.2/test/dav1 | 25 + .../platform/3rdparty/libxml2-2.9.2/test/dav10 | 4 + .../platform/3rdparty/libxml2-2.9.2/test/dav11 | 21 + .../platform/3rdparty/libxml2-2.9.2/test/dav12 | 2 + .../platform/3rdparty/libxml2-2.9.2/test/dav13 | 16 + .../platform/3rdparty/libxml2-2.9.2/test/dav15 | 20 + .../platform/3rdparty/libxml2-2.9.2/test/dav16 | 6 + .../platform/3rdparty/libxml2-2.9.2/test/dav17 | 22 + .../platform/3rdparty/libxml2-2.9.2/test/dav18 | 6 + .../platform/3rdparty/libxml2-2.9.2/test/dav19 | 18 + .../platform/3rdparty/libxml2-2.9.2/test/dav2 | 24 + .../platform/3rdparty/libxml2-2.9.2/test/dav3 | 18 + .../platform/3rdparty/libxml2-2.9.2/test/dav4 | 16 + .../platform/3rdparty/libxml2-2.9.2/test/dav5 | 17 + .../platform/3rdparty/libxml2-2.9.2/test/dav6 | 22 + .../platform/3rdparty/libxml2-2.9.2/test/dav7 | 16 + .../platform/3rdparty/libxml2-2.9.2/test/dav8 | 14 + .../platform/3rdparty/libxml2-2.9.2/test/dav9 | 18 + .../3rdparty/libxml2-2.9.2/test/defattr.xml | 6 + .../3rdparty/libxml2-2.9.2/test/defattr2.xml | 8 + .../platform/3rdparty/libxml2-2.9.2/test/dia1 | 99 + .../platform/3rdparty/libxml2-2.9.2/test/dia2 | 99 + .../platform/3rdparty/libxml2-2.9.2/test/dtd1 | 5 + .../platform/3rdparty/libxml2-2.9.2/test/dtd10 | 8 + .../platform/3rdparty/libxml2-2.9.2/test/dtd11 | 5 + .../platform/3rdparty/libxml2-2.9.2/test/dtd12 | 5 + .../platform/3rdparty/libxml2-2.9.2/test/dtd13 | 6 + .../platform/3rdparty/libxml2-2.9.2/test/dtd2 | 4 + .../platform/3rdparty/libxml2-2.9.2/test/dtd3 | 5 + .../platform/3rdparty/libxml2-2.9.2/test/dtd4 | 4 + .../platform/3rdparty/libxml2-2.9.2/test/dtd5 | 6 + .../platform/3rdparty/libxml2-2.9.2/test/dtd6 | 6 + .../platform/3rdparty/libxml2-2.9.2/test/dtd7 | 6 + .../platform/3rdparty/libxml2-2.9.2/test/dtd8 | 8 + .../platform/3rdparty/libxml2-2.9.2/test/dtd9 | 8 + .../3rdparty/libxml2-2.9.2/test/dtds/eve.dtd | 4 + .../libxml2-2.9.2/test/ebcdic_566012.xml | 1 + .../3rdparty/libxml2-2.9.2/test/emptycdata.xml | 4 + .../platform/3rdparty/libxml2-2.9.2/test/ent1 | 7 + .../platform/3rdparty/libxml2-2.9.2/test/ent10 | 21 + .../platform/3rdparty/libxml2-2.9.2/test/ent11 | 6 + .../platform/3rdparty/libxml2-2.9.2/test/ent12 | 8 + .../platform/3rdparty/libxml2-2.9.2/test/ent13 | 6 + .../platform/3rdparty/libxml2-2.9.2/test/ent2 | 11 + .../platform/3rdparty/libxml2-2.9.2/test/ent3 | 8 + .../platform/3rdparty/libxml2-2.9.2/test/ent4 | 8 + .../platform/3rdparty/libxml2-2.9.2/test/ent5 | 5 + .../platform/3rdparty/libxml2-2.9.2/test/ent6 | 8 + .../platform/3rdparty/libxml2-2.9.2/test/ent7 | 7 + .../platform/3rdparty/libxml2-2.9.2/test/ent8 | 9 + .../platform/3rdparty/libxml2-2.9.2/test/ent9 | 61 + .../3rdparty/libxml2-2.9.2/test/ent_738805.xml | 16 + .../libxml2-2.9.2/test/errors/attr1.xml | 1 + .../libxml2-2.9.2/test/errors/attr2.xml | 1 + .../libxml2-2.9.2/test/errors/attr3.xml | 6 + .../libxml2-2.9.2/test/errors/attr4.xml | 1 + .../libxml2-2.9.2/test/errors/cdata.xml | 2 + .../libxml2-2.9.2/test/errors/charref1.xml | 1 + .../libxml2-2.9.2/test/errors/comment1.xml | 6 + .../libxml2-2.9.2/test/errors/content1.xml | 10 + .../3rdparty/libxml2-2.9.2/test/errors/dtd13 | 6 + .../libxml2-2.9.2/test/errors/extparsedent.xml | 5 + .../3rdparty/libxml2-2.9.2/test/errors/name.xml | 1 + .../libxml2-2.9.2/test/errors/name2.xml | 1 + .../3rdparty/libxml2-2.9.2/test/eve.xml | 6 + .../3rdparty/libxml2-2.9.2/test/expr/base | 86 + .../3rdparty/libxml2-2.9.2/test/intsubset.xml | 6 + .../3rdparty/libxml2-2.9.2/test/intsubset2.xml | 282 + .../3rdparty/libxml2-2.9.2/test/isolat1 | 2 + .../3rdparty/libxml2-2.9.2/test/isolat2 | 107 + .../3rdparty/libxml2-2.9.2/test/isolat3 | 10 + .../3rdparty/libxml2-2.9.2/test/japancrlf.xml | 6 + .../libxml2-2.9.2/test/namespaces/err_0.xml | 1 + .../libxml2-2.9.2/test/namespaces/err_1.xml | 1 + .../libxml2-2.9.2/test/namespaces/err_10.xml | 1 + .../libxml2-2.9.2/test/namespaces/err_11.xml | 1 + .../libxml2-2.9.2/test/namespaces/err_2.xml | 1 + .../libxml2-2.9.2/test/namespaces/err_3.xml | 1 + .../libxml2-2.9.2/test/namespaces/err_4.xml | 1 + .../libxml2-2.9.2/test/namespaces/err_5.xml | 1 + .../libxml2-2.9.2/test/namespaces/err_6.xml | 1 + .../libxml2-2.9.2/test/namespaces/err_7.xml | 1 + .../libxml2-2.9.2/test/namespaces/err_8.xml | 1 + .../libxml2-2.9.2/test/namespaces/err_9.xml | 2 + .../test/namespaces/reconcile/tests-to-c.xsl | 275 + .../test/namespaces/reconcile/tests.xml | 249 + .../platform/3rdparty/libxml2-2.9.2/test/ns | 4 + .../platform/3rdparty/libxml2-2.9.2/test/ns2 | 3 + .../platform/3rdparty/libxml2-2.9.2/test/ns3 | 3 + .../platform/3rdparty/libxml2-2.9.2/test/ns4 | 2 + .../platform/3rdparty/libxml2-2.9.2/test/ns5 | 4 + .../platform/3rdparty/libxml2-2.9.2/test/ns6 | 4 + .../platform/3rdparty/libxml2-2.9.2/test/ns7 | 1 + .../3rdparty/libxml2-2.9.2/test/nsclean.xml | 9 + .../platform/3rdparty/libxml2-2.9.2/test/p3p | 24 + .../libxml2-2.9.2/test/pattern/conj.pat | 8 + .../libxml2-2.9.2/test/pattern/conj.xml | 13 + .../libxml2-2.9.2/test/pattern/multiple.pat | 27 + .../libxml2-2.9.2/test/pattern/multiple.xml | 5 + .../libxml2-2.9.2/test/pattern/namespaces.pat | 10 + .../libxml2-2.9.2/test/pattern/namespaces.xml | 17 + .../libxml2-2.9.2/test/pattern/simple.pat | 15 + .../libxml2-2.9.2/test/pattern/simple.xml | 5 + .../platform/3rdparty/libxml2-2.9.2/test/pi.xml | 6 + .../3rdparty/libxml2-2.9.2/test/pi2.xml | 6 + .../platform/3rdparty/libxml2-2.9.2/test/rdf1 | 81 + .../platform/3rdparty/libxml2-2.9.2/test/rdf2 | 1899 + .../libxml2-2.9.2/test/recurse/good.xml | 343 + .../libxml2-2.9.2/test/recurse/goodattr.xml | 343 + .../libxml2-2.9.2/test/recurse/lol1.xml | 23 + .../libxml2-2.9.2/test/recurse/lol2.xml | 23 + .../libxml2-2.9.2/test/recurse/lol3.dtd | 20 + .../libxml2-2.9.2/test/recurse/lol3.xml | 5 + .../libxml2-2.9.2/test/recurse/lol4.xml | 36 + .../libxml2-2.9.2/test/recurse/lol5.xml | 51 + .../libxml2-2.9.2/test/recurse/lol6.xml | 23 + .../3rdparty/libxml2-2.9.2/test/regexp/branch | 14 + .../libxml2-2.9.2/test/regexp/bug316338 | 20 + .../libxml2-2.9.2/test/regexp/bug420596 | 10 + .../3rdparty/libxml2-2.9.2/test/regexp/content | 12 + .../3rdparty/libxml2-2.9.2/test/regexp/hard | 12 + .../3rdparty/libxml2-2.9.2/test/regexp/ncname | 6 + .../3rdparty/libxml2-2.9.2/test/regexp/ranges | 15 + .../3rdparty/libxml2-2.9.2/test/regexp/ranges2 | 14 + .../3rdparty/libxml2-2.9.2/test/regexp/xpath | 37 + .../libxml2-2.9.2/test/relaxng/302836.rng | 35 + .../libxml2-2.9.2/test/relaxng/302836_0.xml | 12 + .../libxml2-2.9.2/test/relaxng/307377.rng | 14 + .../libxml2-2.9.2/test/relaxng/307377_0.xml | 1 + .../libxml2-2.9.2/test/relaxng/307377_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/307377_2.xml | 1 + .../libxml2-2.9.2/test/relaxng/492317.rng | 16 + .../libxml2-2.9.2/test/relaxng/492317_0.xml | 4 + .../libxml2-2.9.2/test/relaxng/492317_1.xml | 4 + .../libxml2-2.9.2/test/relaxng/492317_2.xml | 4 + .../libxml2-2.9.2/test/relaxng/558452.rng | 21 + .../libxml2-2.9.2/test/relaxng/558452_0.xml | 6 + .../libxml2-2.9.2/test/relaxng/558452_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/558452_2.xml | 4 + .../libxml2-2.9.2/test/relaxng/558452_3.xml | 5 + .../libxml2-2.9.2/test/relaxng/558452_4.xml | 7 + .../libxml2-2.9.2/test/relaxng/565219.rng | 14 + .../libxml2-2.9.2/test/relaxng/565219_0.xml | 1 + .../libxml2-2.9.2/test/relaxng/565219_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/565219_2.xml | 1 + .../libxml2-2.9.2/test/relaxng/595792-ext.rng | 11 + .../libxml2-2.9.2/test/relaxng/595792.rng | 8 + .../libxml2-2.9.2/test/relaxng/595792_0.xml | 4 + .../libxml2-2.9.2/test/relaxng/710744.rng | 16 + .../libxml2-2.9.2/test/relaxng/710744_1.xml | 2 + .../libxml2-2.9.2/test/relaxng/710744_2.xml | 3 + .../test/relaxng/OASIS/spectest.xml | 6845 +++ .../test/relaxng/OpenDocumentSub.rng | 229 + .../test/relaxng/OpenDocumentSub_0.xml | 7 + .../libxml2-2.9.2/test/relaxng/addressBook.rng | 24 + .../libxml2-2.9.2/test/relaxng/choice0.rng | 25 + .../libxml2-2.9.2/test/relaxng/choice0_0.xml | 2 + .../libxml2-2.9.2/test/relaxng/choice0_1.xml | 2 + .../libxml2-2.9.2/test/relaxng/choice0_2.xml | 3 + .../libxml2-2.9.2/test/relaxng/choice0_3.xml | 3 + .../libxml2-2.9.2/test/relaxng/choice0_4.xml | 2 + .../libxml2-2.9.2/test/relaxng/choice0_5.xml | 3 + .../libxml2-2.9.2/test/relaxng/choice0_6.xml | 3 + .../libxml2-2.9.2/test/relaxng/choice0_7.xml | 3 + .../libxml2-2.9.2/test/relaxng/choice0_8.xml | 3 + .../libxml2-2.9.2/test/relaxng/compare0.rng | 8 + .../libxml2-2.9.2/test/relaxng/compare0_0.xml | 3 + .../libxml2-2.9.2/test/relaxng/comps.rng | 177 + .../libxml2-2.9.2/test/relaxng/comps_0.xml | 17870 ++++++ .../libxml2-2.9.2/test/relaxng/demo.rng | 11 + .../libxml2-2.9.2/test/relaxng/demo.xml | 1 + .../libxml2-2.9.2/test/relaxng/demo2.rng | 23 + .../libxml2-2.9.2/test/relaxng/demo3.rng | 8 + .../libxml2-2.9.2/test/relaxng/docbook.rng | 9141 +++ .../libxml2-2.9.2/test/relaxng/docbook_0.xml | 4448 ++ .../libxml2-2.9.2/test/relaxng/empty0.rng | 16 + .../libxml2-2.9.2/test/relaxng/empty0_0.xml | 3 + .../libxml2-2.9.2/test/relaxng/empty1.rng | 18 + .../libxml2-2.9.2/test/relaxng/empty1_0.xml | 3 + .../libxml2-2.9.2/test/relaxng/empty1_1.xml | 2 + .../libxml2-2.9.2/test/relaxng/inline.rng | 20 + .../libxml2-2.9.2/test/relaxng/inline2.rng | 21 + .../libxml2-2.9.2/test/relaxng/inline3.rng | 22 + .../test/relaxng/interleave0_0.rng | 24 + .../test/relaxng/interleave1_0.rng | 15 + .../libxml2-2.9.2/test/relaxng/libvirt.rng | 1258 + .../libxml2-2.9.2/test/relaxng/libvirt_0.xml | 23 + .../libxml2-2.9.2/test/relaxng/list.rng | 23 + .../libxml2-2.9.2/test/relaxng/list_0.xml | 1 + .../libxml2-2.9.2/test/relaxng/list_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/pattern1.rng | 8 + .../libxml2-2.9.2/test/relaxng/pattern2.rng | 9 + .../libxml2-2.9.2/test/relaxng/proofsystem.rng | 96 + .../libxml2-2.9.2/test/relaxng/rngbug-001.ext | 13 + .../libxml2-2.9.2/test/relaxng/rngbug-001.rng | 16 + .../libxml2-2.9.2/test/relaxng/rngbug-001.xml | 6 + .../libxml2-2.9.2/test/relaxng/spec.rng | 60 + .../libxml2-2.9.2/test/relaxng/spec1.rng | 14 + .../libxml2-2.9.2/test/relaxng/spec1_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/spec_0.xml | 3589 ++ .../libxml2-2.9.2/test/relaxng/table.rng | 21 + .../libxml2-2.9.2/test/relaxng/testsuite.xml | 1708 + .../libxml2-2.9.2/test/relaxng/tutor10_1.rng | 4 + .../libxml2-2.9.2/test/relaxng/tutor10_10.rng | 13 + .../libxml2-2.9.2/test/relaxng/tutor10_10_1.xml | 5 + .../libxml2-2.9.2/test/relaxng/tutor10_1_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor10_1_2.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor10_1_3.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor10_1_4.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor10_1_5.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor10_1_6.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor10_2.rng | 3 + .../libxml2-2.9.2/test/relaxng/tutor10_2_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor10_2_2.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor10_2_3.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor10_2_4.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor10_3.rng | 12 + .../libxml2-2.9.2/test/relaxng/tutor10_3_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor10_4.rng | 12 + .../libxml2-2.9.2/test/relaxng/tutor10_4_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor10_5.rng | 13 + .../libxml2-2.9.2/test/relaxng/tutor10_5_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor10_6.rng | 13 + .../libxml2-2.9.2/test/relaxng/tutor10_6_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor10_7.rng | 9 + .../libxml2-2.9.2/test/relaxng/tutor10_7_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor10_7_2.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor10_7_3.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor10_8.rng | 9 + .../libxml2-2.9.2/test/relaxng/tutor10_8_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor10_8_2.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor10_8_3.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor10_9.rng | 14 + .../libxml2-2.9.2/test/relaxng/tutor10_9_1.xml | 5 + .../libxml2-2.9.2/test/relaxng/tutor11_1.rng | 22 + .../libxml2-2.9.2/test/relaxng/tutor11_1_1.xml | 22 + .../libxml2-2.9.2/test/relaxng/tutor11_1_2.xml | 7 + .../libxml2-2.9.2/test/relaxng/tutor11_1_3.xml | 4197 ++ .../libxml2-2.9.2/test/relaxng/tutor11_2.rng | 14 + .../libxml2-2.9.2/test/relaxng/tutor11_2_1.xml | 5 + .../libxml2-2.9.2/test/relaxng/tutor11_2_2.xml | 5 + .../libxml2-2.9.2/test/relaxng/tutor11_2_3.xml | 5 + .../libxml2-2.9.2/test/relaxng/tutor11_3.rng | 15 + .../libxml2-2.9.2/test/relaxng/tutor11_3_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor11_4.rng | 19 + .../libxml2-2.9.2/test/relaxng/tutor11_4_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor12_1.rng | 13 + .../libxml2-2.9.2/test/relaxng/tutor12_1_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor13_1.rng | 33 + .../libxml2-2.9.2/test/relaxng/tutor13_1_1.xml | 12 + .../libxml2-2.9.2/test/relaxng/tutor14_1.rng | 53 + .../libxml2-2.9.2/test/relaxng/tutor1_1.rng | 12 + .../libxml2-2.9.2/test/relaxng/tutor1_1_1.xml | 10 + .../libxml2-2.9.2/test/relaxng/tutor1_2.rng | 12 + .../libxml2-2.9.2/test/relaxng/tutor1_2_1.xml | 10 + .../libxml2-2.9.2/test/relaxng/tutor1_3.rng | 17 + .../libxml2-2.9.2/test/relaxng/tutor1_3_1.xml | 10 + .../libxml2-2.9.2/test/relaxng/tutor1_4.rng | 12 + .../libxml2-2.9.2/test/relaxng/tutor1_4_1.xml | 10 + .../libxml2-2.9.2/test/relaxng/tutor2_1.rng | 27 + .../libxml2-2.9.2/test/relaxng/tutor2_1_1.xml | 11 + .../libxml2-2.9.2/test/relaxng/tutor3_1.rng | 12 + .../libxml2-2.9.2/test/relaxng/tutor3_1_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor3_1_2.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor3_2.rng | 8 + .../libxml2-2.9.2/test/relaxng/tutor3_2_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor3_3.rng | 17 + .../libxml2-2.9.2/test/relaxng/tutor3_3_1.xml | 4 + .../libxml2-2.9.2/test/relaxng/tutor3_4.rng | 22 + .../libxml2-2.9.2/test/relaxng/tutor3_4_1.xml | 4 + .../libxml2-2.9.2/test/relaxng/tutor3_5.rng | 22 + .../libxml2-2.9.2/test/relaxng/tutor3_5_1.xml | 7 + .../libxml2-2.9.2/test/relaxng/tutor3_5_2.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor3_6.rng | 8 + .../libxml2-2.9.2/test/relaxng/tutor3_6_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor3_7.rng | 2 + .../libxml2-2.9.2/test/relaxng/tutor3_7_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor3_8.rng | 17 + .../libxml2-2.9.2/test/relaxng/tutor3_8_1.xml | 4 + .../libxml2-2.9.2/test/relaxng/tutor3_9.rng | 5 + .../libxml2-2.9.2/test/relaxng/tutor3_9_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor4_1.rng | 22 + .../libxml2-2.9.2/test/relaxng/tutor4_1_1.xml | 4 + .../libxml2-2.9.2/test/relaxng/tutor4_2.rng | 34 + .../libxml2-2.9.2/test/relaxng/tutor4_2_1.xml | 4 + .../libxml2-2.9.2/test/relaxng/tutor4_3.rng | 27 + .../libxml2-2.9.2/test/relaxng/tutor4_3_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor4_3_2.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor4_3_3.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor4_3_4.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor4_3_5.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor4_3_6.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor4_4.rng | 28 + .../libxml2-2.9.2/test/relaxng/tutor4_4_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor5_1.rng | 3 + .../libxml2-2.9.2/test/relaxng/tutor5_1_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor5_2.rng | 9 + .../libxml2-2.9.2/test/relaxng/tutor5_2_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor5_3.rng | 6 + .../libxml2-2.9.2/test/relaxng/tutor5_3_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor5_4.rng | 6 + .../libxml2-2.9.2/test/relaxng/tutor5_4_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor5_5.rng | 5 + .../libxml2-2.9.2/test/relaxng/tutor6_1.rng | 10 + .../libxml2-2.9.2/test/relaxng/tutor6_1_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor6_1_2.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor6_1_3.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor6_1_4.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor6_1_5.xml | 2 + .../libxml2-2.9.2/test/relaxng/tutor6_2.rng | 14 + .../libxml2-2.9.2/test/relaxng/tutor6_2_1.xml | 5 + .../libxml2-2.9.2/test/relaxng/tutor6_2_2.xml | 5 + .../libxml2-2.9.2/test/relaxng/tutor6_2_3.xml | 5 + .../libxml2-2.9.2/test/relaxng/tutor6_2_4.xml | 5 + .../libxml2-2.9.2/test/relaxng/tutor6_3.rng | 10 + .../libxml2-2.9.2/test/relaxng/tutor6_3_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_1.rng | 7 + .../libxml2-2.9.2/test/relaxng/tutor7_1_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_1_2.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_1_3.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_1_4.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_2.rng | 8 + .../libxml2-2.9.2/test/relaxng/tutor7_2_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_2_2.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_2_3.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_2_4.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_3.rng | 9 + .../libxml2-2.9.2/test/relaxng/tutor7_3_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_3_2.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_3_3.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_3_4.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor7_3_5.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor8_1.rng | 15 + .../libxml2-2.9.2/test/relaxng/tutor8_1_1.xml | 6 + .../libxml2-2.9.2/test/relaxng/tutor8_1_2.xml | 7 + .../libxml2-2.9.2/test/relaxng/tutor8_2.rng | 57 + .../libxml2-2.9.2/test/relaxng/tutor8_2_1.xml | 5 + .../libxml2-2.9.2/test/relaxng/tutor8_2_2.xml | 36 + .../libxml2-2.9.2/test/relaxng/tutor8_2_3.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor8_2_4.xml | 6 + .../libxml2-2.9.2/test/relaxng/tutor8_2_5.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor8_2_6.xml | 5 + .../libxml2-2.9.2/test/relaxng/tutor8_3.rng | 9 + .../libxml2-2.9.2/test/relaxng/tutor8_3_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor9_1.rng | 17 + .../libxml2-2.9.2/test/relaxng/tutor9_10.rng | 26 + .../libxml2-2.9.2/test/relaxng/tutor9_10_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor9_11.rng | 16 + .../libxml2-2.9.2/test/relaxng/tutor9_11_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor9_12.rng | 22 + .../libxml2-2.9.2/test/relaxng/tutor9_12_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor9_1_1.xml | 7 + .../libxml2-2.9.2/test/relaxng/tutor9_2.rng | 7 + .../libxml2-2.9.2/test/relaxng/tutor9_2_1.xml | 4 + .../libxml2-2.9.2/test/relaxng/tutor9_2_2.xml | 4 + .../libxml2-2.9.2/test/relaxng/tutor9_3.rng | 37 + .../libxml2-2.9.2/test/relaxng/tutor9_3_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor9_3_2.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor9_4.rng | 36 + .../libxml2-2.9.2/test/relaxng/tutor9_4_1.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor9_4_2.xml | 1 + .../libxml2-2.9.2/test/relaxng/tutor9_5.rng | 25 + .../libxml2-2.9.2/test/relaxng/tutor9_5_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor9_5_2.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor9_5_3.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor9_6.rng | 24 + .../libxml2-2.9.2/test/relaxng/tutor9_6_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor9_6_2.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor9_6_3.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor9_7.rng | 26 + .../libxml2-2.9.2/test/relaxng/tutor9_7_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor9_8.rng | 42 + .../libxml2-2.9.2/test/relaxng/tutor9_8_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutor9_9.rng | 37 + .../libxml2-2.9.2/test/relaxng/tutor9_9_1.xml | 3 + .../libxml2-2.9.2/test/relaxng/tutorA.rng | 334 + .../libxml2-2.9.2/test/schemas/570702_0.xml | 13 + .../libxml2-2.9.2/test/schemas/570702_0.xsd | 25 + .../libxml2-2.9.2/test/schemas/579746_0.xml | 3 + .../libxml2-2.9.2/test/schemas/579746_0.xsd | 11 + .../libxml2-2.9.2/test/schemas/579746_1.xml | 4 + .../libxml2-2.9.2/test/schemas/579746_1.xsd | 10 + .../libxml2-2.9.2/test/schemas/579746_2.xml | 5 + .../libxml2-2.9.2/test/schemas/579746_3.xml | 7 + .../libxml2-2.9.2/test/schemas/579746_4.xml | 5 + .../libxml2-2.9.2/test/schemas/579746_5.xml | 6 + .../test/schemas/582887-attribute.xsd | 12 + .../test/schemas/582887-common.xsd | 8 + .../test/schemas/582887-element.xsd | 11 + .../libxml2-2.9.2/test/schemas/582887_0.xml | 7 + .../libxml2-2.9.2/test/schemas/582887_0.xsd | 17 + .../test/schemas/582906-1-common.xsd | 6 + .../test/schemas/582906-1-prog1.xsd | 11 + .../test/schemas/582906-1-prog2-include.xsd | 9 + .../test/schemas/582906-1-prog2.xsd | 13 + .../libxml2-2.9.2/test/schemas/582906-1_0.xml | 5 + .../libxml2-2.9.2/test/schemas/582906-1_0.xsd | 20 + .../test/schemas/582906-2-common.xsd | 7 + .../test/schemas/582906-2-prog1.xsd | 11 + .../test/schemas/582906-2-prog2-include.xsd | 9 + .../test/schemas/582906-2-prog2.xsd | 13 + .../libxml2-2.9.2/test/schemas/582906-2_0.xml | 5 + .../libxml2-2.9.2/test/schemas/582906-2_0.xsd | 20 + .../3rdparty/libxml2-2.9.2/test/schemas/all.xsd | 16 + .../libxml2-2.9.2/test/schemas/all1_0.xml | 4 + .../libxml2-2.9.2/test/schemas/all1_0.xsd | 10 + .../libxml2-2.9.2/test/schemas/all_0.xml | 1 + .../libxml2-2.9.2/test/schemas/all_0.xsd | 12 + .../libxml2-2.9.2/test/schemas/all_1.xml | 2 + .../libxml2-2.9.2/test/schemas/all_1.xsd | 12 + .../libxml2-2.9.2/test/schemas/all_2.xml | 1 + .../libxml2-2.9.2/test/schemas/all_2.xsd | 11 + .../libxml2-2.9.2/test/schemas/all_3.xml | 1 + .../libxml2-2.9.2/test/schemas/all_4.xml | 1 + .../libxml2-2.9.2/test/schemas/all_5.xml | 1 + .../libxml2-2.9.2/test/schemas/all_6.xml | 1 + .../libxml2-2.9.2/test/schemas/all_7.xml | 1 + .../libxml2-2.9.2/test/schemas/allsg_0.xml | 7 + .../libxml2-2.9.2/test/schemas/allsg_0.xsd | 26 + .../libxml2-2.9.2/test/schemas/allsg_1.xml | 8 + .../libxml2-2.9.2/test/schemas/allsg_2.xml | 8 + .../libxml2-2.9.2/test/schemas/allsg_3.xml | 7 + .../libxml2-2.9.2/test/schemas/allsg_4.xml | 7 + .../libxml2-2.9.2/test/schemas/allsg_5.xml | 8 + .../libxml2-2.9.2/test/schemas/annot-err_0.xml | 4 + .../libxml2-2.9.2/test/schemas/annot-err_0.xsd | 21 + .../libxml2-2.9.2/test/schemas/any1_0.xml | 21 + .../libxml2-2.9.2/test/schemas/any1_0.xsd | 22 + .../libxml2-2.9.2/test/schemas/any2_0.xml | 24 + .../libxml2-2.9.2/test/schemas/any2_0.xsd | 26 + .../libxml2-2.9.2/test/schemas/any3_0.xml | 17 + .../libxml2-2.9.2/test/schemas/any3_0.xsd | 17 + .../libxml2-2.9.2/test/schemas/any4_0.xml | 17 + .../libxml2-2.9.2/test/schemas/any4_0.xsd | 28 + .../libxml2-2.9.2/test/schemas/any5_0.xml | 7 + .../libxml2-2.9.2/test/schemas/any5_0.xsd | 13 + .../libxml2-2.9.2/test/schemas/any5_1.xml | 12 + .../libxml2-2.9.2/test/schemas/any5_1.xsd | 14 + .../libxml2-2.9.2/test/schemas/any5_2.xml | 8 + .../libxml2-2.9.2/test/schemas/any5_3.xml | 11 + .../libxml2-2.9.2/test/schemas/any5_4.xml | 12 + .../libxml2-2.9.2/test/schemas/any5_5.xml | 12 + .../libxml2-2.9.2/test/schemas/any5_6.xml | 13 + .../libxml2-2.9.2/test/schemas/any6_0.xml | 8 + .../libxml2-2.9.2/test/schemas/any6_1.xsd | 36 + .../libxml2-2.9.2/test/schemas/any6_2.xsd | 19 + .../libxml2-2.9.2/test/schemas/any7_0.xml | 19 + .../libxml2-2.9.2/test/schemas/any7_1.xml | 18 + .../libxml2-2.9.2/test/schemas/any7_1.xsd | 13 + .../libxml2-2.9.2/test/schemas/any7_2.xml | 20 + .../libxml2-2.9.2/test/schemas/any7_2.xsd | 13 + .../libxml2-2.9.2/test/schemas/any8_0.xml | 9 + .../libxml2-2.9.2/test/schemas/any8_1.xsd | 20 + .../test/schemas/anyAttr-derive-errors1_0.xml | 30 + .../test/schemas/anyAttr-derive-errors1_0.xsd | 223 + .../test/schemas/anyAttr-derive1_0.xml | 30 + .../test/schemas/anyAttr-derive1_0.xsd | 227 + .../test/schemas/anyAttr-derive2_0.xml | 9 + .../test/schemas/anyAttr-derive2_0.xsd | 33 + .../test/schemas/anyAttr-errors1_0.xml | 26 + .../schemas/anyAttr-processContents-err1_0.xml | 11 + .../schemas/anyAttr-processContents-err1_0.xsd | 26 + .../test/schemas/anyAttr-processContents1_0.xml | 13 + .../test/schemas/anyAttr-processContents1_0.xsd | 32 + .../test/schemas/anyAttr.importA.1_0.xsd | 24 + .../test/schemas/anyAttr.importB.1_0.xsd | 21 + .../libxml2-2.9.2/test/schemas/anyAttr1_0.xml | 31 + .../libxml2-2.9.2/test/schemas/anyAttr1_0.xsd | 144 + .../libxml2-2.9.2/test/schemas/attr0_0.xml | 1 + .../libxml2-2.9.2/test/schemas/attr0_0.xsd | 13 + .../libxml2-2.9.2/test/schemas/attruse_0_0.xml | 8 + .../libxml2-2.9.2/test/schemas/attruse_0_0.xsd | 32 + .../libxml2-2.9.2/test/schemas/attruse_0_1.xml | 8 + .../libxml2-2.9.2/test/schemas/attruse_0_2.xml | 8 + .../libxml2-2.9.2/test/schemas/bug141312_0.xml | 2 + .../libxml2-2.9.2/test/schemas/bug141312_0.xsd | 16 + .../libxml2-2.9.2/test/schemas/bug141333.xml | 9 + .../libxml2-2.9.2/test/schemas/bug141333.xsd | 25 + .../libxml2-2.9.2/test/schemas/bug141333_0.xml | 9 + .../libxml2-2.9.2/test/schemas/bug141333_0.xsd | 25 + .../libxml2-2.9.2/test/schemas/bug143951.imp | 12 + .../libxml2-2.9.2/test/schemas/bug143951_0.xml | 9 + .../libxml2-2.9.2/test/schemas/bug143951_0.xsd | 17 + .../test/schemas/bug145246.xsd.imp | 119 + .../libxml2-2.9.2/test/schemas/bug145246_0.xml | 30 + .../libxml2-2.9.2/test/schemas/bug145246_0.xsd | 173 + .../libxml2-2.9.2/test/schemas/bug152470_1.xml | 9 + .../libxml2-2.9.2/test/schemas/bug152470_1.xsd | 49 + .../libxml2-2.9.2/test/schemas/bug167754_0.xml | 12 + .../libxml2-2.9.2/test/schemas/bug167754_0.xsd | 29 + .../libxml2-2.9.2/test/schemas/bug303566_1.xml | 19 + .../libxml2-2.9.2/test/schemas/bug303566_1.xsd | 63 + .../libxml2-2.9.2/test/schemas/bug306806_0.xml | 111 + .../libxml2-2.9.2/test/schemas/bug306806_1.xsd | 544 + .../libxml2-2.9.2/test/schemas/bug309338_0.xml | 4 + .../libxml2-2.9.2/test/schemas/bug309338_1.xsd | 13 + .../libxml2-2.9.2/test/schemas/bug310264_0.xml | 41 + .../libxml2-2.9.2/test/schemas/bug310264_0.xsd | 18 + .../libxml2-2.9.2/test/schemas/bug312957_0.xml | 14 + .../libxml2-2.9.2/test/schemas/bug312957_1.xsd | 39 + .../libxml2-2.9.2/test/schemas/bug313982_0.xml | 4 + .../libxml2-2.9.2/test/schemas/bug313982_0.xsd | 11 + .../libxml2-2.9.2/test/schemas/bug321475_0.xml | 10 + .../libxml2-2.9.2/test/schemas/bug321475_1.xsd | 48 + .../libxml2-2.9.2/test/schemas/bug322411_0.xml | 93 + .../libxml2-2.9.2/test/schemas/bug322411_1.xsd | 35 + .../libxml2-2.9.2/test/schemas/bug323510_0.xml | 3 + .../libxml2-2.9.2/test/schemas/bug323510_1.xsd | 12 + .../libxml2-2.9.2/test/schemas/bug455953_0.xml | 9 + .../libxml2-2.9.2/test/schemas/bug455953_0.xsd | 29 + .../test/schemas/changelog093_0.xml | 14 + .../test/schemas/changelog093_1.xsd | 253 + .../libxml2-2.9.2/test/schemas/choice_0.xml | 3 + .../libxml2-2.9.2/test/schemas/choice_0.xsd | 13 + .../libxml2-2.9.2/test/schemas/choice_1.xml | 3 + .../libxml2-2.9.2/test/schemas/choice_1.xsd | 13 + .../libxml2-2.9.2/test/schemas/choice_2.xml | 4 + .../libxml2-2.9.2/test/schemas/choice_2.xsd | 13 + .../libxml2-2.9.2/test/schemas/choice_3.xml | 4 + .../libxml2-2.9.2/test/schemas/choice_4.xml | 2 + .../libxml2-2.9.2/test/schemas/choice_5.xml | 6 + .../libxml2-2.9.2/test/schemas/choice_6.xml | 7 + .../test/schemas/complex-type-extension_0.xml | 12 + .../test/schemas/complex-type-extension_0.xsd | 27 + .../test/schemas/cos-ct-extends-1-3_0.xml | 9 + .../test/schemas/cos-ct-extends-1-3_0.xsd | 51 + .../test/schemas/cos-st-restricts-1-2-err_0.xml | 3 + .../test/schemas/cos-st-restricts-1-2-err_0.xsd | 30 + .../test/schemas/ct-sc-nobase_0.xml | 4 + .../test/schemas/ct-sc-nobase_0.xsd | 24 + .../libxml2-2.9.2/test/schemas/date_0.xml | 26 + .../libxml2-2.9.2/test/schemas/date_0.xsd | 122 + .../libxml2-2.9.2/test/schemas/decimal-1.xml | 37 + .../libxml2-2.9.2/test/schemas/decimal-1.xsd | 29 + .../libxml2-2.9.2/test/schemas/decimal-1_0.xml | 24 + .../libxml2-2.9.2/test/schemas/decimal-1_1.xsd | 19 + .../libxml2-2.9.2/test/schemas/decimal-2_0.xml | 14 + .../libxml2-2.9.2/test/schemas/decimal-2_1.xsd | 18 + .../libxml2-2.9.2/test/schemas/decimal-3_0.xml | 17 + .../libxml2-2.9.2/test/schemas/decimal-3_1.xsd | 18 + .../schemas/derivation-ok-extension-err_0.xml | 9 + .../schemas/derivation-ok-extension-err_0.xsd | 22 + .../test/schemas/derivation-ok-extension_0.xml | 9 + .../test/schemas/derivation-ok-extension_0.xsd | 22 + .../derivation-ok-restriction-2-1-1_0.xml | 8 + .../derivation-ok-restriction-2-1-1_0.xsd | 56 + .../derivation-ok-restriction-4-1-err_0.xml | 8 + .../derivation-ok-restriction-4-1-err_0.xsd | 69 + .../derivation-restriction-anyAttr_0.xml | 12 + .../derivation-restriction-anyAttr_0.xsd | 24 + .../schemas/derivation-restriction-anyType.xml | 9 + .../schemas/derivation-restriction-anyType.xsd | 22 + .../libxml2-2.9.2/test/schemas/deter0_0.xml | 5 + .../libxml2-2.9.2/test/schemas/deter0_0.xsd | 16 + .../libxml2-2.9.2/test/schemas/dur_0.xml | 13 + .../libxml2-2.9.2/test/schemas/dur_0.xsd | 72 + .../libxml2-2.9.2/test/schemas/elem0_0.xml | 3 + .../libxml2-2.9.2/test/schemas/elem0_0.xsd | 16 + .../test/schemas/element-err_0.xml | 4 + .../test/schemas/element-err_0.xsd | 39 + .../test/schemas/element-minmax-err_0.xml | 5 + .../test/schemas/element-minmax-err_0.xsd | 11 + .../test/schemas/empty-value_0.xml | 2 + .../test/schemas/empty-value_1.xml | 2 + .../test/schemas/empty-value_1.xsd | 24 + .../libxml2-2.9.2/test/schemas/empty_0.xml | 1 + .../libxml2-2.9.2/test/schemas/empty_0.xsd | 13 + .../libxml2-2.9.2/test/schemas/empty_1.xsd | 9 + .../libxml2-2.9.2/test/schemas/extension0_0.xml | 7 + .../libxml2-2.9.2/test/schemas/extension0_0.xsd | 20 + .../libxml2-2.9.2/test/schemas/extension1_0.xml | 1 + .../libxml2-2.9.2/test/schemas/extension1_0.xsd | 17 + .../libxml2-2.9.2/test/schemas/extension1_1.xml | 1 + .../libxml2-2.9.2/test/schemas/extension1_2.xml | 1 + .../libxml2-2.9.2/test/schemas/extension2_0.xml | 4 + .../libxml2-2.9.2/test/schemas/extension2_1.xsd | 17 + .../test/schemas/facet-unionST-err1_0.xml | 4 + .../test/schemas/facet-unionST-err1_0.xsd | 27 + .../test/schemas/facet-whiteSpace_0.xml | 7 + .../test/schemas/facet-whiteSpace_0.xsd | 12 + .../libxml2-2.9.2/test/schemas/group0_0.xml | 3 + .../libxml2-2.9.2/test/schemas/group0_0.xsd | 18 + .../libxml2-2.9.2/test/schemas/hexbinary_0.xml | 20 + .../libxml2-2.9.2/test/schemas/hexbinary_0.xsd | 35 + .../libxml2-2.9.2/test/schemas/hexbinary_1.xml | 15 + .../test/schemas/idc-keyref-err1_0.xml | 14 + .../test/schemas/idc-keyref-err1_1.xsd | 53 + .../test/schemas/import-455953.xsd | 24 + .../test/schemas/import-bad-1_0.imp | 5 + .../libxml2-2.9.2/test/schemas/import0_0.imp | 13 + .../libxml2-2.9.2/test/schemas/import0_0.xml | 8 + .../libxml2-2.9.2/test/schemas/import0_0.xsd | 21 + .../libxml2-2.9.2/test/schemas/import1_0.imp | 8 + .../libxml2-2.9.2/test/schemas/import1_0.xml | 11 + .../libxml2-2.9.2/test/schemas/import1_0.xsd | 30 + .../libxml2-2.9.2/test/schemas/import1_0b.imp | 8 + .../libxml2-2.9.2/test/schemas/import2_0.imp | 24 + .../libxml2-2.9.2/test/schemas/import2_0.xml | 8 + .../libxml2-2.9.2/test/schemas/import2_0.xsd | 24 + .../libxml2-2.9.2/test/schemas/include1_0.inc | 28 + .../libxml2-2.9.2/test/schemas/include1_0.xml | 8 + .../libxml2-2.9.2/test/schemas/include1_0.xsd | 15 + .../libxml2-2.9.2/test/schemas/include2_0.inc | 17 + .../libxml2-2.9.2/test/schemas/include2_0.xml | 9 + .../libxml2-2.9.2/test/schemas/include2_0.xsd | 14 + .../libxml2-2.9.2/test/schemas/include3_0.inc | 5 + .../libxml2-2.9.2/test/schemas/include3_0.xml | 7 + .../libxml2-2.9.2/test/schemas/include3_0.xsd | 9 + .../libxml2-2.9.2/test/schemas/item_0.xml | 6 + .../libxml2-2.9.2/test/schemas/item_0.xsd | 39 + .../libxml2-2.9.2/test/schemas/item_1.xsd | 42 + .../libxml2-2.9.2/test/schemas/length1_0.xml | 1 + .../libxml2-2.9.2/test/schemas/length1_0.xsd | 11 + .../libxml2-2.9.2/test/schemas/length2_0.xml | 5 + .../libxml2-2.9.2/test/schemas/length2_0.xsd | 14 + .../libxml2-2.9.2/test/schemas/length3_0.xml | 5 + .../libxml2-2.9.2/test/schemas/length3_0.xsd | 10 + .../libxml2-2.9.2/test/schemas/list0_0.xml | 6 + .../libxml2-2.9.2/test/schemas/list0_0.xsd | 13 + .../libxml2-2.9.2/test/schemas/list0_1.xml | 3 + .../libxml2-2.9.2/test/schemas/list0_1.xsd | 13 + .../libxml2-2.9.2/test/schemas/list0_2.xml | 4 + .../libxml2-2.9.2/test/schemas/mixed0_0.xml | 1 + .../libxml2-2.9.2/test/schemas/mixed0_0.xsd | 5 + .../libxml2-2.9.2/test/schemas/mixed1_0.xml | 1 + .../libxml2-2.9.2/test/schemas/mixed1_0.xsd | 7 + .../libxml2-2.9.2/test/schemas/ns0_0.xml | 2 + .../libxml2-2.9.2/test/schemas/ns0_0.xsd | 16 + .../libxml2-2.9.2/test/schemas/ns0_1.xml | 2 + .../libxml2-2.9.2/test/schemas/ns0_1.xsd | 16 + .../libxml2-2.9.2/test/schemas/ns0_2.xml | 2 + .../libxml2-2.9.2/test/schemas/ns0_3.xml | 2 + .../libxml2-2.9.2/test/schemas/ns0_4.xml | 3 + .../libxml2-2.9.2/test/schemas/ns1_0.xml | 2 + .../libxml2-2.9.2/test/schemas/ns1_0.xsd | 3 + .../libxml2-2.9.2/test/schemas/ns2_0.xml | 1 + .../libxml2-2.9.2/test/schemas/ns2_0.xsd | 15 + .../libxml2-2.9.2/test/schemas/nvdcve_0.xml | 5235 ++ .../libxml2-2.9.2/test/schemas/nvdcve_0.xsd | 498 + .../libxml2-2.9.2/test/schemas/po0_0.xml | 32 + .../libxml2-2.9.2/test/schemas/po0_0.xsd | 59 + .../libxml2-2.9.2/test/schemas/po1_0.xml | 34 + .../libxml2-2.9.2/test/schemas/po1_0.xsd | 64 + .../test/schemas/poschargrp0_0.xml | 2 + .../test/schemas/poschargrp0_0.xsd | 14 + .../test/schemas/regexp-char-ref_0.xml | 7 + .../test/schemas/regexp-char-ref_0.xsd | 20 + .../test/schemas/regexp-char-ref_1.xsd | 20 + .../test/schemas/restrict-CT-attr-ref_0.xml | 3 + .../test/schemas/restrict-CT-attr-ref_0.xsd | 30 + .../test/schemas/restriction-attr1_0.xml | 3 + .../test/schemas/restriction-attr1_0.xsd | 18 + .../test/schemas/restriction-enum-1_0.xml | 7 + .../test/schemas/restriction-enum-1_1.xsd | 19 + .../test/schemas/restriction0_0.xml | 5 + .../test/schemas/restriction0_0.xsd | 21 + .../test/schemas/scc-no-xmlns_0.xml | 3 + .../test/schemas/scc-no-xmlns_0.xsd | 11 + .../libxml2-2.9.2/test/schemas/scc-no-xsi_0.xml | 3 + .../libxml2-2.9.2/test/schemas/scc-no-xsi_0.xsd | 11 + .../test/schemas/seq-dubl-elem1_0.xml | 7 + .../test/schemas/seq-dubl-elem1_0.xsd | 25 + .../libxml2-2.9.2/test/schemas/seq0_0.xml | 61 + .../libxml2-2.9.2/test/schemas/seq0_0.xsd | 64 + .../test/schemas/src-attribute1_0.xml | 2 + .../test/schemas/src-attribute1_0.xsd | 13 + .../test/schemas/src-attribute2_0.xml | 2 + .../test/schemas/src-attribute2_0.xsd | 13 + .../test/schemas/src-attribute3-1_0.xml | 2 + .../test/schemas/src-attribute3-1_0.xsd | 15 + .../test/schemas/src-attribute3-2-form_0.xml | 2 + .../test/schemas/src-attribute3-2-form_0.xsd | 16 + .../test/schemas/src-attribute3-2-st_0.xml | 2 + .../test/schemas/src-attribute3-2-st_0.xsd | 22 + .../test/schemas/src-attribute3-2-type_0.xml | 2 + .../test/schemas/src-attribute3-2-type_0.xsd | 16 + .../test/schemas/src-attribute4_0.xml | 2 + .../test/schemas/src-attribute4_0.xsd | 17 + .../test/schemas/src-element1_0.xml | 2 + .../test/schemas/src-element1_0.xsd | 9 + .../test/schemas/src-element2-1_0.xml | 2 + .../test/schemas/src-element2-1_0.xsd | 17 + .../test/schemas/src-element2-2_0.xml | 2 + .../test/schemas/src-element2-2_0.xsd | 48 + .../test/schemas/src-element3_0.xml | 2 + .../test/schemas/src-element3_0.xsd | 29 + .../test/schemas/subst-group-1_0.xsd | 45 + .../test/schemas/subst-group-1_1.xml | 12 + .../libxml2-2.9.2/test/schemas/union2_1.xml | 6 + .../libxml2-2.9.2/test/schemas/union2_1.xsd | 21 + .../libxml2-2.9.2/test/schemas/union_0_0.xml | 8 + .../libxml2-2.9.2/test/schemas/union_0_0.xsd | 53 + .../test/schemas/vdv-complexTypes.xsd | 37 + .../libxml2-2.9.2/test/schemas/vdv-first0_0.xml | 33 + .../libxml2-2.9.2/test/schemas/vdv-first0_0.xsd | 67 + .../libxml2-2.9.2/test/schemas/vdv-first1_0.xml | 33 + .../libxml2-2.9.2/test/schemas/vdv-first1_0.xsd | 47 + .../libxml2-2.9.2/test/schemas/vdv-first2_0.xml | 33 + .../libxml2-2.9.2/test/schemas/vdv-first2_0.xsd | 89 + .../libxml2-2.9.2/test/schemas/vdv-first3_0.xml | 33 + .../libxml2-2.9.2/test/schemas/vdv-first3_0.xsd | 68 + .../libxml2-2.9.2/test/schemas/vdv-first4_0.xml | 33 + .../libxml2-2.9.2/test/schemas/vdv-first4_0.xsd | 150 + .../libxml2-2.9.2/test/schemas/vdv-first4_1.xml | 33 + .../libxml2-2.9.2/test/schemas/vdv-first4_2.xml | 33 + .../libxml2-2.9.2/test/schemas/vdv-first5_0.xml | 33 + .../libxml2-2.9.2/test/schemas/vdv-first5_0.xsd | 85 + .../test/schemas/vdv-simpleTypes.xsd | 38 + .../3rdparty/libxml2-2.9.2/test/schemas/xml.xsd | 117 + .../test/schemas/xsd-list-itemType_0.xml | 3 + .../test/schemas/xsd-list-itemType_0.xsd | 14 + .../test/schemas/xsd-simpleType-varieties_0.xml | 8 + .../test/schemas/xsd-simpleType-varieties_0.xsd | 45 + .../libxml2-2.9.2/test/schematron/zvon1.sct | 23 + .../libxml2-2.9.2/test/schematron/zvon10.sct | 15 + .../libxml2-2.9.2/test/schematron/zvon10_0.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon10_1.xml | 4 + .../libxml2-2.9.2/test/schematron/zvon11.sct | 8 + .../libxml2-2.9.2/test/schematron/zvon11_0.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon11_1.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon11_2.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon11_3.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon12.sct | 8 + .../libxml2-2.9.2/test/schematron/zvon12_0.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon12_1.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon12_2.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon13.sct | 7 + .../libxml2-2.9.2/test/schematron/zvon13_0.xml | 6 + .../libxml2-2.9.2/test/schematron/zvon13_1.xml | 5 + .../libxml2-2.9.2/test/schematron/zvon13_2.xml | 5 + .../libxml2-2.9.2/test/schematron/zvon14.sct | 10 + .../libxml2-2.9.2/test/schematron/zvon14_0.xml | 12 + .../libxml2-2.9.2/test/schematron/zvon15.sct | 11 + .../libxml2-2.9.2/test/schematron/zvon15_0.xml | 4 + .../libxml2-2.9.2/test/schematron/zvon1_0.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon1_1.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon2.sct | 9 + .../libxml2-2.9.2/test/schematron/zvon2_0.xml | 4 + .../libxml2-2.9.2/test/schematron/zvon2_1.xml | 4 + .../libxml2-2.9.2/test/schematron/zvon2_2.xml | 5 + .../libxml2-2.9.2/test/schematron/zvon3.sct | 8 + .../libxml2-2.9.2/test/schematron/zvon3_0.xml | 8 + .../libxml2-2.9.2/test/schematron/zvon4.sct | 10 + .../libxml2-2.9.2/test/schematron/zvon4_0.xml | 6 + .../libxml2-2.9.2/test/schematron/zvon4_1.xml | 6 + .../libxml2-2.9.2/test/schematron/zvon5.sct | 12 + .../libxml2-2.9.2/test/schematron/zvon5_0.xml | 5 + .../libxml2-2.9.2/test/schematron/zvon5_1.xml | 5 + .../libxml2-2.9.2/test/schematron/zvon5_2.xml | 7 + .../libxml2-2.9.2/test/schematron/zvon6.sct | 8 + .../libxml2-2.9.2/test/schematron/zvon6_0.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon6_1.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon6_2.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon7.sct | 9 + .../libxml2-2.9.2/test/schematron/zvon7_0.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon7_1.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon7_2.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon7_3.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon7_4.xml | 3 + .../libxml2-2.9.2/test/schematron/zvon8.sct | 10 + .../libxml2-2.9.2/test/schematron/zvon8_0.xml | 8 + .../libxml2-2.9.2/test/schematron/zvon8_1.xml | 7 + .../libxml2-2.9.2/test/schematron/zvon8_2.xml | 7 + .../libxml2-2.9.2/test/schematron/zvon9.sct | 9 + .../libxml2-2.9.2/test/schematron/zvon9_0.xml | 7 + .../libxml2-2.9.2/test/schematron/zvon9_1.xml | 7 + .../libxml2-2.9.2/test/schematron/zvon9_2.xml | 7 + .../libxml2-2.9.2/test/scripts/base.script | 7 + .../libxml2-2.9.2/test/scripts/base.xml | 7 + .../libxml2-2.9.2/test/scripts/base2.script | 7 + .../libxml2-2.9.2/test/scripts/base2.xml | 7 + .../libxml2-2.9.2/test/scripts/set1.script | 2 + .../libxml2-2.9.2/test/scripts/set1.xml | 1 + .../libxml2-2.9.2/test/scripts/set3.script | 5 + .../libxml2-2.9.2/test/scripts/set3.xml | 1 + .../libxml2-2.9.2/test/scripts/set4.script | 4 + .../libxml2-2.9.2/test/scripts/set4.xml | 1 + .../3rdparty/libxml2-2.9.2/test/slashdot.rdf | 66 + .../3rdparty/libxml2-2.9.2/test/slashdot.xml | 112 + .../3rdparty/libxml2-2.9.2/test/slashdot16.xml | Bin 0 -> 10374 bytes .../platform/3rdparty/libxml2-2.9.2/test/svg1 | 163 + .../platform/3rdparty/libxml2-2.9.2/test/svg2 | 58 + .../platform/3rdparty/libxml2-2.9.2/test/svg3 | 722 + .../test/threads/a.example.org.xml | 6 + .../3rdparty/libxml2-2.9.2/test/threads/a/a.dtd | 1 + .../3rdparty/libxml2-2.9.2/test/threads/abc.dtd | 7 + .../3rdparty/libxml2-2.9.2/test/threads/abc.xml | 7 + .../3rdparty/libxml2-2.9.2/test/threads/acb.dtd | 7 + .../3rdparty/libxml2-2.9.2/test/threads/acb.xml | 7 + .../test/threads/b.example.org.xml | 6 + .../3rdparty/libxml2-2.9.2/test/threads/b/b.dtd | 2 + .../3rdparty/libxml2-2.9.2/test/threads/bac.dtd | 7 + .../3rdparty/libxml2-2.9.2/test/threads/bac.xml | 7 + .../3rdparty/libxml2-2.9.2/test/threads/bca.dtd | 7 + .../3rdparty/libxml2-2.9.2/test/threads/bca.xml | 7 + .../test/threads/c.example.org.xml | 6 + .../3rdparty/libxml2-2.9.2/test/threads/c/c.dtd | 1 + .../3rdparty/libxml2-2.9.2/test/threads/cab.dtd | 7 + .../3rdparty/libxml2-2.9.2/test/threads/cab.xml | 7 + .../3rdparty/libxml2-2.9.2/test/threads/cba.dtd | 7 + .../3rdparty/libxml2-2.9.2/test/threads/cba.xml | 7 + .../libxml2-2.9.2/test/threads/complex.xml | 6 + .../libxml2-2.9.2/test/threads/example.org.xml | 9 + .../libxml2-2.9.2/test/threads/invalid.xml | 2 + .../3rdparty/libxml2-2.9.2/test/title.xml | 2 + .../3rdparty/libxml2-2.9.2/test/tstblanks.xml | 495 + .../3rdparty/libxml2-2.9.2/test/utf16bebom.xml | Bin 0 -> 346 bytes .../3rdparty/libxml2-2.9.2/test/utf16bom.xml | Bin 0 -> 256 bytes .../3rdparty/libxml2-2.9.2/test/utf16lebom.xml | Bin 0 -> 344 bytes .../3rdparty/libxml2-2.9.2/test/utf8bom.xml | 1 + .../libxml2-2.9.2/test/valid/127772.xml | 7 + .../libxml2-2.9.2/test/valid/694228.xml | 5 + .../test/valid/REC-xml-19980210.xml | 4197 ++ .../libxml2-2.9.2/test/valid/UTF16Entity.xml | 8 + .../3rdparty/libxml2-2.9.2/test/valid/dia.xml | 163 + .../libxml2-2.9.2/test/valid/dtds/127772.dtd | 7 + .../libxml2-2.9.2/test/valid/dtds/694228.dtd | 3 + .../test/valid/dtds/NewsMLv1.0.dtd | 1578 + .../libxml2-2.9.2/test/valid/dtds/destfoo.ent | 1 + .../libxml2-2.9.2/test/valid/dtds/external.ent | 3 + .../libxml2-2.9.2/test/valid/dtds/external2.ent | 1 + .../libxml2-2.9.2/test/valid/dtds/nitf-2-5.dtd | 1004 + .../libxml2-2.9.2/test/valid/dtds/notes.dtd | 19 + .../test/valid/dtds/objednavka.dtd | 23 + .../libxml2-2.9.2/test/valid/dtds/spec.dtd | 972 + .../libxml2-2.9.2/test/valid/dtds/utf16b.ent | Bin 0 -> 98 bytes .../libxml2-2.9.2/test/valid/dtds/utf16l.ent | Bin 0 -> 98 bytes .../test/valid/dtds/xhtml-lat1.ent | 196 + .../test/valid/dtds/xhtml-special.ent | 79 + .../test/valid/dtds/xhtml-symbol.ent | 242 + .../libxml2-2.9.2/test/valid/dtds/xhtml.cat | 14 + .../test/valid/dtds/xhtml1-frameset.dtd | 1223 + .../test/valid/dtds/xhtml1-strict.dtd | 986 + .../test/valid/dtds/xhtml1-transitional.dtd | 1194 + .../libxml2-2.9.2/test/valid/dtds/xhtml1.dcl | 179 + .../libxml2-2.9.2/test/valid/dtds/xmlspec.dtd | 1102 + .../3rdparty/libxml2-2.9.2/test/valid/id1.xml | 13 + .../3rdparty/libxml2-2.9.2/test/valid/id2.xml | 14 + .../3rdparty/libxml2-2.9.2/test/valid/id3.xml | 14 + .../3rdparty/libxml2-2.9.2/test/valid/index.xml | 111 + .../libxml2-2.9.2/test/valid/mixed_ns.xml | 16 + .../3rdparty/libxml2-2.9.2/test/valid/notes.xml | 5 + .../3rdparty/libxml2-2.9.2/test/valid/ns.xml | 9 + .../3rdparty/libxml2-2.9.2/test/valid/ns2.xml | 14 + .../libxml2-2.9.2/test/valid/objednavka.xml | 39 + .../3rdparty/libxml2-2.9.2/test/valid/rss.xml | 177 + .../3rdparty/libxml2-2.9.2/test/valid/t10.xml | 12 + .../3rdparty/libxml2-2.9.2/test/valid/t11.xml | 2 + .../3rdparty/libxml2-2.9.2/test/valid/t4.dtd | 4 + .../3rdparty/libxml2-2.9.2/test/valid/t4.xml | 3 + .../3rdparty/libxml2-2.9.2/test/valid/t4a.dtd | 5 + .../3rdparty/libxml2-2.9.2/test/valid/t4a.xml | 3 + .../3rdparty/libxml2-2.9.2/test/valid/t6.dtd | 5 + .../3rdparty/libxml2-2.9.2/test/valid/t6.xml | 3 + .../3rdparty/libxml2-2.9.2/test/valid/t8.xml | 8 + .../3rdparty/libxml2-2.9.2/test/valid/t8a.xml | 8 + .../3rdparty/libxml2-2.9.2/test/valid/t9.xml | 8 + .../3rdparty/libxml2-2.9.2/test/valid/t9a.xml | 8 + .../libxml2-2.9.2/test/valid/xhtml1.xhtml | 1505 + .../3rdparty/libxml2-2.9.2/test/valid/xlink.xml | 529 + .../3rdparty/libxml2-2.9.2/test/wap.xml | 27 + .../3rdparty/libxml2-2.9.2/test/warning/ent8 | 3 + .../3rdparty/libxml2-2.9.2/test/warning/ent9 | 7 + .../3rdparty/libxml2-2.9.2/test/winblanks.xml | 5 + .../3rdparty/libxml2-2.9.2/test/wml.xml | 11 + .../platform/3rdparty/libxml2-2.9.2/test/xhtml1 | 34 + .../3rdparty/libxml2-2.9.2/test/xhtmlcomp | 8 + .../platform/3rdparty/libxml2-2.9.2/test/xml1 | 7 + .../platform/3rdparty/libxml2-2.9.2/test/xml2 | 8 + .../libxml2-2.9.2/test/xmlid/id_err1.xml | 1 + .../libxml2-2.9.2/test/xmlid/id_err2.xml | 5 + .../libxml2-2.9.2/test/xmlid/id_tst1.xml | 1 + .../libxml2-2.9.2/test/xmlid/id_tst2.xml | 1 + .../libxml2-2.9.2/test/xmlid/id_tst3.xml | 1 + .../libxml2-2.9.2/test/xmlid/id_tst4.xml | 4 + .../libxml2-2.9.2/test/xsdtest/xsdtest.xml | 806 + .../libxml2-2.9.2/test/xsdtest/xsdtest.xsl | 238 + .../libxml2-2.9.2/test/xsdtest/xsdtestsuite.xml | 5286 ++ .../3rdparty/libxml2-2.9.2/testAutomata.c | 309 + .../platform/3rdparty/libxml2-2.9.2/testC14N.c | 370 + .../platform/3rdparty/libxml2-2.9.2/testHTML.c | 880 + .../3rdparty/libxml2-2.9.2/testModule.c | 82 + .../platform/3rdparty/libxml2-2.9.2/testOOM.c | 377 + .../3rdparty/libxml2-2.9.2/testOOMlib.c | 269 + .../3rdparty/libxml2-2.9.2/testOOMlib.h | 26 + .../3rdparty/libxml2-2.9.2/testReader.c | 145 + .../3rdparty/libxml2-2.9.2/testRegexp.c | 402 + .../platform/3rdparty/libxml2-2.9.2/testRelax.c | 194 + .../platform/3rdparty/libxml2-2.9.2/testSAX.c | 1198 + .../3rdparty/libxml2-2.9.2/testSchemas.c | 185 + .../3rdparty/libxml2-2.9.2/testThreads.c | 200 + .../3rdparty/libxml2-2.9.2/testThreadsWin32.c | 150 + .../platform/3rdparty/libxml2-2.9.2/testURI.c | 124 + .../platform/3rdparty/libxml2-2.9.2/testXPath.c | 229 + .../platform/3rdparty/libxml2-2.9.2/testapi.c | 52172 +++++++++++++++++ .../platform/3rdparty/libxml2-2.9.2/testchar.c | 617 + .../platform/3rdparty/libxml2-2.9.2/testdict.c | 444 + .../platform/3rdparty/libxml2-2.9.2/testdso.c | 12 + .../3rdparty/libxml2-2.9.2/testlimits.c | 1637 + .../3rdparty/libxml2-2.9.2/testrecurse.c | 965 + .../platform/3rdparty/libxml2-2.9.2/threads.c | 1039 + .../platform/3rdparty/libxml2-2.9.2/timsort.h | 518 + .../platform/3rdparty/libxml2-2.9.2/tree.c | 10121 ++++ .../platform/3rdparty/libxml2-2.9.2/trio.c | 6895 +++ .../platform/3rdparty/libxml2-2.9.2/trio.h | 230 + .../platform/3rdparty/libxml2-2.9.2/triodef.h | 228 + .../platform/3rdparty/libxml2-2.9.2/trionan.c | 914 + .../platform/3rdparty/libxml2-2.9.2/trionan.h | 84 + .../platform/3rdparty/libxml2-2.9.2/triop.h | 150 + .../platform/3rdparty/libxml2-2.9.2/triostr.c | 2112 + .../platform/3rdparty/libxml2-2.9.2/triostr.h | 144 + .../platform/3rdparty/libxml2-2.9.2/uri.c | 2566 + .../platform/3rdparty/libxml2-2.9.2/valid.c | 7052 +++ .../3rdparty/libxml2-2.9.2/vms/build_libxml.com | 273 + .../3rdparty/libxml2-2.9.2/vms/config.vms | 216 + .../3rdparty/libxml2-2.9.2/vms/diffs.vms | 192 + .../3rdparty/libxml2-2.9.2/vms/readme.vms | 143 + .../3rdparty/libxml2-2.9.2/win32/Makefile.bcb | 355 + .../3rdparty/libxml2-2.9.2/win32/Makefile.mingw | 354 + .../3rdparty/libxml2-2.9.2/win32/Makefile.msvc | 489 + .../3rdparty/libxml2-2.9.2/win32/Readme.txt | 226 + .../libxml2-2.9.2/win32/VC10/README.vc10 | 27 + .../libxml2-2.9.2/win32/VC10/RuleSet1.ruleset | 3 + .../3rdparty/libxml2-2.9.2/win32/configure.js | 708 + .../3rdparty/libxml2-2.9.2/win32/defgen.xsl | 288 + .../libxml2-2.9.2/win32/libxml2.def.src | 3190 + .../libxml2-2.9.2/win32/wince/libxml2.vcb | 1 + .../libxml2-2.9.2/win32/wince/libxml2.vcl | 122 + .../libxml2-2.9.2/win32/wince/libxml2.vco | 1 + .../libxml2-2.9.2/win32/wince/libxml2.vcp | 5273 ++ .../libxml2-2.9.2/win32/wince/libxml2.vcw | 41 + .../libxml2-2.9.2/win32/wince/wincecompat.c | 68 + .../libxml2-2.9.2/win32/wince/wincecompat.h | 50 + .../platform/3rdparty/libxml2-2.9.2/xinclude.c | 2624 + .../platform/3rdparty/libxml2-2.9.2/xlink.c | 183 + .../3rdparty/libxml2-2.9.2/xml2-config.1 | 30 + .../3rdparty/libxml2-2.9.2/xml2-config.in | 106 + .../3rdparty/libxml2-2.9.2/xml2Conf.sh.in | 8 + .../platform/3rdparty/libxml2-2.9.2/xmlIO.c | 4186 ++ .../3rdparty/libxml2-2.9.2/xmlcatalog.c | 615 + .../platform/3rdparty/libxml2-2.9.2/xmllint.c | 3801 ++ .../platform/3rdparty/libxml2-2.9.2/xmlmemory.c | 1124 + .../platform/3rdparty/libxml2-2.9.2/xmlmodule.c | 460 + .../platform/3rdparty/libxml2-2.9.2/xmlreader.c | 5932 ++ .../platform/3rdparty/libxml2-2.9.2/xmlregexp.c | 8167 +++ .../platform/3rdparty/libxml2-2.9.2/xmlsave.c | 2788 + .../3rdparty/libxml2-2.9.2/xmlschemas.c | 28907 +++++++++ .../3rdparty/libxml2-2.9.2/xmlschemastypes.c | 6139 ++ .../platform/3rdparty/libxml2-2.9.2/xmlstring.c | 984 + .../3rdparty/libxml2-2.9.2/xmlunicode.c | 3179 + .../platform/3rdparty/libxml2-2.9.2/xmlwriter.c | 4743 ++ .../platform/3rdparty/libxml2-2.9.2/xpath.c | 15377 +++++ .../platform/3rdparty/libxml2-2.9.2/xpointer.c | 3031 + .../3rdparty/libxml2-2.9.2/xstc/Makefile.am | 132 + .../3rdparty/libxml2-2.9.2/xstc/fixup-tests.py | 99 + .../libxml2-2.9.2/xstc/xstc-to-python.xsl | 114 + .../3rdparty/libxml2-2.9.2/xstc/xstc.py | 693 + .../platform/3rdparty/libxml2-2.9.2/xzlib.c | 798 + .../platform/3rdparty/libxml2-2.9.2/xzlib.h | 19 + 4152 files changed, 858029 insertions(+) ----------------------------------------------------------------------