Hi. I'm wondering, can I perform an <xsl:sort> that examines two things?
IE - say I have a node like this:
<question chapter="1" number="1"/>
And there are dozens of these <questions> in the XML doc. I want to sort first by chapter, then - by number within chapter. So, all the questions from chapter "1" would be displayed, in order of "number". I don't see any documenation RE: <xsl:sort> on how this could be accomplished.
Many thanks,
Jeff
IE - say I have a node like this:
<question chapter="1" number="1"/>
And there are dozens of these <questions> in the XML doc. I want to sort first by chapter, then - by number within chapter. So, all the questions from chapter "1" would be displayed, in order of "number". I don't see any documenation RE: <xsl:sort> on how this could be accomplished.
Many thanks,
Jeff