/usr/share/refdb/examples/xnoteset.xml is in refdb-clients 1.0.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xnoteset PUBLIC "-//Markus Hoenicka//DTD Xnote V1.1//EN" "http://refdb.sourceforge.net/dtd/xnote-1.1/xnote.dtd" [
<!ENTITY lt "&#60;">
<!ENTITY gt ">">
<!ENTITY amp "&#38;">
]>
<xnoteset xmlns='http://refdb.sourceforge.net/namespaces/xnote'>
<xnote id="1" date="2003-10-12">
<title>myfirstnote</title>
<content>the note proper</content>
<keyword>biochemistry</keyword>
<keyword>enzymes</keyword>
<link type="reference" target="WANG2002"/>
<link type="reference" target="Phadke1994"/>
<link type="author" target="Walsh,N."/>
<link type="journalabbrev" target="Biochem.Pharmacol."/>
</xnote>
<xnote id="2" citekey="secondnote">
<title>mysecondnote</title>
<content type="application/xhtml+xml" xml:lang="en-us"><para id='2' style='bold'>the note proper</para></content>
<keyword>biochemistry</keyword>
<keyword>enzymes</keyword>
<link type="reference" target="Phadke1994"/>
<link type="author" target="Walsh,N."/>
<link type="journalabbrev" target="Biochem.Pharmacol."/>
</xnote>
</xnoteset>
|