Hello,
I have following xml file
<root>
<long>This is a very <break/>
very long text.
</long>
<root>
What I want to do is replace every </break> tag and linefeed by \n\, except
when the </break> tag is followed by a linefeed (as in the example). Than I
only want one \n\ instead of 2. What I have no is a replace function for the
linefeeds and a template match for the break tags. What I like to do is in
the template match defining when this node is is followed by a linefeed it
shouldn't be replaced by \n\. Is this somehow possible ?
Kind regards,
Ismaël
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list