UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

14 lines (13 loc) 345 B
xmlplus("xp", function (xp, $_) { $_().imports({ Index: { xml: "<Input id='index' type='text'/>", fun: function (sys, items, opts) { sys.index.bind("hello, world"); } }, Input: { xml: "<input id='model' type='text'/>" } }); });