XMLWriter::writeDTDElement
Write full DTD element tag
&reftitle.description;
Object oriented style:
XMLWriter
boolwriteDTDElement
stringname
stringcontent
Procedural style:
boolxmlwriter_write_dtd_element
resourcexmlwriter
stringname
stringcontent
Writes a full DTD element.
&reftitle.parameters;
&xmlwriter.xmlwriter.description;
name
The name of the DTD element.
content
The content of the element.
&reftitle.returnvalues;
&return.success;
&reftitle.seealso;