|
XML String, representing all News Article record identifiers and the date/time when the record was entered into
the personalization system 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>
<Article Article_ID="182" Date_Created="2004-10-11T15:39:00"/>
<Article Article_ID="145" Date_Created="2004-09-15T12:15:00"/>
...
</News>
If the Personalization system does not contain any records for that specific source, the
<News>
root node will not contain any child elements. An example is provided below:
<News />
All non-XML strings returned by this method should be considered errors.
|