XMLCG help needed
From: Fahd Kamal <fahd_kamal_at_yahoo.com>
Date: 24 Feb 2004 11:32:10 -0800
Message-ID: <7b495f0d.0402241132.275734b8_at_posting.google.com>
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,
Date: 24 Feb 2004 11:32:10 -0800
Message-ID: <7b495f0d.0402241132.275734b8_at_posting.google.com>
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. Received on Tue Feb 24 2004 - 20:32:10 CET