Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Regular Contributor
alexchristou
Posts: 56
Registered: ‎03-02-2012
My Carrier: Vodafone GR
Accepted Solution

Datasource query issue

Anyone knows how to access an xml using this kind of query:

 

query:"/something:here/list/items"

 

and the xml is like this:

<something:here>

    <list>

         <items>

         </items>

   </list>

</something:here>

 

 

If I replace "something:here" to anything and do the same in xml file, everything works.

I tryied encoding ":" to %3A but nothing happens.

 

any advice? sorry if my description sucks

 

Please use plain text.
New Member
MAIRY
Posts: 1
Registered: ‎04-02-2013
My Carrier: COSMOTE GR

Re: Datasource query issue

any luck yet?

Please use plain text.
Regular Contributor
alexchristou
Posts: 56
Registered: ‎03-02-2012
My Carrier: Vodafone GR

Re: Datasource query issue

not , i tried a different approach and it worked so i guess i ll be closing this thread.

Please use plain text.