With this stylesheet
</table><img src="/images/empty.gif" width="1" height="10"
border="1"/><table
I get this with the xml serializer
</table><img border="1" height="10" width="1"
src="/images/empty.gif"/><table ...
BUT I get this with the html serializer (see the newline)
</table>
<img border="1" height="10" width="1" src="/images/empty.gif"><table
Is it a bug or a feature I don't want?
Please help.
In my stylesheet I do have
<xsl:output method="html" indent="no"/>
<xsl:strip-space elements="*"/>
BTW, how can I remove all those spaces between > and <?
JOERN_HEID
---------------------------------------------------------------------
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]>