Commit 06bcf928 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

partially revert 5a53f57a because still many...

partially revert 5a53f57a because still many templates are using odf 1.0 or 1.1.
parent 93722e89
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -54,7 +54,7 @@ if lxml:
class LXMLValidator:
"""Validate ODF document using RelaxNG and lxml"""
schema_url = \
'http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-schema.rng'
'http://docs.oasis-open.org/office/v1.1/OS/OpenDocument-schema-v1.1.rng'
def __init__(self, schema_url=schema_url):
self.schema_url = schema_url
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment