Newbie to XML

admin

Administrator
Staff member
So I've been developing an RSS fed to my website and I'd like to add more than just the simple title, description, etc. I would also like to add in the blog entrie rating, but I've ran into an issue. Is the correct xml along with the rest of the document:


<blog:rating>
0.67
</blog:rating>


or simply


<blograting>
0.67
</blograting>


If I use the former I believe I need to use xmlns (would someone also please explain to me how xmlns works?) which I do not have a clear understanding of. I need help.
 
Back
Top