mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
applied doc patch to xml.html and rebuilt, apparently some C++ wrappers
* doc/FAQ.html doc/xml.html: applied doc patch to xml.html and rebuilt, apparently some C++ wrappers are not available, c.f. bug #118943 Daniel
This commit is contained in:
parent
39057f40d6
commit
91e69c5904
@ -1,3 +1,9 @@
|
||||
Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* doc/FAQ.html doc/xml.html: applied doc patch to xml.html
|
||||
and rebuilt, apparently some C++ wrappers are not available,
|
||||
c.f. bug #118943
|
||||
|
||||
Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* tree.c: fixing HTML attribute serialization bug #118763
|
||||
|
12
doc/FAQ.html
12
doc/FAQ.html
@ -205,15 +205,17 @@ pnode=pxmlDoc->children->children;</pre>
|
||||
<p>libxml2 is written in pure C in order to allow easy reuse on a number
|
||||
of platforms, including embedded systems. I don't intend to convert to
|
||||
C++.</p>
|
||||
<p>There are however a few C++ wrappers which may fulfill your needs:</p>
|
||||
<p>There is however a C++ wrapper which may fulfill your needs:</p>
|
||||
<ul><li>by Ari Johnson <ari@btigate.com>:
|
||||
<p>Website: <a href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a></p>
|
||||
<p>Download: <a href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a></p>
|
||||
<p>Website: <a href="http://libxmlplusplus.sourceforge.net/">http://libxmlplusplus.sourceforge.net/</a></p>
|
||||
<p>Download: <a href="http://sourceforge.net/project/showfiles.php?group_id=12999">http://sourceforge.net/project/showfiles.php?group_id=12999</a></p>
|
||||
</li>
|
||||
<!-- Website is currently unavailable as of 2003-08-02
|
||||
<li>by Peter Jones <pjones@pmade.org>
|
||||
<p>Website: <a href="http://pmade.org/pjones/software/xmlwrapp/">http://pmade.org/pjones/software/xmlwrapp/</a></p>
|
||||
<p>Website: <a
|
||||
href="http://pmade.org/pjones/software/xmlwrapp/">http://pmade.org/pjones/software/xmlwrapp/</a></p>
|
||||
</li>
|
||||
</ul></li>
|
||||
--></ul></li>
|
||||
<li>How to validate a document a posteriori ?
|
||||
<p>It is possible to validate documents which had not been validated at
|
||||
initial parsing time or documents which have been built from scratch
|
||||
|
@ -404,18 +404,20 @@ pnode=pxmlDoc->children->children;</pre>
|
||||
<p>libxml2 is written in pure C in order to allow easy reuse on a number
|
||||
of platforms, including embedded systems. I don't intend to convert to
|
||||
C++.</p>
|
||||
<p>There are however a few C++ wrappers which may fulfill your needs:</p>
|
||||
<p>There is however a C++ wrapper which may fulfill your needs:</p>
|
||||
<ul>
|
||||
<li>by Ari Johnson <ari@btigate.com>:
|
||||
<p>Website: <a
|
||||
href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a></p>
|
||||
href="http://libxmlplusplus.sourceforge.net/">http://libxmlplusplus.sourceforge.net/</a></p>
|
||||
<p>Download: <a
|
||||
href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a></p>
|
||||
href="http://sourceforge.net/project/showfiles.php?group_id=12999">http://sourceforge.net/project/showfiles.php?group_id=12999</a></p>
|
||||
</li>
|
||||
<!-- Website is currently unavailable as of 2003-08-02
|
||||
<li>by Peter Jones <pjones@pmade.org>
|
||||
<p>Website: <a
|
||||
href="http://pmade.org/pjones/software/xmlwrapp/">http://pmade.org/pjones/software/xmlwrapp/</a></p>
|
||||
</li>
|
||||
-->
|
||||
</ul>
|
||||
</li>
|
||||
<li>How to validate a document a posteriori ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user