dnewcome / jath

Jath is a simple template language for parsing xml using json markup.
MIT License
68 stars 15 forks source link

Jath.js does not work with IE10? #20

Open lehtiton opened 10 years ago

lehtiton commented 10 years ago

Hi,

I have been using Jath with Chrome for a while and it seemed to work like a dream. ...but now that I started testing with IE10 I faced this error:

SCRIPT438: Object doesn't support property or method 'setProperty' jath.js, line 68 character 4

I tried to follow the comments on issue 17 but those did not work for me...or actually it might be that I did not understand well enough the suggested corrective things.

So, I would really much appreciate if anyone could give more specific instructions of how to get Jath working with IE10? What needs to be done in addition of just calling "Jath.parse(template, response);" ... where response is the response parameter of backbone model parse function...

-Toni