feed_ArticleNewsML.xml

Build 1501 on 14/Nov/2017  This topic last edited on: 10/Feb/2016, at 15:37

This feed converts articles into the NewsML format with NITF text expected by the SolidDAM 'Callisto'  server used to generate publications for e-reader, smart phones, tablets, etc.

It works on an article, a list of articles or one or more pages. In this last case all the articles linked to the page are converted to NewsML.

Parameters:

titlePrefix

Prefix used to generate the article string identifiers - in the format '<title prefix>_ART<numeric id>'. Optional, defaults to 'DEMO' if not specified.

providerId

Value used to fill the for the NewsItem/Identification/NewsIdentifier/ProviderId element of each article. It is a string identifying the publisher.  Optional, defaults to 'Demo' if not specified.

publicIdentifierPrefix

Prefix used to generate a global unique identifier for each article - concatenating it with the article string identifier. Optional, defaults to 'urn:newsml:teradp.com:' if not specified.

bibliography

Copyright identification of the material, used to fill the body.end/bibliography element of the NITF text. Optional, defaults to '© 2010, Tera DP' if not specified.

dataUrl

URL used to access the binary data of the media objects (images, videos etc.) referenced by the article. The data id of each media object is appended to this URL to create an URL specific to each object. Optional, uses the do.ashx?cmd=data URL on the current server if not specified.