diff options
| author | scoder <none@none> | 2007-12-18 22:28:37 +0100 |
|---|---|---|
| committer | scoder <none@none> | 2007-12-18 22:28:37 +0100 |
| commit | 66fe2e595eb706f2681e434fd9c25463e74601a0 (patch) | |
| tree | d5abb9ad01970a3d9553e7d33bd25d26da12a4d3 /doc/validation.txt | |
| parent | 72fefe693bd2bee3f5f2d4f0ec9b1da2b19e0b22 (diff) | |
| download | python-lxml-66fe2e595eb706f2681e434fd9c25463e74601a0.tar.gz | |
[svn r3095] r3101@delle: sbehnel | 2007-12-18 09:24:09 +0100
small doc update
--HG--
branch : trunk
Diffstat (limited to 'doc/validation.txt')
| -rw-r--r-- | doc/validation.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/validation.txt b/doc/validation.txt index ef0fd8c4..8e6026c3 100644 --- a/doc/validation.txt +++ b/doc/validation.txt @@ -232,10 +232,10 @@ method to do XML Schema validation:: 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" > |
