Open
Bug 227459
Opened 21 years ago
Updated 2 years ago
Implement validating XML parser (validate with RELAX NG)
Categories
(Core :: XML, enhancement)
Core
XML
Tracking
()
NEW
Future
People
(Reporter: dtomaszuk, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.4; MultiZilla v1.5.0.2j) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.4; MultiZilla v1.5.0.2j) Gecko/20030624
Mozilla does not support RELAX NG. RELAX NG is better then DTD, because is
XML-compatible (like XML Schema but is simpler so support will be simple).
XHTML 2.0 will be RELAX NG friendly ;)
To compare DTD and RELAX NG look at
http://www.xml.gr.jp/relax/html4/howToRELAX_full_en.html#id_25_
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
Related: bug 40945, bug 196355. Mozilla doesn't 'support' any schemas at the
moment, even DTD's.
At the moment, Mozilla doesn't use a validating parser for anything, and most
likely never will, at least by default.
Summary: do not support RELAX NG → Implement validating XML parser (validate with RELAX NG)
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•21 years ago
|
Severity: normal → enhancement
Target Milestone: --- → Future
Maybe implement the RELAX NG Compact Syntax first?
It is much simple compare with RELAX NG.
http://relaxng.org/compact-tutorial-20030326.html
Updated•16 years ago
|
QA Contact: ashshbhatt → xml
Comment 3•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: hjtoi-bugzilla → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•