My problem is that I want to create xml tree and get a simple string object (or even char*). And I can't save xml to file.
So in the input I have xmlDocPtr with complete xml tree and want to get string containing xml but without using files.
Thx for attention.