mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-19 14:50:07 +03:00
Added a new Pascal DOM2 binding, Daniel
This commit is contained in:
parent
bd6e63122f
commit
b2fb8ed158
@ -97,8 +97,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
Download: <a href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now the
|
||||
maintainer of the Windows port, <a href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
|
||||
<a href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now
|
||||
the maintainer of the Windows port, <a href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
|
||||
provides binaries</a>
|
||||
</li>
|
||||
<li>
|
||||
|
@ -89,8 +89,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
as a <a href="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/">source
|
||||
archive</a> or <a href="ftp://ftp.gnome.org/pub/GNOME/stable/redhat/i386/libxml/">RPM
|
||||
packages</a>. (NOTE that you need both the <a href="http://rpmfind.net/linux/RPM/libxml2.html">libxml(2)</a> and <a href="http://rpmfind.net/linux/RPM/libxml2-devel.html">libxml(2)-devel</a>
|
||||
packages installed to compile applications using libxml.) <a href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now the maintainer
|
||||
of the Windows port, <a href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
|
||||
packages installed to compile applications using libxml.) <a href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now the
|
||||
maintainer of the Windows port, <a href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
|
||||
provides binaries</a>. <a href="mailto:Gary.Pennington@sun.com">Gary
|
||||
Pennington</a> provides <a href="http://garypennington.net/libxml2/">Solaris
|
||||
binaries</a>.</p>
|
||||
|
@ -96,7 +96,7 @@ you want to test those</p>
|
||||
<li>bug fixes: half a dozen XPath bugs, Validation, ISO-Latin to UTF8
|
||||
encoder</li>
|
||||
<li>portability fixes in the HTTP code</li>
|
||||
<li>memory allocation checks using valgrind, and profiling tests </li>
|
||||
<li>memory allocation checks using valgrind, and profiling tests</li>
|
||||
<li>revamp of the Windows build and Makefiles</li>
|
||||
</ul>
|
||||
<h3>2.4.18: Mar 18 2002</h3>
|
||||
|
@ -111,6 +111,8 @@ or libxslt wrappers or bindings:</p>
|
||||
</li>
|
||||
<li>Petr Kozelka provides <a href="http://sourceforge.net/projects/libxml2-pas">Pascal units to glue
|
||||
libxml2</a> with Kylix, Delphi and other Pascal compilers</li>
|
||||
<li>Uwe Fechner also provides <a href="http://sourceforge.net/projects/idom2-pas/">idom2</a>, a DOM2
|
||||
implementation for Kylix2/D5/D6 from Borland </li>
|
||||
<li>Wai-Sun "Squidster" Chia provides <a href="http://www.rubycolor.org/arc/redist/">bindings for Ruby</a> and
|
||||
libxml2 bindings are also available in Ruby through the <a href="http://libgdome-ruby.berlios.de/">libgdome-ruby</a> module
|
||||
maintained by Tobias Peters.</li>
|
||||
|
14
doc/xml.html
14
doc/xml.html
@ -510,8 +510,8 @@ packages</a>. (NOTE that you need both the <a
|
||||
href="http://rpmfind.net/linux/RPM/libxml2.html">libxml(2)</a> and <a
|
||||
href="http://rpmfind.net/linux/RPM/libxml2-devel.html">libxml(2)-devel</a>
|
||||
packages installed to compile applications using libxml.) <a
|
||||
href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now the maintainer
|
||||
of the Windows port, <a
|
||||
href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now the
|
||||
maintainer of the Windows port, <a
|
||||
href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
|
||||
provides binaries</a>. <a href="mailto:Gary.Pennington@sun.com">Gary
|
||||
Pennington</a> provides <a href="http://garypennington.net/libxml2/">Solaris
|
||||
@ -561,7 +561,7 @@ you want to test those</p>
|
||||
<li>bug fixes: half a dozen XPath bugs, Validation, ISO-Latin to UTF8
|
||||
encoder</li>
|
||||
<li>portability fixes in the HTTP code</li>
|
||||
<li>memory allocation checks using valgrind, and profiling tests </li>
|
||||
<li>memory allocation checks using valgrind, and profiling tests</li>
|
||||
<li>revamp of the Windows build and Makefiles</li>
|
||||
</ul>
|
||||
|
||||
@ -1364,6 +1364,9 @@ or libxslt wrappers or bindings:</p>
|
||||
<li>Petr Kozelka provides <a
|
||||
href="http://sourceforge.net/projects/libxml2-pas">Pascal units to glue
|
||||
libxml2</a> with Kylix, Delphi and other Pascal compilers</li>
|
||||
<li>Uwe Fechner also provides <a
|
||||
href="http://sourceforge.net/projects/idom2-pas/">idom2</a>, a DOM2
|
||||
implementation for Kylix2/D5/D6 from Borland </li>
|
||||
<li>Wai-Sun "Squidster" Chia provides <a
|
||||
href="http://www.rubycolor.org/arc/redist/">bindings for Ruby</a> and
|
||||
libxml2 bindings are also available in Ruby through the <a
|
||||
@ -2550,6 +2553,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
|
||||
|
||||
|
||||
|
||||
} </pre>
|
||||
</li>
|
||||
<li>And then use it to save the document:
|
||||
@ -3681,8 +3685,8 @@ Gnome CVS base under gnome-xml/example</p>
|
||||
href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a><br>
|
||||
Download: <a
|
||||
href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a></li>
|
||||
<li><a href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now the
|
||||
maintainer of the Windows port, <a
|
||||
<li><a href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now
|
||||
the maintainer of the Windows port, <a
|
||||
href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
|
||||
provides binaries</a></li>
|
||||
<li><a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a> provides
|
||||
|
@ -225,6 +225,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
|
||||
|
||||
|
||||
|
||||
} </pre>
|
||||
</li>
|
||||
<li>And then use it to save the document:
|
||||
|
Loading…
x
Reference in New Issue
Block a user