Hi Rob, Rob Laveaux <[EMAIL PROTECTED]> writes:
> <xs:schema xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" > xmlns="" id="NewDataSet" xmlns:xs="http://www.w3.org/2001/XMLSchema"> ^^^^^^^^ This is not necessary and is actually illegal since XML namespace cannot be an empty string. I guess libxml gets confused by this while the schema processor in Oxygen simply ignores the declaration. hth, -boris -- Boris Kolpackov Code Synthesis Tools CC http://www.codesynthesis.com Open-Source, Cross-Platform C++ XML Data Binding _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
