LLC2_API
|
Classes | |
struct | ToXMLStringTool |
Helper class to create XML files using "printf", "fprintf", "cout",... functions. More... | |
Typedefs | |
typedef struct XMLDLLENTRY ToXMLStringTool | ToXMLStringTool |
Helper class to create XML files using "printf", "fprintf", "cout",... functions. |
typedef struct XMLDLLENTRY ToXMLStringTool ToXMLStringTool |
Helper class to create XML files using "printf", "fprintf", "cout",... functions.
The ToXMLStringTool class helps you creating XML files using "printf", "fprintf", "cout",... functions. The "ToXMLStringTool" class is processing strings so that all the characters &,",',<,> are replaced by their XML equivalent:
&, ", ', <, >
Using the "ToXMLStringTool class" and the "fprintf function" is THE most efficient way to produce VERY large XML documents VERY fast.