You are here

help.page.bibcite_endnote.html in Bibliography & Citation 8

File

modules/bibcite_endnote/help/default/help.page.bibcite_endnote.html
View source
<h1> About </h1>

<h2>Bibliography &amp; Citation Endnote XML</h2>
Provides import and export features for Endnote XML format.

<h2>Endnote XML example</h2>
<pre lang="xml">
&lt;XML&gt;
    &lt;RECORDS&gt;
        &lt;RECORD&gt;
            &lt;REFERENCE_TYPE&gt;10&lt;/REFERENCE_TYPE&gt;
            &lt;YEAR&gt;1959&lt;/YEAR&gt;
            &lt;TITLE&gt;The Works of John Smith&lt;/TITLE&gt;
            &lt;AUTHORS&gt;
                &lt;AUTHOR&gt;John Smith &lt;/AUTHOR&gt;
            &lt;/AUTHORS&gt;
        &lt;/RECORD&gt;
    &lt;/RECORDS&gt;
&lt;/XML&gt;
</pre>