Closed
Bug 308753
Opened 19 years ago
Closed 19 years ago
model should support linking attributes
Categories
(Core Graveyard :: XForms, enhancement)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: surkov, Assigned: aaronr)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Since xforms differentiate datas from presentation then I guess should be presented ability to load model externaly. It is useful when I have one model and few presentations. In instance: // file describes a model (model.xml) <model> <instance/> <bind/> </model> // file describes the first presentation <model src="model.xml"/> <!-- here the first presentation for model --> // file describes the second presentation <model src="model.xml"/> <!-- here the second presentation for model --> Reproducible: Always
Comment 1•19 years ago
|
||
(In reply to comment #0) > Since xforms differentiate datas from presentation then I guess should be > presented ability to load model externaly. It is useful when I have one model > and few presentations. In instance: We try to implement the specification, so if you want that you need to get that in to the spec :-) Please send the request to: www-forms@w3.org
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•19 years ago
|
||
See a topic "Request for new feature of xforms" (http://lists.w3.org/Archives/Public/www-forms/2005Sep/subject.html). I hope the bug will be once open :)
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
•