UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

16 lines 424 B
xmlplus("xp", function (xp, $_) { $_().imports({ Index: { xml: "<Wrapper>\ <button>foo</button>\ <button>bar</button>\ </Wrapper>" }, Wrapper: { xml: "<div>\ <h1 id='alice'>alice</h1>\ <button>bob</button>\ </div>" } }); });