Creating a New HydraExpress Project File Containing the Mappings
If you have not yet generated code and therefore have no generated HydraExpress project file, you may create a simple HydraExpress project file containing only the mappings element. For example,
 
<rwsf-codegen-project>
<options>
<option name='project-name' value='CharConvert'/>
...
</options>
 
<mappings>
Insert your mappings here.
</mappings>
</rwsf-codegen-project>
Then generate code, supplying both the HydraExpress project file containing the mappings, and the file to parse, such as
 
prompt> rwsfgen MyMapping.xml charConversion.xsd
NOTE: When providing the generator more than one HydraExpress project file, be aware that the values in the last project file on the command line override any other provided values in the event of a conflict. See Conflicting Options and Property Precedence for more information on conflicting options.