Skip to content

Releases: nkutsche/xpath-model

Version 1.1.0

29 Jul 09:40
Compare
Choose a tag to compare
  • Implements XPath evaluation function xpe:xpath-evaluate()

  • Model parser

    • Adds configuration option to allow/dissallow undeclared prefixes in the input XPath expression
    • Adds parser function nk:xpath-type-model to API to parse item type declarations
    • Minor bug fixing
  • XPath model schema

    • Adds missing support for partial function applications
    • Changes model of the type empty-sequence() from <empty/> to <itemType occurrence="zero"/>
  • Misc

    • Replace included RelaxNG implementation by referencing it as Maven dependency
    • Removes dependency to Saxon and XSLT Package Manager to avoid restriction on a specific Saxon version for using projects.

Version 1.0.1

31 Oct 00:34
Compare
Choose a tag to compare
  • Features:

    • Adds nk:parent-or-self-el function to xpath-model-tools.xsl for reuse common tasks.
  • Bugfixes:

    • Parameter type in nk:value-tempalate-serializer-hl function was corrupt.
    • nk:context-provider-handler produced an sequence error, if a variable provides more than one context.

v1.0.0

20 Jun 19:35
Compare
Choose a tag to compare
  • First public release