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  |
 |
mirek
Messages: 14267 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.
|
|
|
Goto Forum:
Current Time: Thu Aug 28 01:14:51 CEST 2025
Total time taken to generate the page: 0.06916 seconds
|