Bookmarklet, esm JS, and XSLT for presenting XML or JSON as super-sortable HTML table.
Bookmarklet, XSLT rule will help to present XML in browser as a table.
Live demo | Live docs and discussion
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 XSLT as in AsTable.xml :
<?xml-stylesheet type="text/xsl" href="https://github.com/XmlAspect/XmlView/blob/master/./AsTable.xsl"?>