RE: [xsl] unwanted space in scps

Subject: RE: [xsl] unwanted space in scps
From: TGolshan@xxxxxxxxxxxx
Date: Thu, 19 Jan 2006 15:30:12 -0800
That worked. Thanks Mike!

By changing the indent to "no" I am losing the readability of the HTML 
file. Am I loosing anything else I do not know about?

-troy



"Haarman, Michael" <mhaarman@xxxxxxxxx> 
01/19/2006 12:43 PM
Please respond to
xsl-list@xxxxxxxxxxxxxxxxxxxxxx


To
"'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
cc

Subject
RE: [xsl] unwanted space in scps






> From: TGolshan@xxxxxxxxxxxx

> I am trying change text to smallcaps in the middle of text 
> while relying 
> on a CSS, but am having a spacing problem. Below is my code 


It may well be that unwanted EOLs are being generated on serialization. Be
sure that you are directing your output to *not* indent:

  <xsl:output method="html" indent="no"/>

This top level element will insure that inline markup stays inline.


HTH,


-----------------------------------
Mike Haarman,
XSL Developer,
Internet Broadcasting Systems, Inc.

Current Thread