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

James Koppel jamesbkoppel at yahoo.com
Tue Sep 18 22:18:53 EDT 2012


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