1Description: 2Substitute for libxml2 version 2.6.27. 3 4Files: 5lib/libxml/COPYING 6lib/libxml/DOCBparser.c 7lib/libxml/DOCBparser.in.h 8lib/libxml/HTMLparser.c 9lib/libxml/HTMLparser.in.h 10lib/libxml/HTMLtree.c 11lib/libxml/HTMLtree.in.h 12lib/libxml/SAX.c 13lib/libxml/SAX2.c 14lib/libxml/SAX2.in.h 15lib/libxml/SAX.in.h 16lib/libxml/buf.c 17lib/libxml/buf.h 18lib/libxml/c14n.c 19lib/libxml/c14n.in.h 20lib/libxml/catalog.c 21lib/libxml/catalog.in.h 22lib/libxml/chvalid.c 23lib/libxml/chvalid.in.h 24lib/libxml/debugXML.c 25lib/libxml/debugXML.in.h 26lib/libxml/dict.c 27lib/libxml/dict.in.h 28lib/libxml/elfgcchack.h 29lib/libxml/enc.h 30lib/libxml/encoding.c 31lib/libxml/encoding.in.h 32lib/libxml/entities.c 33lib/libxml/entities.in.h 34lib/libxml/error.c 35lib/libxml/globals.c 36lib/libxml/globals.in.h 37lib/libxml/hash.c 38lib/libxml/hash.in.h 39lib/libxml/legacy.c 40lib/libxml/libxml.h 41lib/libxml/list.c 42lib/libxml/list.in.h 43lib/libxml/nanoftp.c 44lib/libxml/nanoftp.in.h 45lib/libxml/nanohttp.c 46lib/libxml/nanohttp.in.h 47lib/libxml/parser.c 48lib/libxml/parser.in.h 49lib/libxml/parserInternals.c 50lib/libxml/parserInternals.in.h 51lib/libxml/pattern.c 52lib/libxml/pattern.in.h 53lib/libxml/relaxng.c 54lib/libxml/relaxng.in.h 55lib/libxml/save.h 56lib/libxml/schemasInternals.in.h 57lib/libxml/schematron.c 58lib/libxml/schematron.in.h 59lib/libxml/threads.c 60lib/libxml/threads.in.h 61lib/libxml/timsort.h 62lib/libxml/tree.c 63lib/libxml/tree.in.h 64lib/libxml/trionan.c 65lib/libxml/uri.c 66lib/libxml/uri.in.h 67lib/libxml/valid.c 68lib/libxml/valid.in.h 69lib/libxml/xinclude.c 70lib/libxml/xinclude.in.h 71lib/libxml/xlink.c 72lib/libxml/xlink.in.h 73lib/libxml/xmlIO.c 74lib/libxml/xmlIO.in.h 75lib/libxml/xmlautomata.in.h 76lib/libxml/xmlerror.in.h 77lib/libxml/xmlexports.in.h 78lib/libxml/xmlmemory.c 79lib/libxml/xmlmemory.in.h 80lib/libxml/xmlmodule.c 81lib/libxml/xmlmodule.in.h 82lib/libxml/xmlreader.c 83lib/libxml/xmlreader.in.h 84lib/libxml/xmlregexp.c 85lib/libxml/xmlregexp.in.h 86lib/libxml/xmlsave.c 87lib/libxml/xmlsave.in.h 88lib/libxml/xmlschemas.c 89lib/libxml/xmlschemas.in.h 90lib/libxml/xmlschemastypes.c 91lib/libxml/xmlschemastypes.in.h 92lib/libxml/xmlstring.c 93lib/libxml/xmlstring.in.h 94lib/libxml/xmlunicode.c 95lib/libxml/xmlunicode.in.h 96lib/libxml/xmlversion.in.h 97lib/libxml/xmlwriter.c 98lib/libxml/xmlwriter.in.h 99lib/libxml/xpath.c 100lib/libxml/xpath.in.h 101lib/libxml/xpathInternals.in.h 102lib/libxml/xpointer.c 103lib/libxml/xpointer.in.h 104m4/libxml.m4 105m4/absolute-header.m4 106 107Depends-on: 108iconv 109stdarg 110snprintf 111vsnprintf 112no-c++ 113isinf 114isnan 115signbit 116pow 117log10 118fabs 119 120configure.ac: 121gl_LIBXML 122 123Makefile.am: 124if INCLUDED_LIBXML 125lib_LIBADD += libxml_rpl.la 126lib_DEPENDENCIES += libxml_rpl.la 127noinst_LTLIBRARIES += libxml_rpl.la 128endif 129 130libxml_rpl_la_SOURCES = \ 131 libxml/DOCBparser.c \ 132 libxml/HTMLparser.c \ 133 libxml/HTMLtree.c \ 134 libxml/SAX.c \ 135 libxml/SAX2.c \ 136 libxml/buf.h \ 137 libxml/buf.c \ 138 libxml/c14n.c \ 139 libxml/catalog.c \ 140 libxml/chvalid.c \ 141 libxml/debugXML.c \ 142 libxml/dict.c \ 143 libxml/enc.h \ 144 libxml/encoding.c \ 145 libxml/entities.c \ 146 libxml/error.c \ 147 libxml/globals.c \ 148 libxml/hash.c \ 149 libxml/legacy.c \ 150 libxml/list.c \ 151 libxml/nanoftp.c \ 152 libxml/nanohttp.c \ 153 libxml/parser.c \ 154 libxml/parserInternals.c \ 155 libxml/pattern.c \ 156 libxml/relaxng.c \ 157 libxml/save.h \ 158 libxml/schematron.c \ 159 libxml/threads.c \ 160 libxml/timsort.h \ 161 libxml/tree.c \ 162 libxml/trionan.c \ 163 libxml/uri.c \ 164 libxml/valid.c \ 165 libxml/xinclude.c \ 166 libxml/xlink.c \ 167 libxml/xmlIO.c \ 168 libxml/xmlmemory.c \ 169 libxml/xmlmodule.c \ 170 libxml/xmlreader.c \ 171 libxml/xmlregexp.c \ 172 libxml/xmlsave.c \ 173 libxml/xmlschemas.c \ 174 libxml/xmlschemastypes.c \ 175 libxml/xmlstring.c \ 176 libxml/xmlunicode.c \ 177 libxml/xmlwriter.c \ 178 libxml/xpath.c \ 179 libxml/xpointer.c 180libxml_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX) 181 182BUILT_SOURCES += $(LIBXML_H) 183 184libxml/DOCBparser.h: libxml/DOCBparser.in.h 185 test -d libxml || $(MKDIR_P) libxml 186 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 187 cat $(srcdir)/libxml/DOCBparser.in.h; \ 188 } > $@-t 189 mv -f $@-t $@ 190 191libxml/HTMLparser.h: libxml/HTMLparser.in.h 192 test -d libxml || $(MKDIR_P) libxml 193 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 194 cat $(srcdir)/libxml/HTMLparser.in.h; \ 195 } > $@-t 196 mv -f $@-t $@ 197 198libxml/HTMLtree.h: libxml/HTMLtree.in.h 199 test -d libxml || $(MKDIR_P) libxml 200 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 201 cat $(srcdir)/libxml/HTMLtree.in.h; \ 202 } > $@-t 203 mv -f $@-t $@ 204 205libxml/SAX.h: libxml/SAX.in.h 206 test -d libxml || $(MKDIR_P) libxml 207 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 208 cat $(srcdir)/libxml/SAX.in.h; \ 209 } > $@-t 210 mv -f $@-t $@ 211 212libxml/SAX2.h: libxml/SAX2.in.h 213 test -d libxml || $(MKDIR_P) libxml 214 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 215 cat $(srcdir)/libxml/SAX2.in.h; \ 216 } > $@-t 217 mv -f $@-t $@ 218 219libxml/c14n.h: libxml/c14n.in.h 220 test -d libxml || $(MKDIR_P) libxml 221 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 222 cat $(srcdir)/libxml/c14n.in.h; \ 223 } > $@-t 224 mv -f $@-t $@ 225 226libxml/catalog.h: libxml/catalog.in.h 227 test -d libxml || $(MKDIR_P) libxml 228 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 229 cat $(srcdir)/libxml/catalog.in.h; \ 230 } > $@-t 231 mv -f $@-t $@ 232 233libxml/chvalid.h: libxml/chvalid.in.h 234 test -d libxml || $(MKDIR_P) libxml 235 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 236 cat $(srcdir)/libxml/chvalid.in.h; \ 237 } > $@-t 238 mv -f $@-t $@ 239 240libxml/debugXML.h: libxml/debugXML.in.h 241 test -d libxml || $(MKDIR_P) libxml 242 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 243 cat $(srcdir)/libxml/debugXML.in.h; \ 244 } > $@-t 245 mv -f $@-t $@ 246 247libxml/dict.h: libxml/dict.in.h 248 test -d libxml || $(MKDIR_P) libxml 249 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 250 cat $(srcdir)/libxml/dict.in.h; \ 251 } > $@-t 252 mv -f $@-t $@ 253 254libxml/encoding.h: libxml/encoding.in.h 255 test -d libxml || $(MKDIR_P) libxml 256 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 257 cat $(srcdir)/libxml/encoding.in.h; \ 258 } > $@-t 259 mv -f $@-t $@ 260 261libxml/entities.h: libxml/entities.in.h 262 test -d libxml || $(MKDIR_P) libxml 263 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 264 cat $(srcdir)/libxml/entities.in.h; \ 265 } > $@-t 266 mv -f $@-t $@ 267 268libxml/globals.h: libxml/globals.in.h 269 test -d libxml || $(MKDIR_P) libxml 270 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 271 cat $(srcdir)/libxml/globals.in.h; \ 272 } > $@-t 273 mv -f $@-t $@ 274 275libxml/hash.h: libxml/hash.in.h 276 test -d libxml || $(MKDIR_P) libxml 277 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 278 cat $(srcdir)/libxml/hash.in.h; \ 279 } > $@-t 280 mv -f $@-t $@ 281 282libxml/list.h: libxml/list.in.h 283 test -d libxml || $(MKDIR_P) libxml 284 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 285 cat $(srcdir)/libxml/list.in.h; \ 286 } > $@-t 287 mv -f $@-t $@ 288 289libxml/nanoftp.h: libxml/nanoftp.in.h 290 test -d libxml || $(MKDIR_P) libxml 291 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 292 cat $(srcdir)/libxml/nanoftp.in.h; \ 293 } > $@-t 294 mv -f $@-t $@ 295 296libxml/nanohttp.h: libxml/nanohttp.in.h 297 test -d libxml || $(MKDIR_P) libxml 298 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 299 cat $(srcdir)/libxml/nanohttp.in.h; \ 300 } > $@-t 301 mv -f $@-t $@ 302 303libxml/parser.h: libxml/parser.in.h 304 test -d libxml || $(MKDIR_P) libxml 305 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 306 cat $(srcdir)/libxml/parser.in.h; \ 307 } > $@-t 308 mv -f $@-t $@ 309 310libxml/parserInternals.h: libxml/parserInternals.in.h 311 test -d libxml || $(MKDIR_P) libxml 312 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 313 cat $(srcdir)/libxml/parserInternals.in.h; \ 314 } > $@-t 315 mv -f $@-t $@ 316 317libxml/pattern.h: libxml/pattern.in.h 318 test -d libxml || $(MKDIR_P) libxml 319 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 320 cat $(srcdir)/libxml/pattern.in.h; \ 321 } > $@-t 322 mv -f $@-t $@ 323 324libxml/relaxng.h: libxml/relaxng.in.h 325 test -d libxml || $(MKDIR_P) libxml 326 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 327 cat $(srcdir)/libxml/relaxng.in.h; \ 328 } > $@-t 329 mv -f $@-t $@ 330 331libxml/schemasInternals.h: libxml/schemasInternals.in.h 332 test -d libxml || $(MKDIR_P) libxml 333 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 334 cat $(srcdir)/libxml/schemasInternals.in.h; \ 335 } > $@-t 336 mv -f $@-t $@ 337 338libxml/schematron.h: libxml/schematron.in.h 339 test -d libxml || $(MKDIR_P) libxml 340 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 341 cat $(srcdir)/libxml/schematron.in.h; \ 342 } > $@-t 343 mv -f $@-t $@ 344 345libxml/threads.h: libxml/threads.in.h 346 test -d libxml || $(MKDIR_P) libxml 347 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 348 cat $(srcdir)/libxml/threads.in.h; \ 349 } > $@-t 350 mv -f $@-t $@ 351 352libxml/tree.h: libxml/tree.in.h 353 test -d libxml || $(MKDIR_P) libxml 354 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 355 cat $(srcdir)/libxml/tree.in.h; \ 356 } > $@-t 357 mv -f $@-t $@ 358 359libxml/uri.h: libxml/uri.in.h 360 test -d libxml || $(MKDIR_P) libxml 361 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 362 cat $(srcdir)/libxml/uri.in.h; \ 363 } > $@-t 364 mv -f $@-t $@ 365 366libxml/valid.h: libxml/valid.in.h 367 test -d libxml || $(MKDIR_P) libxml 368 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 369 cat $(srcdir)/libxml/valid.in.h; \ 370 } > $@-t 371 mv -f $@-t $@ 372 373libxml/xinclude.h: libxml/xinclude.in.h 374 test -d libxml || $(MKDIR_P) libxml 375 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 376 cat $(srcdir)/libxml/xinclude.in.h; \ 377 } > $@-t 378 mv -f $@-t $@ 379 380libxml/xlink.h: libxml/xlink.in.h 381 test -d libxml || $(MKDIR_P) libxml 382 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 383 cat $(srcdir)/libxml/xlink.in.h; \ 384 } > $@-t 385 mv -f $@-t $@ 386 387libxml/xmlIO.h: libxml/xmlIO.in.h 388 test -d libxml || $(MKDIR_P) libxml 389 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 390 cat $(srcdir)/libxml/xmlIO.in.h; \ 391 } > $@-t 392 mv -f $@-t $@ 393 394libxml/xmlautomata.h: libxml/xmlautomata.in.h 395 test -d libxml || $(MKDIR_P) libxml 396 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 397 cat $(srcdir)/libxml/xmlautomata.in.h; \ 398 } > $@-t 399 mv -f $@-t $@ 400 401libxml/xmlerror.h: libxml/xmlerror.in.h 402 test -d libxml || $(MKDIR_P) libxml 403 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 404 cat $(srcdir)/libxml/xmlerror.in.h; \ 405 } > $@-t 406 mv -f $@-t $@ 407 408libxml/xmlexports.h: libxml/xmlexports.in.h 409 test -d libxml || $(MKDIR_P) libxml 410 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 411 cat $(srcdir)/libxml/xmlexports.in.h; \ 412 } > $@-t 413 mv -f $@-t $@ 414 415libxml/xmlmemory.h: libxml/xmlmemory.in.h 416 test -d libxml || $(MKDIR_P) libxml 417 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 418 cat $(srcdir)/libxml/xmlmemory.in.h; \ 419 } > $@-t 420 mv -f $@-t $@ 421 422libxml/xmlmodule.h: libxml/xmlmodule.in.h 423 test -d libxml || $(MKDIR_P) libxml 424 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 425 cat $(srcdir)/libxml/xmlmodule.in.h; \ 426 } > $@-t 427 mv -f $@-t $@ 428 429libxml/xmlreader.h: libxml/xmlreader.in.h 430 test -d libxml || $(MKDIR_P) libxml 431 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 432 cat $(srcdir)/libxml/xmlreader.in.h; \ 433 } > $@-t 434 mv -f $@-t $@ 435 436libxml/xmlregexp.h: libxml/xmlregexp.in.h 437 test -d libxml || $(MKDIR_P) libxml 438 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 439 cat $(srcdir)/libxml/xmlregexp.in.h; \ 440 } > $@-t 441 mv -f $@-t $@ 442 443libxml/xmlsave.h: libxml/xmlsave.in.h 444 test -d libxml || $(MKDIR_P) libxml 445 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 446 cat $(srcdir)/libxml/xmlsave.in.h; \ 447 } > $@-t 448 mv -f $@-t $@ 449 450libxml/xmlschemas.h: libxml/xmlschemas.in.h 451 test -d libxml || $(MKDIR_P) libxml 452 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 453 cat $(srcdir)/libxml/xmlschemas.in.h; \ 454 } > $@-t 455 mv -f $@-t $@ 456 457libxml/xmlschemastypes.h: libxml/xmlschemastypes.in.h 458 test -d libxml || $(MKDIR_P) libxml 459 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 460 cat $(srcdir)/libxml/xmlschemastypes.in.h; \ 461 } > $@-t 462 mv -f $@-t $@ 463 464libxml/xmlstring.h: libxml/xmlstring.in.h 465 test -d libxml || $(MKDIR_P) libxml 466 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 467 cat $(srcdir)/libxml/xmlstring.in.h; \ 468 } > $@-t 469 mv -f $@-t $@ 470 471libxml/xmlunicode.h: libxml/xmlunicode.in.h 472 test -d libxml || $(MKDIR_P) libxml 473 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 474 cat $(srcdir)/libxml/xmlunicode.in.h; \ 475 } > $@-t 476 mv -f $@-t $@ 477 478libxml/xmlversion.h: libxml/xmlversion.in.h 479 test -d libxml || $(MKDIR_P) libxml 480 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 481 cat $(srcdir)/libxml/xmlversion.in.h; \ 482 } > $@-t 483 mv -f $@-t $@ 484 485libxml/xmlwriter.h: libxml/xmlwriter.in.h 486 test -d libxml || $(MKDIR_P) libxml 487 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 488 cat $(srcdir)/libxml/xmlwriter.in.h; \ 489 } > $@-t 490 mv -f $@-t $@ 491 492libxml/xpath.h: libxml/xpath.in.h 493 test -d libxml || $(MKDIR_P) libxml 494 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 495 cat $(srcdir)/libxml/xpath.in.h; \ 496 } > $@-t 497 mv -f $@-t $@ 498 499libxml/xpathInternals.h: libxml/xpathInternals.in.h 500 test -d libxml || $(MKDIR_P) libxml 501 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 502 cat $(srcdir)/libxml/xpathInternals.in.h; \ 503 } > $@-t 504 mv -f $@-t $@ 505 506libxml/xpointer.h: libxml/xpointer.in.h 507 test -d libxml || $(MKDIR_P) libxml 508 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 509 cat $(srcdir)/libxml/xpointer.in.h; \ 510 } > $@-t 511 mv -f $@-t $@ 512 513MOSTLYCLEANFILES += \ 514 libxml/DOCBparser.h \ 515 libxml/HTMLparser.h \ 516 libxml/HTMLtree.h \ 517 libxml/SAX.h \ 518 libxml/SAX2.h \ 519 libxml/c14n.h \ 520 libxml/catalog.h \ 521 libxml/chvalid.h \ 522 libxml/debugXML.h \ 523 libxml/dict.h \ 524 libxml/encoding.h \ 525 libxml/entities.h \ 526 libxml/globals.h \ 527 libxml/hash.h \ 528 libxml/list.h \ 529 libxml/nanoftp.h \ 530 libxml/nanohttp.h \ 531 libxml/parser.h \ 532 libxml/parserInternals.h \ 533 libxml/pattern.h \ 534 libxml/relaxng.h \ 535 libxml/schemasInternals.h \ 536 libxml/schematron.h \ 537 libxml/threads.h \ 538 libxml/tree.h \ 539 libxml/uri.h \ 540 libxml/valid.h \ 541 libxml/xinclude.h \ 542 libxml/xlink.h \ 543 libxml/xmlIO.h \ 544 libxml/xmlautomata.h \ 545 libxml/xmlerror.h \ 546 libxml/xmlexports.h \ 547 libxml/xmlmemory.h \ 548 libxml/xmlmodule.h \ 549 libxml/xmlreader.h \ 550 libxml/xmlregexp.h \ 551 libxml/xmlsave.h \ 552 libxml/xmlschemas.h \ 553 libxml/xmlschemastypes.h \ 554 libxml/xmlstring.h \ 555 libxml/xmlunicode.h \ 556 libxml/xmlversion.h \ 557 libxml/xmlwriter.h \ 558 libxml/xpath.h \ 559 libxml/xpathInternals.h \ 560 libxml/xpointer.h 561MOSTLYCLEANFILES += libxml/*.h-t 562 563if GL_COND_LIBTOOL 564lib_LDFLAGS += $(LTLIBXML) 565endif 566 567Include: 568#include <libxml/DOCBparser.h> 569#include <libxml/HTMLparser.h> 570#include <libxml/HTMLtree.h> 571#include <libxml/SAX.h> 572#include <libxml/SAX2.h> 573#include <libxml/c14n.h> 574#include <libxml/catalog.h> 575#include <libxml/chvalid.h> 576#include <libxml/debugXML.h> 577#include <libxml/dict.h> 578#include <libxml/encoding.h> 579#include <libxml/entities.h> 580#include <libxml/globals.h> 581#include <libxml/hash.h> 582#include <libxml/list.h> 583#include <libxml/nanoftp.h> 584#include <libxml/nanohttp.h> 585#include <libxml/parser.h> 586#include <libxml/parserInternals.h> 587#include <libxml/pattern.h> 588#include <libxml/relaxng.h> 589#include <libxml/schemasInternals.h> 590#include <libxml/schematron.h> 591#include <libxml/threads.h> 592#include <libxml/tree.h> 593#include <libxml/uri.h> 594#include <libxml/valid.h> 595#include <libxml/xinclude.h> 596#include <libxml/xlink.h> 597#include <libxml/xmlIO.h> 598#include <libxml/xmlautomata.h> 599#include <libxml/xmlerror.h> 600#include <libxml/xmlexports.h> 601#include <libxml/xmlmemory.h> 602#include <libxml/xmlmodule.h> 603#include <libxml/xmlreader.h> 604#include <libxml/xmlregexp.h> 605#include <libxml/xmlsave.h> 606#include <libxml/xmlschemas.h> 607#include <libxml/xmlschemastypes.h> 608#include <libxml/xmlstring.h> 609#include <libxml/xmlunicode.h> 610#include <libxml/xmlversion.h> 611#include <libxml/xmlwriter.h> 612#include <libxml/xpath.h> 613#include <libxml/xpathInternals.h> 614#include <libxml/xpointer.h> 615 616License: 617LGPL 618 619Maintainer: 620libxml2 621 622