Comment 1 for bug 1783890

Revision history for this message
Alexis de Lattre (alexis-via) wrote :

I was told I had to wait longer because it could take up to 30 minutes to generate XSLT from these schematron files. So I waited longer and, after 20 minutes, I get this crash:

Traceback (most recent call last):
  File "./fx-schematron.py", line 10, in <module>
    schematron = isoschematron.Schematron(sct_root, store_report=True)
  File "/usr/local/lib/python2.7/dist-packages/lxml/isoschematron/__init__.py", line 285, in __init__
    validator_xslt = self._compile(schematron, **compile_params)
  File "src/lxml/xslt.pxi", line 600, in lxml.etree.XSLT.__call__
lxml.etree.XSLTApplyError: Fail: This implementation of ISO Schematron does not work with
        schemas using the "xslt2" query language.

So the problem is not an infinite loop... but a missing feature ?