Package tests and Unicode

I've committed some tests for Unicode 9.0. As support for that is optional, I added a dependency on Unicode and updated the catalog schema: <unicode-version value="9.0" satisfied="true"/>.

In addition, I am wondering about the syntax for packages. We currently have:

<package file="package-version-001.xsl" package-version="1.0" uri="urn:simple" role="secondary" />

This is rather cumbersome. I propose to allow a simpler syntax:

<package file="package-version-001.xsl"/>

Which is then a short-hand for loading the referenced file, setting the package-version to the version of the package (if any), the name of the package to the @uri value and its role by default to secondary.

We may add this to today's telcon for a brief discussion if we have time :).

Thanks,
Abel

Received on Thursday, 8 September 2016 16:00:53 UTC