Sencha Tocuh XML Reader Problem

Posted by Ploetzeneder on Stack Overflow See other posts from Stack Overflow or by Ploetzeneder
Published on 2011-02-16T07:21:40Z Indexed on 2011/02/16 7:25 UTC
Read the original article Hit count: 282

Filed under:
|
|
|

Hi, i am student and cannot afford the premium support, so my question here: I have quite a simple XML and it gives me the following Error: http://img33.imageshack.us/i/screenprn.png/

Ext.regModel('User', { fields: ['id', 'name', 'email'] });

var store = new Ext.data.Store({ model: 'User', autoLoad:true, proxy: { type: 'ajax', url : 'ajax/user.xml', reader: { type : 'xml', model: 'User', record: 'user' } } });

© Stack Overflow or respective owner

Related posts about Xml

Related posts about extjs