[prefix_]getEntryContentUrl
Use this function to return the content URL to be downloaded and imported for the document.
Inputs: | xml (XmlDocument), document (Document) |
Outputs: | content URL (string) |
See also: |
Example
function myPrefix_getEntryContentUrl(xml, document) cache_result() return "~/atom:content[starts-with(@src,http)]/@src" end