sabre-io / xml

sabre/xml is an XML library that you may not hate.
http://sabre.io/xml/
BSD 3-Clause "New" or "Revised" License
516 stars 77 forks source link

Adding a custom DOCTYPE tag #200

Open zietbukuel opened 3 years ago

zietbukuel commented 3 years ago

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.