Hi John, John Snelson <[EMAIL PROTECTED]> writes:
> why doesn't the illegal syntax (*:car) give an error in Xerces-C I am not sure about this. Perhaps Xerces-C++ implements more than is required by the spec (it should be quite easy to support the namespace wildcards). > and why don't the legal syntaxes (below) work? This has something to do with the fact that your vin attribute is (implicitly) of xs:anySimpleType. If you make it of some other type (e.g., int) then 3.0.0 detects duplication. Could you please create a bug report and attach your schema and XML files to it? Thanks, Boris -- Boris Kolpackov, Code Synthesis Tools Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
