1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-08 21:42:07 +03:00
Files
libxslt/tests/docs/bug-21-.xml
Daniel Veillard d7f08ef976 - tests/general/bug-2[0-4].* tests/docs/bug-2[0-4].*: added more
tests especially on sorting
- test/xsltutils.c: oops multiple sorts was actually broken !!!
  this should fix it
Daniel
2001-05-04 15:08:23 +00:00

9 lines
197 B
XML

<?xml version="1.0"?>
<!DOCTYPE doc [
<!ELEMENT doc EMPTY>
<!ATTLIST doc attr ENTITY #REQUIRED>
<!NOTATION JPEG SYSTEM "jpeg.exe">
<!ENTITY test SYSTEM "test.jpg" NDATA JPEG>
]>
<doc attr="test"/>