[xsd-users] On example code "Error: qualified name is not allowed"

James Koppel jamesbkoppel at yahoo.com
Wed Sep 19 04:02:41 EDT 2012


I had simply incorrectly included the Xerces headers. Fixed.


________________________________
 From: James Koppel <jamesbkoppel at yahoo.com>
To: "xsd-users at codesynthesis.com" <xsd-users at codesynthesis.com> 
Sent: Tuesday, September 18, 2012 7:18 PM
Subject: [xsd-users] On example code "Error: qualified name is not allowed"
 
I attempted to compile the hello.xsd example. Visual Studio notes dozens of errors in the generated hello.cxx file of the form "qualified name is not allowed." An example is the following line:

namespace xml_schema {
  ...
  typedef ::xsd::cxx::tree::simple_type< type > simple_type;

 ...
}

How can I eliminate these errors?


More information about the xsd-users mailing list