|
XML String, representing the News Article record 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:
<Article Article_ID="1" Date_Created="2004-08-07T11:37:00">
<Source_Identifier>jane</Source_Identifier>
<Author>Jane Thomas</Author>
<Title>Demo News Article</Title>
<URL>http://www.demosite.com/news/1.aspx</URL>
<Introduction>Our demo news article's Introduction
would go here.</Introduction>
<Body>The entire Body of our news article would go here.</Body>
</Article>
If the News Article record requested was never entered or is no longer in the system, the method will return
the <Article>
root node with only the Article_ID identifier. An example is provided below:
<Article Article_ID="23" />
All non-XML strings returned by this method should be considered errors.
|