Languages

Menu
Sites
Language
"DOMParser is not defined" in Web Widget

Hi, i try to parse Xml string with DomParser in Widget app for Tizen wearable V2.3.2.

But when i try to make new DomParser,

var parser = new DOMParser();

i have this message in log tab:

05-05 23:49:16.881 : INFO / StarFish ( 8698 : 8698 ) : Uncaught ReferenceError: DOMParser is not defined

if i make the same code in Web app (not widget) it's working fine.

Any idea?

Thank's

Responses

2 Replies
André Reus

hi thomas

May be DomParser is not supported in Widget. I also tried to use it but got same result. I think Web Widget has many limitations till now. Hope these will be solved by near future. 

thomas

It was my fear...

My Xml is very simple, so i'll certainly make my own parser, but it's not cool :P

Thank's for your reponse André!!