darksniper
Registered User.
- Local time
- Today, 07:12
- Joined
- Sep 4, 2005
- Messages
- 108
Sorry if this question is a little bit off topic.
here is the xml file.
<entry>
<content type="xhtml" xml:lang="en"
xml:base="http://diveintomark.org/">
<div xmlns="http://www.w3.org/1999/xhtml">
<p><i>[Update: The Atom draft is finished.]</i></p>
</div>
</content>
</entry>
the tag content has 3 attribues, type, lang, base.
q1. do i create a separate table for content tag and have a reference in entry table or put everething inside entry table. I would like to be in 3 nf.
here is the xml file.
<entry>
<content type="xhtml" xml:lang="en"
xml:base="http://diveintomark.org/">
<div xmlns="http://www.w3.org/1999/xhtml">
<p><i>[Update: The Atom draft is finished.]</i></p>
</div>
</content>
</entry>
the tag content has 3 attribues, type, lang, base.
q1. do i create a separate table for content tag and have a reference in entry table or put everething inside entry table. I would like to be in 3 nf.