[Expat-checkins] htdocs index.html,1.50,1.51

Karl Waclawek kwaclaw at users.sourceforge.net
Mon Apr 26 16:36:13 EDT 2004


Update of /cvsroot/expat/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7125

Modified Files:
	index.html 
Log Message:
Re-ordered links to 3rd party wrappers.

Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- index.html	26 Apr 2004 19:45:23 -0000	1.50
+++ index.html	26 Apr 2004 20:36:10 -0000	1.51
@@ -176,32 +176,20 @@
   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://saxdotnet.sourceforge.net/saxexpat.html">
-  SAXExpat.NET</a>, a <a href="http://www.microsoft.com/net/">.NET</a>
+  <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>
+  <li>
+  <a href="http://saxdotnet.sourceforge.net/saxexpat.html"
+    >SAXExpat.NET</a>, a <a href="http://www.microsoft.com/net/">.NET</a>
   wrapper for Expat, conforming to the 
   <a href="http://saxdotnet.sourceforge.net">SAX.NET</a> specifications.</li>
   <li>
-  <a href="http://home.wanadoo.nl/maas/ocaml/">OCaml Expat</a> is a
-  wrapper around Expat for the <a href="http://www.ocaml.org"
-  >Objective Caml</a> language.</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>
-  <li>
-  <a href="http://www.simkin.co.uk/">Simkin</a> is an open source
-  scripting language available under the GNU LGPL.  It can be embedded
-  in XML and supports a DOM-like API backed by Expat.</li>
-  <li>
   The <a href="http://www.nongnu.org/scew/">Simple C Expat Wrapper</a>
   is a wrapper around Expat that provides a light-weight object model
   somewhat like a DOM.</li>
   <!-- Alex Conchillo Flaque: aconchillo at acm.org -->
   <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>
-  <li>
   <em><a href="http://www.codeproject.com/soap/expatimpl.asp"
          title="C++ Wrappers for the Expat XML Parser">C++ Wrappers
          for the Expat XML Parser</a></em>, an article by Tim Smith
@@ -215,20 +203,12 @@
   <a href="http://www.expatpp.com/"
      >expatpp -- C++ interface to Expat</a></li>
   <li>
-  <a href="http://easysoap.sourceforge.net/">EasySoap</a> is a C++
-  SOAP implementation which uses Expat.</li>
-  <li>
-  <a href=
-  "http://www.codepedia.com/wiki/display.aspx?WikiID=1&amp;pagename=thunks"
-  >A discussion</a> of another way to manage stateful callbacks, using
-  Expat as a sample library.</li>
-  <li>
-  The <a href="http://sourceforge.net/projects/gobo-eiffel/">GOBO
-  project</a> is working on an Eiffel binding for Expat.  Development
-  is active and the package is fully supported in GOBO 3.0 and 3.1,
-  though there isn't much status information about the Expat bindings
-  on the website.  (Most activity is reportedly on the relevant
-  mailing lists.)</li>
+  <a href="http://sourceforge.net/projects/kdsxml"
+     >SAX2 Wrapper for using Expat in Delphi,</a>
+  based on 
+  <a href="http://saxforpascal.sourceforge.net"
+     >"SAX for Pascal"</a>
+   interface specs</li>
   <li>
   The <a href="http://tclxml.sourceforge.net/"
      >TclXML project</a> includes a <a href="http://tcl.activestate.com/"
@@ -239,23 +219,43 @@
      href="http://tcl.activestate.com/" >Tcl</a>, based in part on
      Expat.</li>
   <li>
+  <a href="http://www.phpbuilder.com/columns/justin20000428.php3"
+     >Article on using Expat from PHP</a> on
+  <a href="http://www.phpbuilder.com/">&lt;?PHPBuilder?&gt;</a>
+  <br />(broken into lots of tiny pieces)</li>
+  <li>
   <a href="http://expatobjc.sourceforge.net/"
      >Objective-C interface to Expat</a></li>
   <li>
+  <a href="http://home.wanadoo.nl/maas/ocaml/">OCaml Expat</a> is a
+  wrapper around Expat for the <a href="http://www.ocaml.org"
+  >Objective Caml</a> language.</li>
+  <li>
   <a href="http://www.yoshidam.net/Ruby.html#xmlparser"
      >Ruby interface to Expat</a></li>
   <li>
-  <a href="http://www.phpbuilder.com/columns/justin20000428.php3"
-     >Article on using Expat from PHP</a> on
-  <a href="http://www.phpbuilder.com/">&lt;?PHPBuilder?&gt;</a>
-  <br />(broken into lots of tiny pieces)</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>
   <li>
-  <a href="http://sourceforge.net/projects/kdsxml"
-     >SAX2 Wrapper for using Expat in Delphi,</a>
-  based on 
-  <a href="http://saxforpascal.sourceforge.net"
-     >"SAX for Pascal"</a>
-   interface specs</li>
+  <a href="http://www.simkin.co.uk/">Simkin</a> is an open source
+  scripting language available under the GNU LGPL.  It can be embedded
+  in XML and supports a DOM-like API backed by Expat.</li>
+  <li>
+  <a href="http://easysoap.sourceforge.net/">EasySoap</a> is a C++
+  SOAP implementation which uses Expat.</li>
+  <li>
+  <a href=
+  "http://www.codepedia.com/wiki/display.aspx?WikiID=1&amp;pagename=thunks"
+  >A discussion</a> of another way to manage stateful callbacks, using
+  Expat as a sample library.</li>
+  <li>
+  The <a href="http://sourceforge.net/projects/gobo-eiffel/">GOBO
+  project</a> is working on an Eiffel binding for Expat.  Development
+  is active and the package is fully supported in GOBO 3.0 and 3.1,
+  though there isn't much status information about the Expat bindings
+  on the website.  (Most activity is reportedly on the relevant
+  mailing lists.)</li>
   <li>
   <a href="http://www.mitchenall.com/expat4d">Expat4D</a> is a plug-in
   for the <a href="http://www.4duk.com/">4th Dimension</a> application




More information about the Expat-checkins mailing list