[prefix_]getEntryContentXPath
Use this function to return XPath representing the actual content that will be imported.
Inputs: | xml (XmlDocument), document (Document) |
Outputs: | xpath (string) |
See also: |
Example
function myPrefix_getEntryContentXPath(xml, document) cache_result() return "~/atom:content" end