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().
--~------------------------------------------------------------------
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>
--~--