Hi all,

I recently started writing an app specifically for mobile devices.

The first hurdle came quite early on.

One recommendation is that you use XHTML BASIC doctype:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd";>

However, I've found that when I put this in my tml, the SaxParser in tapestry goes into a spin downloading all of the DTDs and MODs etc. (for example www.w3.org/MarkUp/DTD/xhtml-datatypes-1.mod). I find I can (slowly) download the resources via my browser, but the container seems to hang (possibly indefinitely) downloading them.

Any tips?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to