xmlns:exsl="http://exslt.org/common"
xmlns:exslstr="http://exslt.org/strings"
xmlns:html="&xhtml;"
+ xmlns:ladys="https://vocab.ladys.computer/terms/"
xmlns:ore="http://www.openarchives.org/ore/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
<element name="nav" namespace="&xhtml;">
<element name="ul" namespace="&xhtml;">
<for-each select="$codex//awol:Category">
+ <sort select="ladys:order" data-type="number"/>
+ <sort select="@awol:term"/>
<variable name="category-id" select="string(@rdf:nodeID)"/>
<element name="li" namespace="&xhtml;">
<element name="strong" namespace="&xhtml;">
</element>
<element name="ul" namespace="&xhtml;">
<for-each select="$codex//ore:Proxy[ore:proxyIn/@rdf:nodeID='codex' and awol:category/@rdf:nodeID=$category-id]">
+ <sort select="ladys:order" data-type="number"/>
<sort select="@dcterms:title"/>
<sort select="skos:notation"/>
<element name="li" namespace="&xhtml;">