954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

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
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You