Can somebody tell me how to add xml declaration for a QDomDocument? I tried searching docs but couldn't find how to add it.
I mean how to add this
Code:
<?xml version="1.0"?>
Printable View
Can somebody tell me how to add xml declaration for a QDomDocument? I tried searching docs but couldn't find how to add it.
I mean how to add this
Code:
<?xml version="1.0"?>
I guess you can try QDomDocument::createProcessingInstruction