codesynthesis
sample XSD fails with "error: no declaration found for element X"
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[详细]
2023-03-14 05:51 分类:问答Code Synthesis - C++/Tree sub node serialization
I\'m using this great tool (http://www.codesynthesis.com/products/xsd/c++/tree/) to convert xsd into c++ code.[详细]
2023-03-02 13:20 分类:问答XSD : How to make a polymorphic "list"?
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 :[详细]
2023-01-27 00:52 分类:问答XSD : How to set attributes values in children element type?
In an xsd file I have this element base type : <xs:complexType name=\"event\" abstract=\"true\" >[详细]
2023-01-25 16:23 分类:问答C++ Serialization Clean XML Similar to XSTREAM
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[详细]
2023-01-01 02:05 分类:问答Simple proxy program with BOOST
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.[详细]
2022-12-18 19:46 分类:问答