I use
nowrap="nowrap"

This approach has worked so far for any standalone html attributes I've
encountered.  So, likewise
noshade="noshade"

marty
----- Original Message -----
From: Mark S. Kent <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 25, 2001 8:47 AM
Subject: [C2] using HTML "nowrap" in a <TD>


> This is weird.
>
> I just tried putting a "nowrap" param to my <TD> tag in my XSL file like
> this:
>   <td nowrap>
>
> to prevent the table cell in HTML from wrapping and got this error on the
> screen:
>   Error creating the resource
>     Failed to execute pipeline.
>
> and in the log:
>    org.xml.sax.SAXParseException: Attribute name "td" must be followed by
> the '=' character.
>
> I was able to get "around" this by changing my tag to this:
>   <td nowrap="">
>
> While obviously not valid HTML, the browser still takes it (IE anyway --
> haven't tested with NetScrape)
>
> Comments?
> -Mark
>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>
>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to