Construct an XML Instruction section
the body of the instruction segment
XIException if the segment body is illegal (contains ">")
auto item = new XMLInstruction("ATTLIST"); // constructs <!ATTLIST>
See Implementation
Construct an XML Instruction section