Yeah, really wierd ... that some people still don't
realise that things like <td nowrap>, or not properly
ended <br> and <img> tags ... or even better, the
<select><option></select> construction ... are simply
NOT valid XML :-)


--- "Mark S. Kent" <[EMAIL PROTECTED]> wrote:
> 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]>
> 


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

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