File: example.xml

package info (click to toggle)
libxml%2B%2B 1.0.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,440 kB
  • ctags: 442
  • sloc: sh: 8,219; cpp: 3,095; makefile: 248; xml: 186
file content (14 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<!DOCTYPE example PUBLIC "" "example.dtd" [
<!ENTITY wwwmurrayc "http://www.murrayc.com">
<!ENTITY wwwlibxmlplusplus "http://libxmlplusplus.sourceforge.net">
]>

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