xsl-list
[Top] [All Lists]

RE: Line end conversion.

2003-12-02 07:24:43
FAQ,

      I have an odd little problem. I want to match all 
linefeeds with a given 
element's content, and convert them to "\n". Does anybody 
know of a good 
way to do so?

      In other words...

<element>This is a phrase with a line end.

It's very frustrating.</element>

      ...becomes...

<element>This is a phrase with a line end.\n\nIt's very 
frustrating.</element>

Write a recursive template. The FAQ has an entry for this 
<http://www.dpawson.co.uk/xsl/sect2/replace.html#d6768e55>, but I recommend 
writing the stylesheet yourself for educational purposes.

Cheers,

Jarno - Funker Vogt: The International Killer

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>