What happens when you print the element without converting it to a document first? See QDomNode::save(). And are you sure your loops are ok? They could be easier: QDomNode::firstChildElement() and QDomNode::nextSiblingElement().
What happens when you print the element without converting it to a document first? See QDomNode::save(). And are you sure your loops are ok? They could be easier: QDomNode::firstChildElement() and QDomNode::nextSiblingElement().
Bookmarks