XMLCG help needed -
02-24-2004
, 01:32 PM
I wish to use XML class generator to generate C++ classes from an XML
schema file. I have teh schema in a file called family.xsd so I used
the following command,
xmlcg -s family.xsd
which produced the following output,
Error: No document specified
So I used teh following command,
xmlcg -s family.xsd family.cpp
which produced teh following error,
Failed to initialize parser, code 201
What is the right way to do this? Note that I am using Windows NT
workstation and I do not have Oracle on my machine, Just the class
generator.
Thanks for your help. |