xref: /aosp_15_r20/external/apache-xml/test/tests/conf/position/position70.xml (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1<?xml version="1.0"?>
2<doc att="top">
3  <!-- This is the 1st comment -->
4  text-in-doc
5  <inner>
6    inner-text
7    <!-- This is the 2nd comment -->
8    <sub>subtext</sub>
9    text-after
10  </inner>
11  text-in-doc2
12  <inner2 blat="bar">
13    <sub>subtext</sub>final-text
14  </inner2>
15</doc>