File: example_invalid.xml

package info (click to toggle)
libxml%2B%2B2.6 2.40.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 8,056 kB
  • sloc: sh: 11,363; cpp: 7,695; xml: 996; perl: 289; makefile: 221
file content (16 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<!DOCTYPE example PUBLIC "" "example.dtd" [
<!ENTITY wwwmurrayc "http://www.murrayc.com">
]>

<example>
  <examplechild id="1">
    Some content. &quot;Some quoted content.&quot;
    <child_of_child/>
  </examplechild>
  <examplechild id="2">
       Some content. &wwwmurrayc;
    <child_of_child/>
  </examplechild>
</example>