pkgsrc/textproc/libxml++/PLIST
nros 1a15da9470 Update libxml++ to version 2.40.1
Changelog:

2.40:

Major changes since 2.38:

* Use (and require) C++11.
  (Murray Cumming, Kjell Ahlstedt, Mikhail Titov)
* SaxParser: Fix "double free or corruption" if a std::exception is thrown
  by a handler method.
  (Daniel Trebbien, Kjell Ahlstedt)

2.40.0 (unstable):

* Build improvements.
  (Kjell Ahlstedt)

2.38.1 (stable):

* Fix the build with C++11 compilers, such as MS Visual C++ 2013 - Implicit
  conversions from streams to bool are no longer allowed.)
  (Mikhail Titov)
* Build: Disable deprecated API in dependencies if --enable-warnings=fatal
  (Kjell Ahlstedt)
* Build: Require libxml2 2.7.7 or later
  (Kjell Ahlstedt)

2.38.0 (stable):

This stable version is identical to the unstable version 2.37.2.

API additions since 2.36:

* Add Node::add_child_with_new_ns().
  (Kjell Ahlstedt) Bug #737682 (Mathias Lorente)
* Add XsdSchema and XsdValidator classes. Deprecate Schema and SchemaValidator.
  Add RelaxNGSchema and RelaxNGValidator.
  (Kjell Ahlstedt) Bug #737712 (Michel Stam)
  Thanks to Tjalling Hattink, who made initial versions of the RelaxNG classes.
* Parser: Add input operator>>(std::istream& in, Parser& parser).
  (Kjell Ahlstedt) Bug #329281 (Pierre Thierry)
* Parser: Add [set|get]_include_default_attributes() and
  [set|get]_parser_options().
  (Kjell Ahlstedt) Bug #701674 (Bob Nolty)


2.36.0 (unstable):

* Element::set_namespace_declaration():
  It is not an error to set the same URI twice.
  (Kjell Ahlstedt) Bug #635846, comment 27.
* Require libxml-2.0 >= 2.7.3.
  (Kjell Ahlstedt)
* Parser::initialize_context(): Call xmlCtxtUseOptions().
  (Kjell Ahlstedt)

2.35.4 (unstable):

* Document:
  - Add process_xinclude(), using new XIncludeStart
    and XIncludeEnd classes, derived from Node.
    (Kjell Ahlsted) Bug #338521.
  - Make the Document(xmlDoc*) constructor public.
    (Kjell Ahlsted) Bug #668980.
* Parser: Make it thread-safe.
  (Kjell Ahlstedt) Bug #681467.
* Schema::set_document(): If the argument 'document' is 0 then
  create an empty document, as the documentation says.
  (Kjell Ahlstedt)
* Improve the error handling.
  (Kjell Ahlstedt) Bug #635846.
* Documentation:
  - Add incremental parsing to the SaxParser example program.
  - DtdValidation and SchemaValidation: Print all exception information.
  - Improve error descriptions.
    (Kjell Ahlstedt)

2.35.3 (unstable):

* Node:
  - Add eval_to_[boolean|number|string]() methods.
  (Kjell Ahlstedt) Bug #316244
  - Fix memory problems in import_node().
  (Kjell Ahlstedt) Bug #672992
* Build:
  - The examples are now built and run during make check.
  (Kjell Ahlstedt) Bug #678390
  - Define LIBXMLCPP_EXCEPTIONS_ENABLED unconditionally.
  (Kjell Ahlstedt)

2.35.2 (unstable):

* Node: Add get_first_child().
  (Murray Cumming, Based on a patch by Ilya Murav'jov in bug #648125)
* Build: Remove the --disable-api-exceptions configure option.
  (Murray Cumming)

2.35.1 (unstable):

* Handle attributes with default values correctly.
  (Kjell Ahlstedt) Bug #669635.
* Improved handling of entity references and processing instructions.
  (Kjell Ahlstedt) Bug #669481
* Parser: Throw more detailed error messages.
  (Kjell Ahlstedt) Bug #304020 (Virgile Devaux)
* Document: Make the Document(xmlDoc*) constructor protected.
  (Murray Cumming) Bug #668980 (A. Pignotti).
2016-03-10 21:00:45 +00:00

278 lines
18 KiB
Text

@comment $NetBSD: PLIST,v 1.10 2016/03/10 21:00:45 nros Exp $
include/libxml++-2.6/libxml++/attribute.h
include/libxml++-2.6/libxml++/attributedeclaration.h
include/libxml++-2.6/libxml++/attributenode.h
include/libxml++-2.6/libxml++/document.h
include/libxml++-2.6/libxml++/dtd.h
include/libxml++-2.6/libxml++/exceptions/exception.h
include/libxml++-2.6/libxml++/exceptions/internal_error.h
include/libxml++-2.6/libxml++/exceptions/parse_error.h
include/libxml++-2.6/libxml++/exceptions/validity_error.h
include/libxml++-2.6/libxml++/exceptions/wrapped_exception.h
include/libxml++-2.6/libxml++/io/istreamparserinputbuffer.h
include/libxml++-2.6/libxml++/io/ostreamoutputbuffer.h
include/libxml++-2.6/libxml++/io/outputbuffer.h
include/libxml++-2.6/libxml++/io/parserinputbuffer.h
include/libxml++-2.6/libxml++/keepblanks.h
include/libxml++-2.6/libxml++/libxml++.h
include/libxml++-2.6/libxml++/nodes/cdatanode.h
include/libxml++-2.6/libxml++/nodes/commentnode.h
include/libxml++-2.6/libxml++/nodes/contentnode.h
include/libxml++-2.6/libxml++/nodes/element.h
include/libxml++-2.6/libxml++/nodes/entitydeclaration.h
include/libxml++-2.6/libxml++/nodes/entityreference.h
include/libxml++-2.6/libxml++/nodes/node.h
include/libxml++-2.6/libxml++/nodes/processinginstructionnode.h
include/libxml++-2.6/libxml++/nodes/textnode.h
include/libxml++-2.6/libxml++/nodes/xincludeend.h
include/libxml++-2.6/libxml++/nodes/xincludestart.h
include/libxml++-2.6/libxml++/noncopyable.h
include/libxml++-2.6/libxml++/parsers/domparser.h
include/libxml++-2.6/libxml++/parsers/parser.h
include/libxml++-2.6/libxml++/parsers/saxparser.h
include/libxml++-2.6/libxml++/parsers/textreader.h
include/libxml++-2.6/libxml++/relaxngschema.h
include/libxml++-2.6/libxml++/schema.h
include/libxml++-2.6/libxml++/schemabase.h
include/libxml++-2.6/libxml++/validators/dtdvalidator.h
include/libxml++-2.6/libxml++/validators/relaxngvalidator.h
include/libxml++-2.6/libxml++/validators/schemavalidator.h
include/libxml++-2.6/libxml++/validators/schemavalidatorbase.h
include/libxml++-2.6/libxml++/validators/validator.h
include/libxml++-2.6/libxml++/validators/xsdvalidator.h
include/libxml++-2.6/libxml++/xsdschema.h
lib/libxml++-2.6.la
lib/libxml++-2.6/include/libxml++config.h
lib/pkgconfig/libxml++-2.6.pc
share/devhelp/books/libxml++-2.6/libxml++-2.6.devhelp2
share/doc/libxml++-2.6/reference/html/annotated.html
share/doc/libxml++-2.6/reference/html/arrowdown.png
share/doc/libxml++-2.6/reference/html/arrowright.png
share/doc/libxml++-2.6/reference/html/bc_s.png
share/doc/libxml++-2.6/reference/html/bdwn.png
share/doc/libxml++-2.6/reference/html/classes.html
share/doc/libxml++-2.6/reference/html/classhash__load__check__resize__trigger__size__base.html
share/doc/libxml++-2.6/reference/html/classlu__counter__policy__base.html
share/doc/libxml++-2.6/reference/html/classlu__counter__policy__base__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Attribute-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Attribute.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeDeclaration-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeDeclaration.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeDeclaration__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeNode-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeNode.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeNode__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Attribute__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CdataNode-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CdataNode.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CdataNode__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CommentNode-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CommentNode.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CommentNode__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ContentNode-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ContentNode.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ContentNode__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Document-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Document.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Document__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DomParser-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DomParser.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DomParser__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Dtd-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Dtd.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DtdValidator-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DtdValidator.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DtdValidator__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Element-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Element.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Element__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityDeclaration-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityDeclaration.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityDeclaration__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityReference-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityReference.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityReference__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1IStreamParserInputBuffer-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1IStreamParserInputBuffer.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1KeepBlanks-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1KeepBlanks.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Node-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Node.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Node__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1NonCopyable-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1NonCopyable.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1NonCopyable__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OStreamOutputBuffer-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OStreamOutputBuffer.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OStreamOutputBuffer__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OutputBuffer-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OutputBuffer.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OutputBuffer__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Parser-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Parser.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ParserInputBuffer-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ParserInputBuffer.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ParserInputBuffer__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Parser__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ProcessingInstructionNode-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ProcessingInstructionNode.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ProcessingInstructionNode__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGSchema-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGSchema.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGSchema__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGValidator-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGValidator.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGValidator__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SaxParser-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SaxParser.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SaxParser__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Schema-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Schema.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaBase-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaBase.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaBase__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidator-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidator.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidatorBase-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidatorBase.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidatorBase__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidator__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Schema__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextNode-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextNode.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextNode__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextReader-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextReader.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextReader__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Validator-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Validator.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Validator__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeEnd-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeEnd.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeEnd__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeStart-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeStart.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeStart__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdSchema-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdSchema.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdSchema__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdValidator-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdValidator.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdValidator__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1exception-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1exception.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1exception__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1internal__error-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1internal__error.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1internal__error__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1parse__error-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1parse__error.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1parse__error__inherit__graph.png
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1validity__error-members.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1validity__error.html
share/doc/libxml++-2.6/reference/html/classxmlpp_1_1validity__error__inherit__graph.png
share/doc/libxml++-2.6/reference/html/closed.png
share/doc/libxml++-2.6/reference/html/deprecated.html
share/doc/libxml++-2.6/reference/html/dir_8637afc38b758fdb535647a385c49b5e.html
share/doc/libxml++-2.6/reference/html/dir_a5a40681709ed751decc24cd7289c9c5.html
share/doc/libxml++-2.6/reference/html/dir_bc161955dc3a3d2485839eba21420d01.html
share/doc/libxml++-2.6/reference/html/dir_e3818dbe052c35541aa8102ff72444f2.html
share/doc/libxml++-2.6/reference/html/dir_fceced95d8215eeebebd9df6aa39e1a5.html
share/doc/libxml++-2.6/reference/html/doc.png
share/doc/libxml++-2.6/reference/html/doxygen-extra.css
share/doc/libxml++-2.6/reference/html/doxygen.css
share/doc/libxml++-2.6/reference/html/doxygen.png
share/doc/libxml++-2.6/reference/html/dynsections.js
share/doc/libxml++-2.6/reference/html/folderclosed.png
share/doc/libxml++-2.6/reference/html/folderopen.png
share/doc/libxml++-2.6/reference/html/functions.html
share/doc/libxml++-2.6/reference/html/functions_b.html
share/doc/libxml++-2.6/reference/html/functions_c.html
share/doc/libxml++-2.6/reference/html/functions_d.html
share/doc/libxml++-2.6/reference/html/functions_e.html
share/doc/libxml++-2.6/reference/html/functions_enum.html
share/doc/libxml++-2.6/reference/html/functions_eval.html
share/doc/libxml++-2.6/reference/html/functions_f.html
share/doc/libxml++-2.6/reference/html/functions_func.html
share/doc/libxml++-2.6/reference/html/functions_func_c.html
share/doc/libxml++-2.6/reference/html/functions_func_d.html
share/doc/libxml++-2.6/reference/html/functions_func_e.html
share/doc/libxml++-2.6/reference/html/functions_func_f.html
share/doc/libxml++-2.6/reference/html/functions_func_g.html
share/doc/libxml++-2.6/reference/html/functions_func_h.html
share/doc/libxml++-2.6/reference/html/functions_func_i.html
share/doc/libxml++-2.6/reference/html/functions_func_k.html
share/doc/libxml++-2.6/reference/html/functions_func_l.html
share/doc/libxml++-2.6/reference/html/functions_func_m.html
share/doc/libxml++-2.6/reference/html/functions_func_n.html
share/doc/libxml++-2.6/reference/html/functions_func_o.html
share/doc/libxml++-2.6/reference/html/functions_func_p.html
share/doc/libxml++-2.6/reference/html/functions_func_r.html
share/doc/libxml++-2.6/reference/html/functions_func_s.html
share/doc/libxml++-2.6/reference/html/functions_func_t.html
share/doc/libxml++-2.6/reference/html/functions_func_v.html
share/doc/libxml++-2.6/reference/html/functions_func_w.html
share/doc/libxml++-2.6/reference/html/functions_func_x.html
share/doc/libxml++-2.6/reference/html/functions_func_~.html
share/doc/libxml++-2.6/reference/html/functions_g.html
share/doc/libxml++-2.6/reference/html/functions_h.html
share/doc/libxml++-2.6/reference/html/functions_i.html
share/doc/libxml++-2.6/reference/html/functions_k.html
share/doc/libxml++-2.6/reference/html/functions_l.html
share/doc/libxml++-2.6/reference/html/functions_m.html
share/doc/libxml++-2.6/reference/html/functions_n.html
share/doc/libxml++-2.6/reference/html/functions_o.html
share/doc/libxml++-2.6/reference/html/functions_p.html
share/doc/libxml++-2.6/reference/html/functions_r.html
share/doc/libxml++-2.6/reference/html/functions_s.html
share/doc/libxml++-2.6/reference/html/functions_t.html
share/doc/libxml++-2.6/reference/html/functions_type.html
share/doc/libxml++-2.6/reference/html/functions_v.html
share/doc/libxml++-2.6/reference/html/functions_vars.html
share/doc/libxml++-2.6/reference/html/functions_w.html
share/doc/libxml++-2.6/reference/html/functions_x.html
share/doc/libxml++-2.6/reference/html/functions_~.html
share/doc/libxml++-2.6/reference/html/graph_legend.html
share/doc/libxml++-2.6/reference/html/graph_legend.png
share/doc/libxml++-2.6/reference/html/hierarchy.html
share/doc/libxml++-2.6/reference/html/index.html
share/doc/libxml++-2.6/reference/html/inherit_graph_0.png
share/doc/libxml++-2.6/reference/html/inherit_graph_1.png
share/doc/libxml++-2.6/reference/html/inherit_graph_2.png
share/doc/libxml++-2.6/reference/html/inherit_graph_3.png
share/doc/libxml++-2.6/reference/html/inherit_graph_4.png
share/doc/libxml++-2.6/reference/html/inherit_graph_5.png
share/doc/libxml++-2.6/reference/html/inherit_graph_6.png
share/doc/libxml++-2.6/reference/html/inherit_graph_7.png
share/doc/libxml++-2.6/reference/html/inherits.html
share/doc/libxml++-2.6/reference/html/jquery.js
share/doc/libxml++-2.6/reference/html/namespacemembers.html
share/doc/libxml++-2.6/reference/html/namespacemembers_enum.html
share/doc/libxml++-2.6/reference/html/namespacemembers_eval.html
share/doc/libxml++-2.6/reference/html/namespacemembers_func.html
share/doc/libxml++-2.6/reference/html/namespacemembers_type.html
share/doc/libxml++-2.6/reference/html/namespaces.html
share/doc/libxml++-2.6/reference/html/namespacexmlpp.html
share/doc/libxml++-2.6/reference/html/nav_f.png
share/doc/libxml++-2.6/reference/html/nav_g.png
share/doc/libxml++-2.6/reference/html/nav_h.png
share/doc/libxml++-2.6/reference/html/open.png
share/doc/libxml++-2.6/reference/html/pages.html
share/doc/libxml++-2.6/reference/html/since_2_20.html
share/doc/libxml++-2.6/reference/html/since_2_24.html
share/doc/libxml++-2.6/reference/html/since_2_36.html
share/doc/libxml++-2.6/reference/html/since_2_38.html
share/doc/libxml++-2.6/reference/html/splitbar.png
share/doc/libxml++-2.6/reference/html/structxmlpp_1_1SaxParser_1_1Attribute-members.html
share/doc/libxml++-2.6/reference/html/structxmlpp_1_1SaxParser_1_1Attribute.html
share/doc/libxml++-2.6/reference/html/structxmlpp_1_1SaxParser_1_1AttributeHasName-members.html
share/doc/libxml++-2.6/reference/html/structxmlpp_1_1SaxParser_1_1AttributeHasName.html
share/doc/libxml++-2.6/reference/html/sync_off.png
share/doc/libxml++-2.6/reference/html/sync_on.png
share/doc/libxml++-2.6/reference/html/tab_a.png
share/doc/libxml++-2.6/reference/html/tab_b.png
share/doc/libxml++-2.6/reference/html/tab_h.png
share/doc/libxml++-2.6/reference/html/tab_s.png
share/doc/libxml++-2.6/reference/html/tabs.css
share/doc/libxml++-2.6/reference/libxml++-2.6.tag