try to parse a xml,errored

2011-09-08 Thread wahaha
code: public void onModuleLoad() { String str=a333/a; Document doc= XMLParser.createDocument(); Element top=doc.createElement(bbb); top.setAttribute(ddd, 3); top.setNodeValue(dd);

Re: try to parse a xml,errored

2011-09-08 Thread Jim Douglas
Add this to your *.gwt.xml file: inherits name=com.google.gwt.xml.XML/ On Sep 8, 7:32 pm, wahaha il...@yahoo.com.cn wrote: code:         public void onModuleLoad() {                 String str=a333/a;                 Document doc= XMLParser.createDocument();                 Element