In spite of being a total newbie in the xml parsing arena, I was able to xsd to create valid c++ and compile and link successfully, but the compiler optimized(?) away the instantiation.So, starting at
I\'m using this great tool (http://www.codesynthesis.com/products/xsd/c++/tree/) to convert xsd into c++ code.
I\'m trying to build an element type that keep a list of change element type that is the base type of several other child type. I got this code :
In an xsd file I have this element base type : <xs:complexType name=\"event\" abstract=\"true\" >
I need to write a linux c++ app which saves it settings in XML format (for easy hand editing) and also communicates with existing apps through XML messages over sockets and HTTP. Problem is that I hav
I\'m trying to do a very simple program. It\'s actually a proxy, that I need to connect to it and that proxy fowards the packets to the outter world.