Hi, I am trying to generate a a tree using a XML file. I was able to read and Parse the XML file. But I have some problems with the parser. The xml I try to parse is: http://91.121.149.10/Personal/oliverde8/test/index.xml
At the end I want to have a tree in a DecoratedTabPanel, with multiple tabs. Once I read the <tabs> in the XML I start having troubles. when I use getChildNodes(line70) I don't know what I get. I counted the number of nodes it says I have 5 nodes(line72) but I don't have 5 child inside the tab even if I look deeper in the sub categories. The java code http://91.121.149.10/Personal/oliverde8/test/Gen_tr_index.java I could do something similar in PHP, it is so much easier to read an XML. But I wanted to use Google Web Toolkit. Thanks a lot, -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
