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