File: input.xml

package info (click to toggle)
liblouisutdml 2.12.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,560 kB
  • sloc: ansic: 24,252; xml: 2,167; makefile: 1,354; java: 369; sh: 91
file content (18 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<doc>
		<notesheader>not seen header</notesheader>
		<notesdescription>not seen description</notesdescription>

		<note id = "3">Endnote Description 3</note>
		
		<p>Foo<noteref id = "1">1</noteref>Bar.</p>
		<p>Foo<noteref id = "2">ref2</noteref>Bar.</p>
		<newpage/>
		<p>Foo<noteref id = "3">3</noteref>Bar.</p>
		
		<notesheader>Endnotes</notesheader>
		<notesdescription>Some descriptive text</notesdescription>
		
		<note id = "1">Endnote Description 1</note>
		<note id = "2">Endnote Description 2</note>
</doc>