mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-14 16:20:45 +00:00
- add a link-less entry for XML::Parser
- fix punctuation
This commit is contained in:
parent
2335294f7c
commit
c4cc819335
1 changed files with 4 additions and 1 deletions
|
@ -173,6 +173,9 @@ source interfaces to Expat from languages other than C.</p>
|
|||
>Introductory article</a> on using Expat on
|
||||
<a href="http://www.xml.com/">xml.com</a></li>
|
||||
<li>
|
||||
Perl's <code>XML::Parser</code> module is a wrapper built around a
|
||||
binding to Expat in the <code>XML::Parser::Expat</code> module.</li>
|
||||
<li>
|
||||
<a href="http://www.latenightsw.com/freeware/XMLTools2/">XML Tools
|
||||
2</a> is an AppleScript scripting addition that allows AppleScript
|
||||
applications to work with XML data; it is based on Expat.</li>
|
||||
|
@ -188,7 +191,7 @@ source interfaces to Expat from languages other than C.</p>
|
|||
<li>
|
||||
<a href="http://www.python.org/doc/current/lib/module-xml.parsers.expat.html"
|
||||
>Documentation for the Python interface to Expat</a>, part of the
|
||||
standard documentation for Python</li>
|
||||
standard documentation for Python.</li>
|
||||
<li>
|
||||
<em><a href="http://www.codeproject.com/soap/expatimpl.asp"
|
||||
title="C++ Wrappers for the Expat XML Parser">C++ Wrappers
|
||||
|
|
Loading…
Add table
Reference in a new issue