xml4jquery

jQuery reactive plugin to supply XML, XPath and XSLT functionality.

Usage no npm install needed!

<script type="module">
  import xml4jquery from 'https://cdn.skypack.dev/xml4jquery';
</script>

README

Xml4jQuery

jQuery reactive plugin to supply XML, XPath and XSLT functionality.

$(".toFill").html("Click here")
                .$on('click')
                .html('Loading...')
                .sleep(1000)
                .xmlTransform( 'test/test.xml', 'test/test.xsl')
                .toggleClass('clickable')
                .prepend("Still clickable <hr/>");

For details refer to primary project page xml4jquery.com

Including into project

xml4jquery.js is distributed as npm module and is available on CDN.

Licensing

It is a free to use and distribute binary library. The license agreement is embedded into xml4jquery.js file.

Commercial licence available upon request to support@simulationworks.com.

Support

Mail list hosted by google groups; see the project page for more options.