[xsd-users] New feature

Boris Kolpackov boris at codesynthesis.com
Tue Sep 19 17:13:18 EDT 2006


Hi Deane,

Deane Yang <deane at kalotay.com> writes:

> I've almost got this working, but I can't quite figure out the namespace
> stuff. How do I set "noNamespaceSchemaLocation"?
>
> If I do something like
>
> xml_schema::namespace_infomap map;
>
> map["t"].name = "";
> map["t"].schema = "test.xsd";

That would be

map[""].schema = "test.xsd";

I guess we need to add this to the manual since it surely isn't obvious.


hth,
-boris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 652 bytes
Desc: Digital signature
Url : http://codesynthesis.com/pipermail/xsd-users/attachments/20060919/f132b824/attachment.pgp


More information about the xsd-users mailing list