<xsl:output method="html" omit-xml-declaration="yes" encoding="UTF-8"
indent="yes" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" />
You can set indent="yes" to indent="no"
this should remove newlines and white spaces.
About credit comments, I think you can remove them from the source before you
compile this module :) however I think that it is good to give a credit to
Carlo and its efforts to make something good and useful.
regards,
Boyan
On 6.5.2005 10:55, eps com estem wrote:
> -html-
> -body-
> hello
> -a href="aaa" link -/a
>
> should be without breaklines/white spaces/etc
>
> -html--body-hello-a href="aaa" link -/a