Hi Team, Following is the code snippet of “/MarkLogic/conversion/actions/convert-pdf-action.xqy”. We need to know, from where $cpf:document-uri external variable is set. Is that variable is set through Java file or another?
import module namespace lnk = "http://marklogic.com/cpf/links" at "/MarkLogic/cpf/links.xqy" import module namespace cpf = "http://marklogic.com/cpf" at "/MarkLogic/cpf/cpf.xqy" import module namespace cvt ="http://marklogic.com/cpf/convert" at "/MarkLogic/conversion/convert.xqy" import module namespace pdf ="http://marklogic.com/cpf/pdf" at "/MarkLogic/conversion/pdf.xqy" default element namespace = "http://www.w3.org/1999/xhtml" declare namespace this="/MarkLogic/conversion/actions/convert-pdf-action.xqy" declare namespace tidy="xdmp:tidy" declare namespace pdf-convert="xdmp:pdf-convert" default collation="http://marklogic.com/collation/codepoint" define variable $*cpf:document-uri* as xs:string external define variable $*cpf:transition* as node() external define variable $cpf:options as node() external Can anyone help us, which file/trigger (i.e. step by step file call) will get call, when we drag and drop PDF file? Thanks in Advance, Regards, Selven Xavier .A
_______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
