I have the following line in an xslt-stylesheet
</table><img src="/images/empty.gif" width="1" height="10"
border="1"/><table ....
This one is outputted in html as
</table>
<img src="/images/empty.gif" width="1" height="10" border="1"/><table ....
How is it possible that there's a newline before <img?
I used
<xsl:output method="html" indent="no"/>
<xsl:strip-space elements="*"/>
without success.
Is it a problem of the serialzier?
Please help.
---------------------------------------------------------------------
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]>