Quote Originally Posted by jacek
It depends on what you are trying to achieve. Does Class.Write() output XML or plain text?
What do you need QDomDocument for? Just to place the Class.Write() output between tags?
I'm a bit confused as you know. I need put output class between tag...
class write do this....insert text in xstrm...
Qt Code:
  1. void class::Write(QTextStream& xstrm) {
  2. xstrm << "dimX=\"" << dimX << "\"dim......
To copy to clipboard, switch view to plain text mode 
I dont' undesrtand