[Lxml-checkins] r39293 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Wed Feb 21 16:51:22 CET 2007
Author: scoder
Date: Wed Feb 21 16:51:21 2007
New Revision: 39293
Modified:
lxml/trunk/doc/main.txt
Log:
more references to external documents from main.txt
Modified: lxml/trunk/doc/main.txt
==============================================================================
--- lxml/trunk/doc/main.txt (original)
+++ lxml/trunk/doc/main.txt Wed Feb 21 16:51:21 2007
@@ -66,15 +66,17 @@
* `lxml.etree specific API`_ documentation
- * `XML validation`_ with RelaxNG and XML Schema
+ * parsing_ and validating_ XML
+
+ * `XPath and XSLT`_ support
* Python `extension functions`_ for XPath and XSLT
* `custom element classes`_ for custom XML APIs
- * a `SAX compliant API`_
+ * a `SAX compliant API`_ for interfacing with other XML tools
- * the `C-level API`_ for interfacing with external C/Pyrex modules
+ * a `C-level API`_ for interfacing with external C/Pyrex modules
* lxml.objectify:
@@ -111,7 +113,9 @@
.. _`benchmark results`: performance.html
.. _`compatibility`: compatibility.html
.. _`lxml.etree specific API`: api.html
-.. _`XML validation`: validation.html
+.. _`parsing`: parsing.html
+.. _`validating`: validation.html
+.. _`XPath and XSLT`: xpathxslt.html
.. _`extension functions`: extensions.html
.. _`custom element classes`: element_classes.html
.. _`SAX compliant API`: sax.html
More information about the lxml-checkins
mailing list