Validate XML

2009-05-12 Thread surfi2000
Hi, Is there a way to validate XML in GWT. I have got a schema and a DTD. How would I validate an XML document using GWT? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to

Read title of webpage using gwt

2009-05-05 Thread surfi2000
Hi, Is it possible to get the title of a website that the user is currently on? For example, if in the html code the following is said First gwt will give me a variable containing the string "First" Thanks --~--~-~--~~~---~--~~ You received this message because y

Runtime error

2009-05-01 Thread surfi2000
Hi, I am having a little problem with a program I wrote. I am fairly new to GWT. The eclipse program can be downloaded from the following url: http://www.stephanm.net/WebTech.zip There is a little form when you run the program. When you fill it in and click submit it is processed. However, when

Error message

2009-04-24 Thread surfi2000
Hi, I am having a little problem with a program Im writing. The eclipse project can be downloaded from http://www.stephanm.net/SME3.zip Could someone have a look please to see what I am doing wrong? These are the two errors I am getting [ERROR] Line 16: No source code is available for type co

Reading xml

2009-04-22 Thread surfi2000
Hi, I would like to read some xml from a URL using ajax and gwt. The way it is suppose to work is that maybe someone searches for something and the program would read the xml and find it in a certain node. The result would then be displayed using AJAX. So far I have not been able to read XML usin