Loading rxq/config.xqm +2 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,8 @@ declare function max.config:getProjectTOCXSL($projectId) { Returns project's TOC xsl :) declare function max.config:getDocumentTitleTOCXSL($projectId) { max.util:getResourceFilePath($projectId, "/ui/xsl/" || $max.cons:DOCUMENT_TITLE_XSL_FILEPATH) let $xmlFormat:=max.config:getXMLFormat($projectId) return max.util:getResourceFilePath($projectId, "ui/xsl/" || $xmlFormat ||'/'|| $max.cons:DOCUMENT_TITLE_XSL_FILEPATH) }; (: Loading Loading
rxq/config.xqm +2 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,8 @@ declare function max.config:getProjectTOCXSL($projectId) { Returns project's TOC xsl :) declare function max.config:getDocumentTitleTOCXSL($projectId) { max.util:getResourceFilePath($projectId, "/ui/xsl/" || $max.cons:DOCUMENT_TITLE_XSL_FILEPATH) let $xmlFormat:=max.config:getXMLFormat($projectId) return max.util:getResourceFilePath($projectId, "ui/xsl/" || $xmlFormat ||'/'|| $max.cons:DOCUMENT_TITLE_XSL_FILEPATH) }; (: Loading