[Lxml-checkins] r39460 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Mon Feb 26 18:06:50 CET 2007
Author: scoder
Date: Mon Feb 26 18:06:48 2007
New Revision: 39460
Modified:
lxml/trunk/doc/validation.txt
Log:
link to Wikipedia on DTDs
Modified: lxml/trunk/doc/validation.txt
==============================================================================
--- lxml/trunk/doc/validation.txt (original)
+++ lxml/trunk/doc/validation.txt Mon Feb 26 18:06:48 2007
@@ -3,10 +3,12 @@
====================
Apart from the built-in DTD support in parsers, lxml currently supports three
-schema languages: DTD, `Relax NG`_ and `XML Schema`_. All three provide
-identical APIs, represented by a validator class with the obvious names.
+schema languages: DTD_, `Relax NG`_ and `XML Schema`_. All three provide
+identical APIs in lxml, represented by a validator class with the obvious
+names.
-.. _`Relax NG`: http://www.relaxng.org/
+.. _DTD: http://en.wikipedia.org/wiki/Document_Type_Definition
+.. _`Relax NG`: http://www.relaxng.org/
.. _`XML Schema`: http://www.w3.org/XML/Schema
.. contents::
More information about the lxml-checkins
mailing list