This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

replace carridge return/linefeed


I have the following situation in a xml file. There is a node that can
contain a text that is entered via an editor field ( under windows ) , thus
the user can add carridge return and line feed. Resulting in this kind of
output.

<order>
                <price>2.73</price>
                <text>this is my text
=====================</tekst>
                <ordline>10</ordline>
</order>

Now i want to replace all the carridge returns and linefeeds with &#10;

How can i do this?

Joeri



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]