[Zorba-coders] [Bug 922432] Re: member accessor on object raises XPTY0004

2012-03-25 Thread Markos Zaharioudakis
** Changed in: zorba
   Status: Fix Committed = Fix Released

-- 
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:
  Fix Released

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 922432] Re: member accessor on object raises XPTY0004

2012-01-27 Thread Markos Zaharioudakis
By the way, you have not added a member-selector function for pairs.

** Changed in: zorba
   Status: New = Fix Committed

-- 
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:
  Fix Committed

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp