Tech List

[index] [prev] [next] [options] [help]
See the Mailing Lists Page for how to subscribe and unsubscribe.

eprints_tech messages

Please note: this page shows emails that have been sent to the eprints_tech mailing list. Some of these may be spam emails we have failed to filter.

[EP-tech] Re: EPrints and attributes in XML

From: Tim Brody <tdb01r AT ecs.soton.ac.uk>
Date: Tue, 11 Nov 2008 14:24:02 +0000


Threading: [EP-tech] Re: EPrints and attributes in XML from Helge.Knuettel AT bibliothek.uni-regensburg.de
      • This Message

http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
*** EPrints community wiki - http://wiki.eprints.org/
I did a toString in that function for an example PubMed XML:

    <MedlineCitation Owner="NLM" Status="MEDLINE">
        <PMID>1</PMID>
        <DateCreated>
            <Year>1976</Year>
            <Month>01</Month>
            <Day>16</Day>
        </DateCreated>
        <DateCompleted>
            <Year>1976</Year>
            <Month>01</Month>
            <Day>16</Day>
        </DateCompleted>
        <DateRevised>
            <Year>2006</Year>
            <Month>11</Month>
            <Day>15</Day>
        </DateRevised>
        <Article PubModel="Print">
            <Journal>
                <ISSN IssnType="Print">0006-2944</ISSN>

There are attributes there?

Which XML library are you using?

All the best,
Tim.


[index] [prev] [next] [options] [help]