XSL Not Showing Up
My Music List
Title
Album
Artist
Date
ajwei810192
Junior Poster in Training
92 posts since May 2010
Reputation Points: 20
Solved Threads: 0
I got it figured out after fiddling around XSLT W3 Schools TryIt editor.
Got to do something like this:
<xsl:apply-templates select="music_songs/song">
<xsl:sort select="title"/>
<xsl:sort select="artist"/>
</xsl:apply-templates>
<xsl:apply-templates/>
Then it would work.
ajwei810192
Junior Poster in Training
92 posts since May 2010
Reputation Points: 20
Solved Threads: 0