Author Login
Post Reply
Hello *
I want to use doctype
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
in my tml files and have the problem in this case, that T5 cannot render the
page because it cannot resolve the doctype. With doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
I've no problem because the DTD is in T5 jar.
My question ist, how can I let T5 load
http://www.wapforum.org/DTD/xhtml-mobile10.dtd from a local location, i.e.
file system/jar/war?
Does anybody has an idea?
Thanks,
Klaus
--
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)