Moduleurn:org:pinkypipes:mod:pinky
The
feedUnion
accessor is exported by the urn:org:pinkypipes:mod:pinky module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | feed1 | Mandatory | A feed resource | feed2 | Mandatory | A feed resource | feedn | Optional | Multiple additional feed resources |
Example UsageDPML<instr> <type>feedUnion</type> <feed1>somefeed.xml</feed1> <feed2>anotherfeed.xml</feed2> <target>var:merged-feeds</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:feedUnion");
req.addArgument("feed1", [resource representation, aspect, or URI] );
req.addArgument("feed2", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |