Hi,
At present when parsing a template, the SAXParser will try to resolve the
DTD:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html ...>
This will work only when the computer is online (and it will quite some
time). I think we should bundle the standard DTDs (eg, the xthml ones)
in a catalog, use the XMLCatalogResolver and configure it to load that
catalog along with catalogs specified by the app developer using
@Contribute. What do you think?
BTW, SAXParser seems to have been deprecated in favor of XMLReader,
should we migrate accordingly?
--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]