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]>