Hi,
I'm very new to XML and I'm used to OOP, so i've got a question related to these two...
Say I was writing an XML document, and I have information on Authors and Articles:
<author>
<name>Alex Jones</name>
etc
</author>
<article>
<title>XML</title>
<category>Computers</category>
</article>
If an author can write many articles, and an article is only written by one author, would I need to put something inside <article></article> in order to link it to the right author?
Or is this done somewhere else?
Thanks.
I'm very new to XML and I'm used to OOP, so i've got a question related to these two...
Say I was writing an XML document, and I have information on Authors and Articles:
<author>
<name>Alex Jones</name>
etc
</author>
<article>
<title>XML</title>
<category>Computers</category>
</article>
If an author can write many articles, and an article is only written by one author, would I need to put something inside <article></article> in order to link it to the right author?
Or is this done somewhere else?
Thanks.