[prefix_]getEntryFeedUrlXPaths
Use this function to return XPaths referencing additional feed urls from the current entry to be processed as separate feeds.
Inputs: | xml (XmlDocument), document (Document) |
Outputs: | xpaths (list:{string} or table:{string->string} or table:{string->list:{string}}) |
See also: |
Example
function myPrefix_getEntryFeedUrlXPaths(xml, document) cache_result() return { xpath, prefix1=xpath1, prefix2={xpath2, xpath3} } end