New default option `--compare-sections-by-id` compares sections by
[docutils/kirr.git] / sandbox / rstdiff / tests / simple / expected / sectionSequence.xml
blobfc3b8556bcf6ea8a1075fccef761bead1ab1287a
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Generated by Docutils 0.8 -->
3 <document source="input/sectionSequence.old.rst =&gt; input/sectionSequence.new.rst">
4     <paragraph>
5         Some initial text.
6     </paragraph>
7     <section classes="change-removed" ids="removed-section" names="removed\ section">
8         <title>
9             Removed section
10         </title>
11         <paragraph>
12             Some text in removed section.
13         </paragraph>
14     </section>
15     <section ids="constant-section" names="constant\ section">
16         <title>
17             Constant section
18         </title>
19         <paragraph>
20             Some text in constant section.
21         </paragraph>
22         <section ids="changing-sub-section" names="changing\ sub-section">
23             <title>
24                 Changing sub-section
25             </title>
26             <paragraph classes="change-replaced">
27                 To be changed sub section text.
28             </paragraph>
29             <paragraph classes="change-replacement">
30                 A different content in a sub-section.
31             </paragraph>
32         </section>
33     </section>
34 </document>