xsl-list
[Top] [All Lists]

Re: [xsl] Re: unwanted ascii newline/cr characters in xml transformation

2006-08-30 01:24:47
David Carlisle wrote:
<Problem Description="(title}">
(or  better
<Problem Description="(normalize-space(title)}">
)
I assume you meant (curly brace added for both):

<Problem Description="{title}">
<Problem Description="{normalize-space(title)}">

(sorry, I couldn't resist ;)

Abel


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