- adds saxon config for SEED with assertions enabled (fixes issue #18)
- changes transformation type in SEED config (see issue #16 again)
- send HTTP status code in terminating message like required by SEED (see issue #19)
- fixes transformation type in SEED config (see issue #16)
- do not fail for documents without citation tree declaration in
<refsDecl>(fixes issue #13) - improved project infrastructure:
- unit tests independend of volatile upstream specs (fixes issue #15)
- improves package building
- adds missing yaml config file to SEED package (fixes issue #14)
- adds modular context in
xsl/context/modules
- make output for test suite with gist
https://gist.github.com/lueck/d1476d00e07969685df5856518cdd053
- fixes issue #11
- output of community test cases stored in
test/community-cases.txtis stored as a release asset for simple comparison with other implementations
- fixes issue #7
- fixes issue #6
- fixes issue #4
- allows customization of the relation of
resourceand the document location by replacing the.../resource.xslXSLT package via a Saxon configuration file - fixes the Oxygen transformation scenarios, which were still behind version 0.1.1
- fixes issue #2 by providing a package for URL templates with query parameters
- introduces alternative URL templates with path parameters
- introduces function
dts:compact($s as xs:string)for making URI's or prefixed values compact according to the configured@context - support
<citeData>for the navigation endpoint- uses compaction function for compacting the property's name and value
- does not yet treat dublin core metadata in any special way
- adds experimental stylesheet parameter
marked-virtual-children. When set totrue(), this adds a boolean propertydts:inParentSubtreeto each member, indicating whether its constructed subtree is a descendant of the root of the subtree that is constructed for the parent member.
- fixes issue #3
- corrects name URL templates to URI templates and changes paths accordingly
- choose default citation tree and names of other trees on the basis
of
refsDecl/@defaultandrefsDecl/@n - assert that there's exactly one default citation tree by declaration
- assert that all other citation trees are labelled
- introduces configurable error codes that deployments can catch in order to return HTTP 4XX error codes
- makes the URL template configurable by static parameters
- makes the
@contextURL configurable <dts:wrapper>has thedtsname prefix, test assured- XSLT packages for navigation and document endpoints available through Saxon config
- latest release's contents available on pages for remote processing
- XLST for navigation and document endpoints
- oxygen framework with transformation scenarios
- URL templates are the most obvious issue