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