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 > -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and productive in Tapestry fast! (971) 678-5210 http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org