> Since my style is not to have specification files, and to include everything
> in the html, I did this (ie escaping the quotes)

A questionable choice, outside of prototypes and tutorials.

>
> <html jwcid="@Shell" stylesheet="ognl:pageStyle"
>         title="ognl:siteTitle" delegate="ognl:siteCSS"
>         doctype="html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"
> \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"";>
>



When I have "difficult" literal text, I put it inside a message
catalog (.properties file) and reference it using the message: binding
prefix.

 <html jwcid="@Shell" stylesheet="ognl:pageStyle"
         title="ognl:siteTitle" delegate="ognl:siteCSS"
         doctype="message:doctype">

--
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to