[prefix_]getEntryFeedUrls
Use this function to return additional feed urls from the current entry to be processed as separate feeds.
Inputs: | xml (XmlDocument), document (Document) |
Outputs: | urls (list:{string} or table:{string->string} or table:{string->list:{string}}) |
See also: |
Example
function myPrefix_getEntryFeedUrls(xml, document) return { "http://...", prefix1="http://...", prefix2={"http://...", "http://..."} } end