iTunes library -> Xhtml List?

I know this is possible with XSLT, but I also know I don't have the expertise to do this just yet...I am learning as I type this in fact. If someone could whip up something that would do this I would forever be in your debt. I am hoping to have it something in a form like:

<ul>

<li><div class="songName">Song Name</div> - <div class="artistName">Artist</div></li>

<li><div class="songName">Song Name</div> - <div class="artistName">Artist</div></li>

<li><div class="songName">Song Name</div> - <div class="artistName">Artist</div></li>

<li><div class="songName">Song Name</div> - <div class="artistName">Artist</div></li>

...

...

</ul>

So I can then go through and style this will some fancy CSS :cool: Thanks so much for any help.

#321729

iTunes XHTML Playlist is something like what you're going for. It puts all the information out into a table; you can control the columns and appearance of it.

#321937