1. System property extensions

XML Calabash supports several additional property names in p:system-property:

cx:allow-text-results

Returns “true” if the allow text results extension is enabled, “false” otherwise.

cx:general-values

Returns “true” if the general values extension is enabled, “false” otherwise.

cx:html-serializer

Returns “true” if the HTML serializer extension is enabled, “false” otherwise.

cx:json-flavor

Returns the flavor of JSON returned by the transparent JSON extension, if it's enabled.

cx:saxon-edition

Returns the edition of the underlying Saxon processor (“he”, “pe”, or “ee”).

cx:saxon-version

Returns the version of the underlying Saxon processor.

cx:transparent-json

Returns “true” if the transparent JSON extension is enabled, “false” otherwise.

cx:use-xslt-1.0

Returns “true” if the Use XSLT 1.0 extension is enabled, “false” otherwise.

cx:xpointer-on-text

Returns “true” if the XPointer on text extension is enabled, “false” otherwise.