File: one.xml

package info (click to toggle)
translate-toolkit 3.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,948 kB
  • sloc: python: 70,547; sh: 1,412; makefile: 186; xml: 48
file content (11 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<root>
    <str key="word">Word</str>
    <str key="line">Line of text.</str>
    <str key="trailing_space">Trailing space follows here: </str>
    <str key="xml_characters">This XML has &lt;root&gt; and &lt;str&gt; elements.</str>
    <str key="multiline">This string has 4 lines.
And this is line two. Line three is empty.

Because xml:space="preserve" is assumed by default, we don't have to specify it.</str>
</root>