[xsd-users] Element names with invalid C++ preprocessor characters
Matt Burnham
mburnham at gblsys.com
Tue Apr 26 13:48:02 EDT 2011
I have a schema that the root element contains invalid C++ preprocessor characters (specifically '-') and can't figure out how to get the parse and serialize functions to get generated. I get the classes OK, but no parse and serialize functions.
My schema is something like this:
<App-Configuration>
<Section1-Configuration>
<!-- some attributes here -->
</Section1-Configuration>
<Section2-Configuration>
<!-- some attributes here -->
</Section2-Configuration>
</App-Configuration>
More information about the xsd-users
mailing list