xsl-list
[Top] [All Lists]

Re: [xsl] removing final space from node tree

2009-04-20 16:19:00
Lars Huttar schrieb am 20.04.2009 um 15:09:31 (-0500):

Unfortunately, this means that the text content of each output
<lanuguage-desc> element often ends with an unwanted space. Worse, this
extra space causes confusion downstream. So the question is, how to get
rid of this extra space (if any)?

My concern is that this seems like a very complex way to have to
eliminate a final space.

Hi Lars,

sounds like you should be able to solve this using normalize-space().

Michael Ludwig

--~------------------------------------------------------------------
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>
--~--