feedFetchfeedFetch
Obtains a feed based on parameter information.
Home > Books > NetKernel API and Services Reference > Accessor Listing > PiNKY > feedFetch

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn: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

URI
active:feedFetch

ArgumentRulesDescription
feedsMandatory XML document with url elements, each indicating a feed source.

Example Usage

DPML

<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

The feedFetch accessor returns a feed resource with information obtained from one or more URL addresses.

For more details see the PiNKY guide.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.