[xsde-users] Re: [xsd-users] Using a SAX parser in cxx-tree

Boris Kolpackov boris at codesynthesis.com
Thu Aug 12 09:59:45 EDT 2010


Hi Ivan,

Can you please send questions about XSD/e to the xsde-users mailing
list (CC'ed) instead of xsd-users.

Ivan Le Lann <ivan.lelann at free.fr> writes:

> I fed it with a schema with no namespace :
>
> [...] 
>
>     xml_schema::document_simpl doc_s (
>       catalog_s.root_serializer (),
>       catalog_s.root_namespace (),
>       catalog_s.root_name ());

If your schema doesn't have a target namespace, then you should use this
version of the document_simpl constructor:

      xml_schema::document_simpl doc_s (
        catalog_s.root_serializer (),
        catalog_s.root_name ());

Boris



More information about the xsde-users mailing list