I need to create an XML file that has the following Doctype: ``` <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE VAR_COMP TXT "/path/to/file.dtd"> ``` How can add this Doctype with this library? Thanks.
I need to create an XML file that has the following Doctype:
How can add this Doctype with this library?
Thanks.