xsl-list
[Top] [All Lists]

RE: unwanted space in scps

2006-01-19 16:30:12
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(_at_)ibsys(_dot_)com> 
01/19/2006 12:43 PM
Please respond to
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com


To
"'xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com'" 
<xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
cc

Subject
RE: [xsl] unwanted space in scps






From: TGolshan(_at_)computer(_dot_)org

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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>