Click to See Complete Forum and Search --> : Validating WML pages


jasonyoung
03-06-2006, 02:04 PM
I have a phone system call accounting application which allegedly can publish WML files. It does publish HTML properly, and it looks good. But when I try to view the WML files with PocketPC I get an error. Thinking that it was the device rather than the page, I downloaded WinWap to view it. WinWap reports the page is not in proper WML format.

Does anybody know of a site to validate WML files?

Thanks.

MarkR
03-06-2006, 03:16 PM
You can of course just check the pages for well-formed XML - which is a prerequisite of WML.

I think that some extension to Firefox can probably do this - Opera can understand WML by default too (I don't know how much validation it does, but presumably some).

Mark

jasonyoung
03-06-2006, 03:41 PM
Ok, thanks. I did find a validator on the Internet at http://www.w3schools.com/wap/wml_validate.asp and it did confirm errors, so I guess I should call the Support group for this.

Thanks again.