Loading plugins/ead_basket/ead_basket.xqm +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ declare function max.plugin.ead_basket:basketItemsForPDF($projectId, $items){ let $xmlDocName := fn:substring-before($item, "|") let $nodeId := fn:substring-after($item, "|") let $target := doc(concat($dbPath, '/', $xmlDocName))//*[@xml:id = $nodeId or @*:id = $nodeId][1] let $content := xslt:transform($target, max.plugin.ead_basket:getResourceFilePath($projectId, "ui/xsl/item_porte-documents-print.html.xsl")) let $content := xslt:transform($target, max.plugin.ead_basket:getResourceFilePath($projectId, "ui/xsl/ead/item_porte-documents-print.html.xsl")) return $content }; Loading Loading @@ -103,7 +103,7 @@ declare function max.plugin.ead_basket:itemPorteDocuments($projectId, $item){ let $xmlDocName := fn:substring-before($item, "|") let $nodeId := fn:substring-after($item, "|") let $target := doc(concat($dbPath, '/', $xmlDocName))//*[@xml:id = $nodeId or @id = $nodeId] let $xsl := max.plugin.ead_basket:getResourceFilePath($projectId, "ui/xsl/item_porte-documents.xsl") let $xsl := max.plugin.ead_basket:getResourceFilePath($projectId, "ui/xsl/ead/item_porte-documents.xsl") return xslt:transform($target[1], $xsl, map { Loading ui/xsl/item_porte-documents-print.html.xsl→ui/xsl/ead/item_porte-documents-print.html.xsl +0 −0 File moved. View file ui/xsl/item_porte-documents.xsl→ui/xsl/ead/item_porte-documents.xsl +0 −0 File moved. View file Loading
plugins/ead_basket/ead_basket.xqm +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ declare function max.plugin.ead_basket:basketItemsForPDF($projectId, $items){ let $xmlDocName := fn:substring-before($item, "|") let $nodeId := fn:substring-after($item, "|") let $target := doc(concat($dbPath, '/', $xmlDocName))//*[@xml:id = $nodeId or @*:id = $nodeId][1] let $content := xslt:transform($target, max.plugin.ead_basket:getResourceFilePath($projectId, "ui/xsl/item_porte-documents-print.html.xsl")) let $content := xslt:transform($target, max.plugin.ead_basket:getResourceFilePath($projectId, "ui/xsl/ead/item_porte-documents-print.html.xsl")) return $content }; Loading Loading @@ -103,7 +103,7 @@ declare function max.plugin.ead_basket:itemPorteDocuments($projectId, $item){ let $xmlDocName := fn:substring-before($item, "|") let $nodeId := fn:substring-after($item, "|") let $target := doc(concat($dbPath, '/', $xmlDocName))//*[@xml:id = $nodeId or @id = $nodeId] let $xsl := max.plugin.ead_basket:getResourceFilePath($projectId, "ui/xsl/item_porte-documents.xsl") let $xsl := max.plugin.ead_basket:getResourceFilePath($projectId, "ui/xsl/ead/item_porte-documents.xsl") return xslt:transform($target[1], $xsl, map { Loading
ui/xsl/item_porte-documents-print.html.xsl→ui/xsl/ead/item_porte-documents-print.html.xsl +0 −0 File moved. View file