Thank you Lukas, Thank you Joe, thanks to the others who tried to help.
It works now. I just couldnt figure out that you still use the PUBLIC keyword with Local SYSTEM references.
Since we're on it, note that when you use the PUBLIC keyword with the correct public ID, then the local SYSTEM reference is *completely* ignored, at least by the Digester instance processing the XML for Struts. I suppose if you were using some local XML tools, you might want a local (SYSTEM) URL, but you'd end up running into the same kinds of issues.
I am pretty sure you can completely omit the backup URL.
Joe
----- Original Message ----- From: "Lukas Bradley" <[EMAIL PROTECTED]> To: <user@struts.apache.org> Sent: Friday, January 21, 2005 9:02 AM Subject: Re: Referencing the Local DTD rather than the http:// one
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
Yours do not include the version number. If the ID above is used, the
In this case, the URL specified for the DTD should be completely ignored.
Fantastic. Thanks Joe. The following works.
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" "file:///dtd/tiles-config_1_1.dtd">
Lukas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]