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

     1  <?xml version="1.0"?>
     2  <!DOCTYPE section
     3  [
     4  <!ENTITY foo "FOO">
     5  <!ENTITY bar "&foo; BAR">
     6  ]>
     7  <section>
     8  My title is &bar; and some.
     9  </section>