UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

11 lines 303 B
xmlplus("xp", function (xp, $_) { $_().imports({ Index: { css: "#animal h1 { background: green; }", xml: "<div id='animal'>\ <h1 id='dog'>dog</h1>\ <h1 id='cat'>cat</h1>\ </div>" } }); });