xsl-list
[Top] [All Lists]

Re: [xsl] Can't remove line feeds in Saxon 6.5.3

2006-03-11 15:05:42
<xsl:template match="text()">
<xsl:value-of select="normalize-space(.)"/>
</xsl:template>



On 3/11/06, Rik Jones <rikjones(_at_)dcccd(_dot_)edu> wrote:
I can't get my code to work to remove line feeds with Saxon 6.5.3

I am using the following code:

normalize-space(translate($Value,'&#x9;&#xa;&#xd;',''))

Any ideas would be helpful, I am relatively new to XSLT, and just
started a project with Saxon. I did not pick the Saxon version that was,
trust upon me.


Rik Jones
Internet/Intranet Project manager

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



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