1.0.2 • Published 3 years ago

@xmlaspect/xml-view v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

XmlView

Bookmarklet, esm JS, and XSLT for presenting XML or JSON as super-sortable HTML table.

NPM version git GitHub

Bookmarklet, XSLT rule will help to present XML in browser as a table.

Live demo | Live docs and discussion

API

XmlView.js

Use

Include in project

There are no dependencies, add to your project either by

npm i -P @xmlaspect/xml-view

or use directly from CDN

    import XmlView from 'https://unpkg.com/@xmlaspect/xml-view@1.0.2/XmlView.js';       

Add transformation

in XML

add XSLT as in AsTable.xml :

<?xml-stylesheet type="text/xsl" href="../AsTable.xsl"?>

Javascript