I want to sort on the value of an attribute. How is this possible?
When i want to sort on the value of an element then i can just use the following code:
<xsl:choose>
<xsl:when test=" catalogue/book/title='My first book' ">
... some code ...
</xsl:when>
<xsl
therwise>
... some code ....
</xsl
therwise>
</xsl:choose>
When i want to sort on the value of an element then i can just use the following code:
<xsl:choose>
<xsl:when test=" catalogue/book/title='My first book' ">
... some code ...
</xsl:when>
<xsl
... some code ....
</xsl
</xsl:choose>