File: mixed.xml

package info (click to toggle)
dom4j 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,332 kB
  • sloc: java: 26,365; xml: 24,952; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" ?> 
<!--

    The declarations in this file MUST agree with the test case, see

    org.dom4j.TestDocType#getInternalDeclarations()

-->
<!DOCTYPE another-greeting SYSTEM "sample.dtd" [ 
  <!ELEMENT greeting (#PCDATA)> 
  <!ATTLIST greeting foo ID #IMPLIED>
  <!ENTITY % boolean "( true | false )">
]> 
<another-greeting>Hello, world!</another-greeting>