U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » Is XML compression possible by U++ library call? ([Question])
Re: Is XML compression possible by U++ library call? [message #43228 is a reply to message #43226] Wed, 11 June 2014 08:08 Go to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
If I supposed we are talking about XmlTag, then simple way, no. To be frank, I am not quite satisfied with XmlTag, there are two counter-requirements, on one side we would like to have nice-formated XML, on other, sometimes that is not what you exactly want....

If your XML is not huge and you are willing to sacrifice some performance, you can solve the issue by parsing to XmlNode, then using AsXML without XML_PRETTY. Or, perhaps, just use XmlNode.
 
Read Message icon5.gif
Read Message
Previous Topic: C++11: Vector is missing copy contructor/assignment operator
Next Topic: FIX FindBest in Algo.h
Goto Forum:
  


Current Time: Thu Sep 24 03:14:18 GMT+2 2026

Total time taken to generate the page: 0.01330 seconds