Moduleurn:org:pinkypipes:mod:pinky
The
feedFetch
accessor is exported by the urn:org:pinkypipes:mod:pinky module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | feeds | Mandatory | XML document with url elements, each indicating a feed source. |
Example UsageDPML<instr> <type>feedFetch</type> <feeds> <url>http://...</url> </feeds> <target>var:feed</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:feedFetch");
req.addArgument("feeds", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |