Hi Peter,

did you re-generate your app using

     generate.py source

Usually the class loader only loads those classes needed.

If you use some new classes (I suspect qx.xm.Element is new in your 
code) after you call generate.py, the qx loader is not aware of that 
class, thus not loading it.



Am 23.12.2015 um 09:19 schrieb Peter:
> Hi Dietrich,
>
> thanks for that.
> qx.xml.Document.isXmlDocument(xmlDocument); gives a true now
>
> But now I stick at reading the data.
>     qx.xml.Element.selectNodes(xmlDocument, '//');
> ends up in a
>     Cannot read property 'selectNodes' of undefined
>
> why 'undefined' any ideas ?
>
> thanks Peter
>
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to