File: example.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 (21 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<!DOCTYPE example PUBLIC "" "example.dtd" [
<!ENTITY wwwmurrayc "http://www.murrayc.com">
<!ENTITY wwwlibxmlplusplus "http://libxmlplusplus.sourceforge.net">
<!ENTITY mercury "&#x263f;">
<!ENTITY venus "&#x2640;">
<!ENTITY earth "&#x2641;">
<!ENTITY mars "&#x2642;">
<!ENTITY planets "&mercury;(&#x263f;), &venus;(&#x2640;), &earth;(&#x2641;), &mars;(&#x2642;)">
]>

<example>
  <examplechild id="1">
    Some content. &wwwmurrayc;
    Some other content &wwwlibxmlplusplus;
    <child_of_child/>
    Mercury &mercury;
    Some planets &planets;
  </examplechild>
</example>