You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to validate this on Firefox 19.0.2 on Windows XP, the console is cleared and the output switches to Validating..., but nothing ever happens (although the UI still works). When I do the same with Firebug enabled, the script seems to get into an infinite loop. The expected behaviour is:
$ xmllint --noout --schema test.xsd test.xml
test.xml:3: Schemas validity error : Element 'bar': No match found for key-sequence ['2'] of keyref 'indexRef'.
test.xml fails to validate
The text was updated successfully, but these errors were encountered:
Here's a minimal test case:
Schema:
XML:
When I try to validate this on Firefox 19.0.2 on Windows XP, the console is cleared and the output switches to Validating..., but nothing ever happens (although the UI still works). When I do the same with Firebug enabled, the script seems to get into an infinite loop. The expected behaviour is:
The text was updated successfully, but these errors were encountered: