How to add newline character (newline character) in XML file?
P粉481035232
P粉481035232 2023-11-16 16:42:38
0
1
715

I have an XML file and I want to wrap lines in the text "Sample Text 123" Like this

Sample
Text 123

I have tried everything I said n But nothing works:

<?xml version="1.0" encoding="UTF-8" ?>
    <item>
        <text>Address</text>
        <data>
            Sample &#xA; Text 123
        </data>
    </item>


P粉481035232
P粉481035232

reply all(1)
P粉824889650

Line feed (also known as Line feed or End of line, EOL) is a special character or character that marks the end of a line of text sequence. The exact code used varies by operating system:

operating system End of Line (EOL) Marker
Unix LF
Maximum version of Mac operating system 9 CR
Windows、DOS CR LF
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template