/ libxml2 / doc / examples / reader3.res
reader3.res
 1  <?xml version="1.0"?>
 2  <doc><parent><preserved/><preserved>
 3        content1
 4        <child1/>
 5        <child2>content2</child2>
 6        <preserved>too</preserved>
 7        <child2>content3</child2>
 8        <preserved/>
 9        <child2>content4</child2>
10        <preserved/>
11        <child2>content5</child2>
12        content6
13      </preserved><preserved/><preserved/></parent></doc>