|
XML String, representing the News Article records posted by a specific source (the record's
<Source_Identifier>
value matches the input parameter's value) within the specific date range requested. To view
the validating XSD Schema, please click here (opens in a new window).
An example is provided here (opens in a new window) or below:
<News Total_Record_Count="35">
<Article Article_ID="32" Date_Created="2004-08-25T11:23:00">
<Author>John Tester</Author>
<Title>Demo News Article 32</Title>
<URL>http://www.demosite.com/news/32.aspx</URL>
<Introduction>Newest News Article posted between 8/20/2004 and
8/27/2004 by John.</Introduction>
</Article>
<Article Article_ID="30" Date_Created="2004-08-24T12:17:00">
<Author>John Tester</Author>
<Title>Demo News Article 30</Title>
<URL>http://www.demosite.com/news/30.aspx</URL>
<Introduction>Second newest News Article posted between
8/20/2004 and 8/27/2004 by John.</Introduction>
</Article>
...
</News>
If no records were posted by that specific source within the specified time frame, the
<News>
root node will not contain any child elements and the Total_Record_Count
attribute will have a value of 0 (zero). An example is provided below:
<News Total_Record_Count="0" />
All non-XML strings returned by this method should be considered errors.
|