XMLWriter::writeDTDEntity
Write full DTD Entity tag
&reftitle.description;
Object oriented style:
XMLWriter
boolwriteDTDEntity
stringname
stringcontent
Procedural style:
boolxmlwriter_write_dtd_entity
resourcexmlwriter
stringname
stringcontent
Writes a full DTD entity.
&reftitle.parameters;
&xmlwriter.xmlwriter.description;
name
The name of the entity.
content
The content of the entity.
&reftitle.returnvalues;
&return.success;
&reftitle.seealso;