On 5/6/07, Martel Valgoerad <[EMAIL PROTECTED]> wrote:
Or, if it does not work as you would expect it to, then you may try to use
functions like normalize-space(string) or replace(string1,string2,string3).
Replace looks as a worst solution but it may be the one that actually works.
New lines are &#xd; and &#xa; (being chr(13) and chr(10) or carriage return
and a line feed).

What you want is for each element you want to "translate", you use the
translate() function, as such ;

  <xsl:value-of select="translate(.,'&#xd;&#xa;','')" />


Alex
--
---------------------------------------------------------------------------
Project Wrangler, SOA, Information Alchymist, UX, RESTafarian, Topic Maps
------------------------------------------ http://shelter.nu/blog/ --------

Reply via email to