Saxon-Forms icon indicating copy to clipboard operation
Saxon-Forms copied to clipboard

XForms implemented using XSLT 3.0

Results 11 Saxon-Forms issues
Sort by recently updated
recently updated
newest added

Per [XForms 1.1](https://www.w3.org/TR/xforms/#fn-current) `fn:current` should be interpreted as the context node where the XPath appears. Consider the following form: ```xml 01 02 03 Jan Feb Mar ``` Per the spec...

`$binding-js` is empty when mode `get-properties` is called by controls inside a repeat, causing binding failures.

in the `get-properties` template, there is a "shortcut" that does a string comparison of the XPath expressions. As expected, this fails for non-trivial binds (i.e. those with subscripts, use of...

In testing [XForms 1.1 spec, example B.1](https://www.w3.org/TR/xforms11/#data-mutation-patterns), Saxon-Forms fails with the following error: ``` Uncaught Object { message: "'href' must be specified in HTTP request", stack: "I@http://localhost:9080/Saxon-JS-2.0/SaxonJS2.js:4102:51\nmakeHttpRequest/

In testing [XForms 1.1 spec, example B.15](https://www.w3.org/TR/xforms11/#data-mutation-patterns), Saxon-Forms silently fails (i.e. instance is unchanged). XForms: ```xml Lorem ipsum Lorem ipsum verterem voluptaria ... Exemplum 1 Exemplum 2 Primis abhorreant delicatissimi...

In testing [XForms 1.1 spec, example B.14](https://www.w3.org/TR/xforms11/#data-mutation-patterns), Saxon-Forms fails with the following error: ``` Uncaught Object { message: "Required cardinality of value of variable $instance-with-insert is exactly one; supplied value...

In testing [XForms 1.1 spec, example B.12](https://www.w3.org/TR/xforms11/#data-mutation-patterns), Saxon-Forms fails with the following error: ``` Uncaught Object { message: "An empty sequence is not allowed as the value of variable $instance-with-insert",...

In testing [XForms 1.1 spec, example B.7](https://www.w3.org/TR/xforms11/#data-mutation-patterns), Saxon-Forms fails with the following error: ``` Uncaught Object { message: "Required cardinality of second operand of 'is' is zero or one; supplied...

In testing [XForms 1.1 spec, example B.6](https://www.w3.org/TR/xforms11/#data-mutation-patterns), Saxon-Forms fails silently (i.e. the default instance is left unchanged) XForms: ```xml Test it Export Subset ``` Note that I am not using...

In testing [XForms 1.1 spec, example B.4](https://www.w3.org/TR/xforms11/#data-mutation-patterns), Saxon-Forms fails with the following error: ``` Uncaught Object { message: "Required cardinality of value of variable $instance-with-insert is exactly one; supplied value...