A few questions/comments re: xnote as I'm reading about it in the docs
(see below):
1) I vaguely remember discussing the possibility of namespacing xnote.
Can we do that?
2) I think there are a few errors or redundancies below.
- I''m pretty sure those entities are supported by default in XML
- I think the content type should be "application/xml" or "text/xml"
(see Atom for how to handle this stuff*)
Bruce
* Atom is a nice way to syndicate bib data and annotations, BTW!
<?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>
<xnote key="notekey">
<title>mynote</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>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|