File: attr3.xml

package info (click to toggle)
libxml-xql-perl 0.68-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 868 kB
  • sloc: perl: 5,842; xml: 4,007; makefile: 16
file content (23 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE root [

 <!NOTATION default_notation SYSTEM "perl.exe">

 <!ENTITY ent "gen_ent">
 <!ENTITY dq '"'>
 <!ENTITY sq "'">
 <!ENTITY bothq "&quote;'">
 <!ENTITY ent "second_def">
 <!ENTITY % pent "param_ent">
 <!ENTITY % pent "second_def">

 <!ENTITY % any "ANY">

 <!ELEMENT root ANY>
 <!ELEMENT a ANY>
 <!ATTLIST a
	attr CDATA "&ent;">
]>

<root>
 <a attr="uses &ent;">Entity ref &ent; in text</a>
</root>