xml
xml copied to clipboard
Adding a custom DOCTYPE tag
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.