I'm having problems with HTML serialization: it's putting tags on a new line
which is making a DIV section higher than it should be i.e.

<div style="..."><div align="right">...</div></div>

turns into:

<div style="...">
<div align="right">
...
</div>
</div>

Is there anyway to control the HTML output?

BTW I'm very impressed with Cocoon. XML really is the way to go with content
heavy websites.

Mark



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

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

Reply via email to