Hi,
while trying to parse xml through an ajax proxy, i'm getting this error:
As far as i understand, "ext.domquery.isxml" isn't even defined.Quote:
Uncaught TypeError: Object [object Object] has no method 'isXml'
related code segment:
any ideas?Code:model: 'app.models.Category',
autoLoad: false,
proxy: {
type: 'ajax',
url: 'test.xml',
reader: {
type: 'xml',
root: 'items',
record: 'item'
}
}
