When creating a QDomDocument
Qt Code:
To copy to clipboard, switch view to plain text mode
How do I tell the XML file the location of the DTD to use. For example:
how do I put the SYSTEM "report.dtd" into the DTD description. I have looked through the API and there is nothing about adding an reference to a DTD location.<!DOCTYPE Report SYSTEM "report.dtd">
Thanks!
Bookmarks