
Hi!
Steve> I have also noticed that all of the generated namespaces include: Steve> xmlns:xml="http://www.w3.org/XML/1998/namespace"
Steve> Both the crimson parser + IE barf on the use of "xml" as a ns Steve> prefix. I think it's actually a bug in crimson.
Steve> Can the prefix be changed rather than waiting for for patches Steve> from several companies. Crimson and IE are very popular, so Steve> this could be a significant issue.
Using the namespace prefix "xml" is intentional. The solution is to remove the generation of `xmlns:xml=...' definition. The xml namespace prefix is defined implicitly. I found the following message in response to this problem:
http://lists.w3.org/Archives/Public/xmlschema-dev/2002Jun/0169.html
Torsten, could you please modify dump-xsd.c accordingly?
-frank