[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] normalize-space()?
Subject: Re: [xsl] normalize-space()?
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Tue, 31 Oct 2006 21:23:12 +0100
|
Luke Jones wrote:
However
this does not fix my issue. I'm using Apache's FOP-0.20.5, and with
some further investigation I found that fop does not support
normalize-space(). (I apologize. That should have been one of the
first things to check.)
This leaves me in search for alternatives to prevent/remove the space
between my bracket and the text. Perhaps you know of a function off
hand? If not, no worries.
You're talking about FOP, but what you showed was an XSLT template. Are
you looking for a way to do something in XSL-FO, which is ultimately
about formatting, or are looking about something to transform your data
from one textual /xml (unicode) format into another, which in general
suits XSLT the best. If the latter is the case, your bet is still
normalize-space().
|