[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Added whitespace


Subject: Re: [xsl] Added whitespace
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 24 Apr 2004 14:17:06 -0400

At 2004-04-24 20:48 +0300, Kaarle Kaila wrote:
I have an xml-structure that contains mixed text like this. The comma is
after the place element
and it is transformed using the default rules as I have no template for
place.

The evidence you show does not indicate this to be true:


sitten paikka <place>Bromarf</place>, jonka perdssd pilkku

The result in html is

ja sitten paikka Bromarf , jonka perdssd pilkku

-------------
I have a similar case where I have a template for the element with similar
result.
How can I avoid the whitespace between Bromarf and the comma?

The Recommendation does not provide for those spaces you are witnessing. You do not say which processor you are using, but the evidence as presented is that your processor is not conforming to the spec.


Section 5.8 of the spec explicitly indicates that no spaces are to be added:

  <xsl:template match="*|/">
    <xsl:apply-templates/>
  </xsl:template>

So it sounds like a bug in your processor or there is a template rule in your stylesheet that is catching the element and adding the spaces to the result tree. Check for a template rule that matches all elements.

I hope this helps.

.................... Ken

--
Public courses: Spring 2004 world tour of hands-on XSL instruction
Each week:   Monday-Wednesday: XSLT/XPath; Thursday-Friday: XSL-FO

Hong Kong May 17-21; Bremen Germany May 24-28; Helsinki June 14-18

World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


Current Thread
Keywords
xsl