Closed
Bug 348889
Opened 19 years ago
Closed 19 years ago
xsd:Name atom is defined with wrong case (xsd:name)
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sspeiche, Unassigned)
References
()
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
1.13 KB,
patch
|
doronr
:
review+
beltzner
:
approval1.8.1+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
nsSchemaAtomList.h has:
SCHEMA_ATOM(sName_atom, "name")
per W3C XML Schema spec the xsdtype "Name" is with a capital N, see
http://www.w3.org/TR/xmlschema-2/datatypes.html#Name
This will need to be fixed to get all derived built-in types supported in XForms:
http://www.w3.org/TR/xforms/slice5.html#datatypes-schema
Reproducible: Always
Reporter | ||
Comment 1•19 years ago
|
||
Attachment #234046 -
Flags: review?(doronr)
Comment 2•19 years ago
|
||
Comment on attachment 234046 [details] [diff] [review]
patch (if they were all this easy)
This has no risk and will only affect XForms and Webservices (of which I am module owner these days), and would be great to have in 1.8.1
Attachment #234046 -
Flags: review?(doronr)
Attachment #234046 -
Flags: review+
Attachment #234046 -
Flags: approval1.8.1?
Comment 3•19 years ago
|
||
Comment on attachment 234046 [details] [diff] [review]
patch (if they were all this easy)
a=beltzner on behalf of drivers, for landing on the MOZILLA_1_8_BRANCH. Please mark fixed1.8.1 when it lands.
Attachment #234046 -
Flags: approval1.8.1? → approval1.8.1+
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•19 years ago
|
||
fixed on trunk
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•