I've an XML file (an iTunes playlist) that I wish to put on the web. I am fairly confident with HTML and CSS (and general web coding) but until now I've never needed to use XML.
An extract from the XML file is...
<key>Name</key><string>My Favorite Things</string>
<key>Artist</key><string>OutKast</string>
<key>Composer</key><string>Andre Benjamin</string>
<key>Album</key><string>Speakerboxxx/The Love Below Disc 2</string>
<key>Genre</key><string>Rap & Hip Hop</string>
<key>Total Time</key><integer>314073</integer>
<key>Year</key><integer>2003</integer>
So now for the CSS do I just define each element as having the name of each <key>?
Thanks,
Ed
An extract from the XML file is...
<key>Name</key><string>My Favorite Things</string>
<key>Artist</key><string>OutKast</string>
<key>Composer</key><string>Andre Benjamin</string>
<key>Album</key><string>Speakerboxxx/The Love Below Disc 2</string>
<key>Genre</key><string>Rap & Hip Hop</string>
<key>Total Time</key><integer>314073</integer>
<key>Year</key><integer>2003</integer>
So now for the CSS do I just define each element as having the name of each <key>?
Thanks,
Ed