XMLHelper is a utility module which provides methods the ease the creation of XML markup.
x = XMLHelper puts x.element( :a, x.element( :b, "X" ) )
produces
<a><b>X</b></a>
ATTLIST DTD declaration.
CData.
Comment.
DOCTYPE DTD declaration.
Empty XML document.
Element.
ELEMENT DTD declaration.
ENTITY DTD declaration.
Proccessing instruction.
Alias for instruct
Alias for document
NOTATION DTD declaration.
Text.
XML declaration.
[Validate]