Loading rxq/ead/document_toc.xq +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ declare function local:buildEADDocumentTOC($projectId, $docPath){ { for $c in $target/*:ead/*:archdesc/*:dsc return <details id="details_{$c/@id}" open=""> <details id="details_{$c/ancestor::*:archdesc/@level}" open=""> <summary> <a href="{$baseURI}{$projectId}/{$docPath}/{$c/ancestor::*:archdesc/@id}.html"> {$c/ancestor::*:archdesc/*:did/node()} Loading @@ -35,7 +35,7 @@ declare function local:childrenToc($component, $projectId, $docPath){ return if($c/*:c) then <details id="details_{$c/@id}"> <details id="details_{$c/@id}" otherlevel="{$c/@otherlevel}"> <summary> <a href="{$baseURI}{$projectId}/{$docPath}/{$c/@id}.html"> {$c/@id} Loading Loading
rxq/ead/document_toc.xq +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ declare function local:buildEADDocumentTOC($projectId, $docPath){ { for $c in $target/*:ead/*:archdesc/*:dsc return <details id="details_{$c/@id}" open=""> <details id="details_{$c/ancestor::*:archdesc/@level}" open=""> <summary> <a href="{$baseURI}{$projectId}/{$docPath}/{$c/ancestor::*:archdesc/@id}.html"> {$c/ancestor::*:archdesc/*:did/node()} Loading @@ -35,7 +35,7 @@ declare function local:childrenToc($component, $projectId, $docPath){ return if($c/*:c) then <details id="details_{$c/@id}"> <details id="details_{$c/@id}" otherlevel="{$c/@otherlevel}"> <summary> <a href="{$baseURI}{$projectId}/{$docPath}/{$c/@id}.html"> {$c/@id} Loading