Torkel,
I'm not sure I would call it a bug because there is nothing in the XML Schema specification forbidding it.
Rob Rutherford
One of my colleagues happened to change a schema (by mistake) so that it imported itself, i.e.:
mySchema.xsd:
<xsd:schema xmlns="myNamespace"> <xsd:import namespace="myNamespace" schemaLocation="mySchema.xsd" /> ...
This caused the parser to eat memory until the JVM went out of memory. Even
if this is a stupid mistake, I personally think it should be considered as a
major bug.
Is this a new bug or has it been fixed in later versions?
/Torkel Dominique
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
