github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/docs/bug-52.xml (about) 1 <!DOCTYPE doc [ 2 <!NOTATION GIF PUBLIC "GIF"> 3 <!ENTITY graphic SYSTEM "graphic.gif" NDATA GIF> 4 <!ELEMENT doc (img)> 5 <!ELEMENT img EMPTY> 6 <!ATTLIST img 7 entref ENTITY #REQUIRED 8 > 9 ]> 10 <doc> 11 <img entref="graphic"/> 12 </doc>