-
XML: Lyrics?
First of all, i'd like to point out that i have almost no experiance with XML. (the most i have done is created a simple table and loaded it with a dataset, vb.net)
Now, to my question.
I have been asked to make a few pages for a friend. He wants me to make a page that can display the Lryic's/Tabs (and the other music stuff, i dont know much about music either :D)
I decided that it would be best to create an ASP.NET page to display an Different XML file for each song.
I have been poking around the internet trying to find examples of songs done with XML and found a few different ones.
http://www.4ML.org - doesn't have very many examples...
http://www.wedelmusic.org - Has its own free editor (meh.... just started playing with it... its not exacally for idiots :()
Anyone know of any more soild standards (i'd hate to implement all this and then change it because its no longer supported) or do these seem like there going to stay for a while?
-
If you just need to show music I'd recommend that you use XSLT in combination with XHTML instead of using ASP - unless you want to create a big database... Look up all the standards on www.w3schools.com. And what don't you understand about XML? I'd say it's fairly simple, after all, you define the tags =).