Closed
Bug 333008
Opened 19 years ago
Closed 9 years ago
External Instance documents can include their own schema file
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: doronr, Unassigned)
Details
An .xml file can include its own schema file using attributes, like xsi:noNamespaceSchemaLocation (in the root node).
This would require us to store a schema per instance document somewhere, since if we have 2 instance documents that use xsi:noNamespaceSchemaLocation (which means null namespace), we couldn't store them in a nsISchemaCollection since only one entry per namespace is allowed.
So we probably would need a nsISchema on one of the instance document interfaces and init it if we need to, and the validation code would have to take that into consideration.
Updated•18 years ago
|
Assignee: aaronr → xforms
Comment 1•9 years ago
|
||
RIP xforms
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•