xmlbuilder
Advanced tools
Changelog
[1.1.0] - 2013-12-10
create()
and element()
accept JS object to fully build the document.nod()
and n()
aliases for node()
.convertAttChar
decorator to convertAttKey
.Changelog
[1.0.2] - 2013-11-27
Changelog
[1.0.0] - 2013-11-27
begin()
function. create()
begins the document by creating the root node.Changelog
[0.4.1] - 2012-08-31
begin()
calls in favor of XMLBuilder
constructor.end()
function. end()
is a convenience over doc().toString()
.Changelog
[0.4.0] - 2012-08-31
XMLBuilder
constructor to allow the name of the root element and XML prolog to be defined in one line.begin()
.