[xsd-users] XSD 3.3.0 Example Problems
Bidski
bidski at bigpond.net.au
Wed Jun 23 22:14:58 EDT 2010
Hello Boris,
If you are interested in the soultion I found to my previous problem, here
it is.
Changing the following line in the makefile from
XML_SCHEMA_XSDFLAGS := --generate-xml-schema --generate-serialization \
--custom-type anyType=/type_base \
--hxx-epilogue '\#include "xml-schema-custom.hxx"'
To
XML_SCHEMA_XSDFLAGS := --generate-xml-schema --generate-serialization \
--custom-type anyType=//type_base \
--hxx-epilogue '\#include "xml-schema-custom.hxx"'
Gives the correct output in xml-schema.hxx and allows the makefile to run
through to completion without error.
Regards
Bidski
More information about the xsd-users
mailing list