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

Subject: Re: [xsl] Re: unwanted ascii newline/cr characters in xml transformation
From: Abel Online <abel.online@xxxxxxxxx>
Date: Wed, 30 Aug 2006 10:24:34 +0200
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

Current Thread