Thanks, I'll give that a go.

On 28/02/2012 11:48 AM, Howard Lewis Ship wrote:
If you look in the Tapestry source, you can see that Tapestry keeps
local copies of the DTDs and provides a hook to redirect the SAXParser
to use the local copy rather than go out on the Internet.  Look around
TapestryModule to see how its done.

On Mon, Feb 27, 2012 at 12:14 PM, Paul Stanton<p...@mapshed.com.au>  wrote:
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




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

Reply via email to