02-18-2013 11:48 AM
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
Solved! Go to Solution.
04-09-2013 12:03 PM
any luck yet?
04-09-2013 12:07 PM
not , i tried a different approach and it worked so i guess i ll be closing this thread.