Skip to content

0.3.0 xml

Ivan S Glazunov edited this page Feb 20, 2015 · 2 revisions

sources/xml

Templates.xml

[new] T.xml(...arguments: Array<TSelector|TAttributes>) => this;

Added assembler xml tag.

var i = T.xml.selector('[version="1.0" encoding="UTF-8" standalone="no"]');
console.log(i); // <?xml version="1.0" encoding="UTF-8" standalone="no"?>

Clone this wiki locally