zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #04151
[Bug 922432] [NEW] member accessor on object raises XPTY0004
Public bug reported:
The following query raises [err:XPTY0004]: ~NoTypePromotion_json
let $obj :=
{
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"GlossList": {
"GlossEntry": {
"ID": "SGML",
"SortAs": "SGML",
"GlossTerm": "Standard Generalized Markup Language",
"Acronym": "SGML",
"Abbrev": "ISO 8879:1986",
"GlossDef": {
"para": "A meta-markup language, used to create markup languages such as DocBook.",
"GlossSeeAlso": ["GML", "XML"]
},
"GlossSee": "markup"
}
}
}
}
}
return $obj("glossary")("title")
** Affects: zorba
Importance: High
Assignee: Markos Zaharioudakis (markos-za)
Status: New
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/922432
Title:
member accessor on object raises XPTY0004
Status in Zorba - The XQuery Processor:
New
Bug description:
The following query raises [err:XPTY0004]: ~NoTypePromotion_json
let $obj :=
{
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"GlossList": {
"GlossEntry": {
"ID": "SGML",
"SortAs": "SGML",
"GlossTerm": "Standard Generalized Markup Language",
"Acronym": "SGML",
"Abbrev": "ISO 8879:1986",
"GlossDef": {
"para": "A meta-markup language, used to create markup languages such as DocBook.",
"GlossSeeAlso": ["GML", "XML"]
},
"GlossSee": "markup"
}
}
}
}
}
return $obj("glossary")("title")
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/922432/+subscriptions
Follow ups
References