IncredibleXMLParser
3.05
|
Modules | |
The simplest & fastest way to create an XML string | |
Create an XML string starting from the current IXMLNode. | |
Save the content of an IXMLNode inside a file. | |
Classes | |
class | IXMLRenderer |
Class Defining the Incredible XML Renderer. More... | |
To create XML strings (or files), you can either use the ToIXMLStringTool class (This is the most efficient solution and also the easiest to use) or the IXMLRenderer class (to transform ITCXMLNode to XML strings).
See the functions example1(), example3(), example4(), example9() and example11() for some usage examples.