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