1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-19 14:50:07 +03:00

Added a link to libxml2-pas, Daniel

This commit is contained in:
Daniel Veillard 2001-11-28 13:10:32 +00:00
parent 22f25a8a7e
commit 1aadc447ee
4 changed files with 11 additions and 3 deletions

View File

@ -116,6 +116,8 @@ A:link, A:visited, A:active { text-decoration: underline }
provides libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers
for Python</a>
</li>
<li>Petr Kozelka provides <a href="http://sourceforge.net/projects/libxml2-pas">Pascal units to glue
libxml2</a> with Kylix and Delphi and other Pascal compilers</li>
</ul>
<p>
<p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p>

View File

@ -79,7 +79,8 @@ packages</a>. (NOTE that you need both the <a href="http://rpmfind.net/linux/RPM
packages installed to compile applications using libxml.) <a href="mailto:izlatkovic@daenet.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>
Pennington</a> provides <a href="http://garypennington.net/libxml2/">Solaris
binaries</a>.</p>
<p><a name="Snapshot">Snapshot:</a></p>
<ul>
<li>Code from the W3C cvs base libxml <a href="ftp://xmlsoft.org/cvs-snapshot.tar.gz">cvs-snapshot.tar.gz</a>

View File

@ -513,8 +513,8 @@ href="mailto:izlatkovic@daenet.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>
Pennington</a> provides <a href="http://garypennington.net/libxml2/">Solaris
binaries</a>.</p>
<p><a name="Snapshot">Snapshot:</a></p>
<ul>
@ -2177,6 +2177,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre>
</li>
<li>And then use it to save the document:
@ -3326,6 +3327,9 @@ Gnome CVS base under gnome-xml/example</p>
<li><a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a>
provides libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers
for Python</a></li>
<li>Petr Kozelka provides <a
href="http://sourceforge.net/projects/libxml2-pas">Pascal units to glue
libxml2</a> with Kylix and Delphi and other Pascal compilers</li>
</ul>
<p></p>

View File

@ -219,6 +219,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre>
</li>
<li>And then use it to save the document: