mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
Added a pointer to LibxmlJ, Daniel
This commit is contained in:
@ -91,7 +91,7 @@ or libxslt wrappers or bindings:</p>
|
|||||||
<li>
|
<li>
|
||||||
<a href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt
|
<a href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt
|
||||||
Sergeant</a> developped <a href="http://axkit.org/download/">XML::LibXML
|
Sergeant</a> developped <a href="http://axkit.org/download/">XML::LibXML
|
||||||
and XML::LibXSLT</a>, a perl wrapper for libxml2/libxslt as part of the
|
and XML::LibXSLT</a>, Perl wrappers for libxml2/libxslt as part of the
|
||||||
<a href="http://axkit.com/">AxKit XML application server</a>
|
<a href="http://axkit.com/">AxKit XML application server</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@ -114,11 +114,16 @@ or libxslt wrappers or bindings:</p>
|
|||||||
<a href="phillim2@comcast.net">Mike Phillips</a> provides a module
|
<a href="phillim2@comcast.net">Mike Phillips</a> provides a module
|
||||||
using <a href="http://siasl.dyndns.org/projects/projects.html">libxslt
|
using <a href="http://siasl.dyndns.org/projects/projects.html">libxslt
|
||||||
for PHP</a>.</li>
|
for PHP</a>.</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://savannah.gnu.org/projects/classpathx/">LibxmlJ</a> is
|
||||||
|
an effort to create a 100% JAXP-compatible Java wrapper for
|
||||||
|
libxml2 and libxslt as part of GNU ClasspathX project.
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>The libxslt Python module depends on the <a href="http://xmlsoft.org/python.html">libxml2 Python</a> module.</p>
|
<p>The libxslt Python module depends on the <a href="http://xmlsoft.org/python.html">libxml2 Python</a> module.</p>
|
||||||
<p>The distribution includes a set of Python bindings, which are garanteed to
|
<p>The distribution includes a set of Python bindings, which are garanteed to
|
||||||
be maintained as part of the library in the future, though the Python
|
be maintained as part of the library in the future, though the Python
|
||||||
interface have not yet reached the maturity of the C API.</p>
|
interface have not yet reached the completeness of the C API.</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="mailto:stephane.bidoul@softwareag.com">St<EFBFBD>phane Bidoul</a>
|
<a href="mailto:stephane.bidoul@softwareag.com">St<EFBFBD>phane Bidoul</a>
|
||||||
maintains <a href="http://users.skynet.be/sbi/libxml-python/">a Windows port
|
maintains <a href="http://users.skynet.be/sbi/libxml-python/">a Windows port
|
||||||
|
@ -859,7 +859,7 @@ or libxslt wrappers or bindings:</p>
|
|||||||
<li><a
|
<li><a
|
||||||
href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt
|
href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt
|
||||||
Sergeant</a> developped <a href="http://axkit.org/download/">XML::LibXML
|
Sergeant</a> developped <a href="http://axkit.org/download/">XML::LibXML
|
||||||
and XML::LibXSLT</a>, a perl wrapper for libxml2/libxslt as part of the
|
and XML::LibXSLT</a>, Perl wrappers for libxml2/libxslt as part of the
|
||||||
<a href="http://axkit.com/">AxKit XML application server</a></li>
|
<a href="http://axkit.com/">AxKit XML application server</a></li>
|
||||||
<li><a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a> provides and
|
<li><a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a> provides and
|
||||||
earlier version of the libxml/libxslt <a
|
earlier version of the libxml/libxslt <a
|
||||||
@ -881,6 +881,9 @@ or libxslt wrappers or bindings:</p>
|
|||||||
<li><a href="phillim2@comcast.net">Mike Phillips</a> provides a module
|
<li><a href="phillim2@comcast.net">Mike Phillips</a> provides a module
|
||||||
using <a href="http://siasl.dyndns.org/projects/projects.html">libxslt
|
using <a href="http://siasl.dyndns.org/projects/projects.html">libxslt
|
||||||
for PHP</a>.</li>
|
for PHP</a>.</li>
|
||||||
|
<li><a href="http://savannah.gnu.org/projects/classpathx/">LibxmlJ</a> is
|
||||||
|
an effort to create a 100% JAXP-compatible Java wrapper for
|
||||||
|
libxml2 and libxslt as part of GNU ClasspathX project.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>The libxslt Python module depends on the <a
|
<p>The libxslt Python module depends on the <a
|
||||||
@ -888,7 +891,7 @@ href="http://xmlsoft.org/python.html">libxml2 Python</a> module.</p>
|
|||||||
|
|
||||||
<p>The distribution includes a set of Python bindings, which are garanteed to
|
<p>The distribution includes a set of Python bindings, which are garanteed to
|
||||||
be maintained as part of the library in the future, though the Python
|
be maintained as part of the library in the future, though the Python
|
||||||
interface have not yet reached the maturity of the C API.</p>
|
interface have not yet reached the completeness of the C API.</p>
|
||||||
|
|
||||||
<p><a href="mailto:stephane.bidoul@softwareag.com">St<EFBFBD>phane Bidoul</a>
|
<p><a href="mailto:stephane.bidoul@softwareag.com">St<EFBFBD>phane Bidoul</a>
|
||||||
maintains <a href="http://users.skynet.be/sbi/libxml-python/">a Windows port
|
maintains <a href="http://users.skynet.be/sbi/libxml-python/">a Windows port
|
||||||
|
Reference in New Issue
Block a user