diff options
| author | scoder <none@none> | 2010-01-25 10:35:39 +0100 |
|---|---|---|
| committer | scoder <none@none> | 2010-01-25 10:35:39 +0100 |
| commit | 7ba3c7220b2bc0e2fbc12c231dc026bef10b1eab (patch) | |
| tree | 691c478cfb8979d19adddb4df142e77e1fc29b18 /src/lxml/isoschematron | |
| parent | 69ca1b8a8a36a21ece30aeef5a4de06afc4c0ae6 (diff) | |
| download | python-lxml-7ba3c7220b2bc0e2fbc12c231dc026bef10b1eab.tar.gz | |
[svn r4317] r5419@lenny: sbehnel | 2010-01-25 10:35:25 +0100
docstring fix
--HG--
branch : trunk
Diffstat (limited to 'src/lxml/isoschematron')
| -rw-r--r-- | src/lxml/isoschematron/__init__.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lxml/isoschematron/__init__.py b/src/lxml/isoschematron/__init__.py index 7ef56616..bbd4e6e5 100644 --- a/src/lxml/isoschematron/__init__.py +++ b/src/lxml/isoschematron/__init__.py @@ -114,10 +114,12 @@ class Schematron(_etree._Validator): Built on the Schematron language 'reference' skeleton pure-xslt implementation, the validator is created as an XSLT 1.0 stylesheet using these steps: - 0) (Extract from XML Schema or RelaxNG schema) - 1) Process inclusions - 2) Process abstract patterns - 3) Compile the schematron schema to XSLT + + 0) (Extract from XML Schema or RelaxNG schema) + 1) Process inclusions + 2) Process abstract patterns + 3) Compile the schematron schema to XSLT + The ``include`` and ``expand`` keyword arguments can be used to switch off steps 1) and 2). To set parameters for steps 1), 2) and 3) hand dictionaries containing xslt |
