[Lxml-checkins] r49904 - in lxml/trunk: . doc

scoder at codespeak.net scoder at codespeak.net
Tue Dec 18 22:28:39 CET 2007


Author: scoder
Date: Tue Dec 18 22:28:37 2007
New Revision: 49904

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/doc/validation.txt
Log:
 r3101 at delle:  sbehnel | 2007-12-18 09:24:09 +0100
 small doc update


Modified: lxml/trunk/doc/validation.txt
==============================================================================
--- lxml/trunk/doc/validation.txt	(original)
+++ lxml/trunk/doc/validation.txt	Tue Dec 18 22:28:37 2007
@@ -232,10 +232,10 @@
 Schematron
 ----------
 
-Since version 2.0, lxml.etree features Schematron_ support, using the class
-lxml.etree.Schematron.  It requires libxml2 2.6.21.  The API is the same as
-for the other validators.  Pass an ElementTree object to construct a
-Schematron validator::
+Since version 2.0, lxml.etree features Schematron_ support, using the
+class lxml.etree.Schematron.  It requires at least libxml2 2.6.21 to
+work.  The API is the same as for the other validators.  Pass an
+ElementTree object to construct a Schematron validator::
 
   >>> f = StringIO('''\
   ... <schema xmlns="http://www.ascc.net/xml/schematron" >


More information about the lxml-checkins mailing list