Hi friends,
I'm creating an xml document (with QDomDocument) and want to import a xml file (load file with QFile and put content with QDomDocument::setContent), placing it as a node. Is it possible?
Thanks,
Marcelo E. Geyer
Printable View
Hi friends,
I'm creating an xml document (with QDomDocument) and want to import a xml file (load file with QFile and put content with QDomDocument::setContent), placing it as a node. Is it possible?
Thanks,
Marcelo E. Geyer
use QDomDocument::appendChild. (this method QDomDocument inherits from QDomNode)