Hi all. I am looking at using XML for data transfer for the first time and have already stumbled on needing multiple root elements.
My dataset needs to have the following elements:
<PUB>
<AL>
<A>Ackloo, S</A>
<A>Terlouw, JK</A>
<A>Ruttink, PJ</A>
<A>Burgers, PC</A>
</AL>
<T>Analysis of carrageenans by matrix-assisted laser desorption/ionization and electrospray ionization mass spectrometry. I. kappa-Carrageenans</T>
<J>Rapid Commun Mass Spectrom</J>
<Y>2001</Y>
<V>15</V>
<P>1152-9</P>
</PUB>
The issue is that I need to have multiple authors for the same publication. Can anyone give me an idea of how to approach this?
Thank you so much!
Eva
My dataset needs to have the following elements:
<PUB>
<AL>
<A>Ackloo, S</A>
<A>Terlouw, JK</A>
<A>Ruttink, PJ</A>
<A>Burgers, PC</A>
</AL>
<T>Analysis of carrageenans by matrix-assisted laser desorption/ionization and electrospray ionization mass spectrometry. I. kappa-Carrageenans</T>
<J>Rapid Commun Mass Spectrom</J>
<Y>2001</Y>
<V>15</V>
<P>1152-9</P>
</PUB>
The issue is that I need to have multiple authors for the same publication. Can anyone give me an idea of how to approach this?
Thank you so much!
Eva