File: example.xml

package info (click to toggle)
libxml%2B%2B2.6 2.42.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,384 kB
  • sloc: cpp: 7,958; xml: 443; makefile: 231; python: 178; perl: 53; sh: 5
file content (21 lines) | stat: -rw-r--r-- 608 bytes parent folder | download
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 "https://libxmlplusplus.github.io/libxmlplusplus">
<!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>