hello again. new topic now. :)

my code:
------------
var doc = qx.xml.Document.fromString( result );

var items = qx.xml.Element.selectNodes( doc, "//MenuItem" );
var tabs = qx.xml.Element.selectNodes( items[2], "//MenuTab" );

alert(tabs.length);


explanation:

the items array has 8 elements and they are correct, i can serialize each of
them without problems ( for debugging purpose ). when i try to select
another nodes inside an item-element it doesnt work. i get no errors but
wrong results. my xpath query is also correct (tested).

any suggestions?
-- 
View this message in context: 
http://n2.nabble.com/xml-package-of-qooxdoo---some-questions-tp2826729p2826729.html
Sent from the qooxdoo mailing list archive at Nabble.com.


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to