If you want to strip the indent spaces add these lines to the last XSL:

   <xsl:output indent="no" method="html"/>
   <xsl:strip-space elements="*"/>

To optimise the flow, I add them to every XSL.
Bert

At 13:33 25/06/2002 +0200, you wrote:
>Hi,
>
>In a production environment, it's important to have 'optimised HTML' 
>(without quotes, without spaces, etc ...) in order to lower the number of 
>bytes to the end user. This question sounds a little silly, but does 
>anyone know a transformer or a serialiser that produces such HTML ?
>
>
>---------------------------------------------------------------------
>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]>


---------------------------------------------------------------------
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