|
Sure, one can use C++ to work with XML - in .NET environment.
Another point is that C++ and even C certainly can be used to generate new XML documents from scratch, for example, by simple sprintf(). As for extraction, no, using string manipulation functions is a really miserable solution.
|