github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/docs/bug-84.xml (about)

     1  <?xml version="1.0"?>
     2  
     3  <XML_DATA>
     4  <chapter>First Chapter</chapter>
     5  
     6  <chapter>Second Chapter
     7  <chapter>Subchapter 1</chapter>
     8  <chapter>Subchapter 2</chapter>
     9  </chapter>
    10  
    11  <chapter>Third Chapter
    12  <chapter>Subchapter A</chapter>
    13  
    14  <chapter>Subchapter B
    15  <chapter>sub a</chapter>
    16  <chapter>sub b</chapter>
    17  </chapter>
    18  
    19  <chapter>Subchapter C</chapter>
    20  </chapter>
    21  </XML_DATA>
    22