File: ent7

package info (click to toggle)
libxml 1%3A1.8.17-14
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 7,448 kB
  • ctags: 2,065
  • sloc: ansic: 34,627; xml: 10,690; sh: 8,593; makefile: 374
file content (10 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<!DOCTYPE item [
<!ENTITY % sampleEnt "<!ELEMENT item (para)+>">
<!ENTITY sampleEnt "the hyacinth girl">
<!ELEMENT item (para)+>
<!ELEMENT para (#PCDATA)>
]>
<item>
  <para>'they called me &sampleEnt;'</para>
</item>