UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

12 lines 352 B
xmlplus("xp", function (xp, $_, t) { $_().imports({ Example: { xml: "<h1 id='example'>hello, world</h1>", map: { nofragment: true }, fun: function (sys, items, opts) { sys.example.width(100); console.log(sys.example.width()); } } }); });