https://bugzilla.wikimedia.org/show_bug.cgi?id=15913
--- Comment #1 from Brion Vibber <[EMAIL PROTECTED]> 2008-12-03 20:01:07 UTC --- 1) XML specs mandate that the parser should ignore unknown tags, not "FAIL" on them. Totally untrue. :) XML doesn't specify any such thing; that's up to the domain-specific markup language. (XML is a meta-language, not a language per se.) However... it really ought to just ignore unknown tags, since that's the nice thing to do. The failure mode sounds wrong too, and should get fixed if it's still doing that. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
