[Xsltforms-support] XSLTForms enhancements?
Brought to you by:
alain-couthures
|
From: Mats E. <mat...@li...> - 2016-04-07 21:25:42
|
Hi Alain, Just wanted to share with you, I succeeded with the following: - Allowing XSLTForms to be run as Chrome Apps, with file save/open functionality etc.- Embedding SaxonCE library so that transform() function can run XSLT2 transforms- Adding @async attribute to xf:setvalue/xf:insert elements for non-blocking evaluation of long running XPath expressions in Web Workers- Adding validate-with-xml-schema() function, using xmllint library- Adding validate-with-schematron() function, using SaxonCE. Useful for doing more advanced form validations using SVRL.- Adding parse-xml() function, believe replacing need for xf:setnode Would be glad to contribute these as well as some other extensions and performance optimizations. / Mats |