Closed
Bug 279026
Opened 20 years ago
Closed 20 years ago
Implement xforms datatypes
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 278447
People
(Reporter: aaronr, Assigned: doronr)
References
()
Details
need to implement xforms datatypes as noted in section 5.2 of the XForms 1.0 spec.
Comment 1•20 years ago
|
||
I'm no schema guy, but aren't they defined in the schema for XForms: http://www.w3.org/TR/xforms/sliceA.html So Doron's work should take care of that?
Right, this is work that Doron has left to do...so that I can call his method and say, "here is a value, is it of type xforms:dayTimeDuration?" and also utility functions to tear it apart like he does for some of the other types. I don't know exactly what work this entails apart from what he's already done for the other types. I just want to leave this place holder so that we can see that it hasn't been done, yet.
| Assignee | ||
Comment 3•20 years ago
|
||
We only support regular schema types right now, none that are defined in the xforms namespace (there are 4). Which is why nsXFormsSchemaValidator was created, so that I can intercept xform namespaced types and handle them within xforms code.
Comment 4•20 years ago
|
||
Is this bug 278447?
looks the same to me. Good catch Anne. *** This bug has been marked as a duplicate of 278447 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
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
•