UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

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