|
XML String, representing the News Article records posted by a specific source (the record's
<Source_Identifier>
value matches the input parameter's value). 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="8">
<Article Article_ID="10" Date_Created="2004-08-10T07:11:00">
<Author>Suzan Someone</Author>
<Title>Demo News Article 10</Title>
<URL>http://www.demosite.com/news/10.aspx</URL>
<Introduction>Our demo news article's Introduction
would go here.</Introduction>
</Article>
<Article Article_ID="5" Date_Created="2004-07-30T12:18:00">
<Author>Suzan Someone</Author>
<Title>Demo News Article 5</Title>
<URL>http://www.demosite.com/news/5.aspx</URL>
<Introduction>Introduction #5 would go here.</Introduction>
</Article>
...
</News>
If the account does not contain any records for that specific source, 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.
|