Cocoon 2 (don't know Cocoon 1) ignores the <xsl:output>, you must this
parameters in the sitemap. Have a look at
http://xml.apache.org/cocoon2/sitemap.html. There can be found examples at
the point 'Serializers'.
Joerg
Ling Kok Choon wrote:
> Hi All,
>
> I use cocoon to build a web site, when the output ( html ) shown, and i view the
>source, the
> html code is in very well form.
>
> like:
>
> <table>
> <tr>
> <td>
> <img src="pic/p1.gif"/>
> </td>
> </tr>
> <tr>
> <td>
> <img src="pic/p2.gif"/>
> </td>
> </tr>
> </table>
>
> so it make my output ( html ) got a space between this 2 pic, and what i need is
>this 2 image
> joined togather, like:
>
> <table>
> <tr><td><img src="pic/p1.gif"/></td></tr>
> <tr><td><img src="pic/p2.gif"/></td></tr>
> </table>
>
> but how to let the output ( html ) like above ? i have try to put <xsl:output
>type="html"
> indent="no"/> on the xsl, but still can't work. Is anyone can help me ?
>
>
>
> Thank you.
>
>
> Kok Choon.
---------------------------------------------------------------------
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]>