Hi alan,
try this"
 doctype='html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";'>
start and end with a single quote you'll see it wil work

On 2/11/06, Alan Chandler <[EMAIL PROTECTED]> wrote:
>
> On Saturday 11 February 2006 08:30, Mat Gessel wrote:
> > The default doctype is html 4 trasitional. Try setting the doctype to
> > XHTML transitional. I think that will solve the problem.
> >
> > <component id="shell" type="Shell">
> >       <binding name="doctype">
> >               literal:html PUBLIC "-//W3C//DTD XHTML 1.0Transitional//EN"
> >               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";
> >       </binding>
> > </component>
>
> Since my style is not to have specification files, and to include
> everything
> in the html, I did this (ie escaping the quotes)
>
> <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\"";>
>
> But tapestry is now saying it can't parse my page.
>
> What is the correct way of including quotes "in-line"
> --
> Alan Chandler
> http://www.chandlerfamily.org.uk
> Open Source. It's the difference between trust and antitrust.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to