feedUniquefeedUnique
Normalize feed items based on a filter rule.
Home > Books > NetKernel API and Services Reference > Accessor Listing > PiNKY > feedUnique

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


Module

urn:org:pinkypipes:mod:pinky

The feedUnique accessor is exported by the urn:org:pinkypipes:mod:pinky module. Import this module to gain access to the accessor.

Syntax

URI
active:feedUnique

ArgumentRulesDescription
feedMandatory A feed resource
operatorMandatory Filter selection

Example Usage

DPML

<instr>
  <type>feedUnique</type>
  <feed>somefeed.xml</feed>
  <operator>
    <filter>title</filter>
  </operator>
  <target>var:title-filtered-feed</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:feedUnique");
req.addArgument("feed", [resource representation, aspect, or URI] );
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

The feedUnique accessor filters a feed to produce a feed with a normalized set of items. The filter criterion is provided by the operator argument and must be an xml fragment <filter> with text value one of:

titleremove items with the same title
dateremove items with the same date
linkremove items with the same link
authorremove items with the same author
categoryremove items with the same category(s)
permalinkremove items with the same permalink

For more details see the PiNKY guide.

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