Important

If there is more than one Abstract element defined within the scope of another element (the parent element), meaning that more than one Abstract tag is used between the opening tag and the closing tag for another element, only the first Abstract element is used. All other Abstract elements in that scope are ignored. An example of this is:

<Entry>
   <Ref href = "mms://nsserver/pubpt/title1.asf" />
   <Abstract>Text displayed as a tooltip</abstract>
   <Abstract>Click here to go to our site</abstract>
</entry>

Only the first Abstract element is used, which results in the description for this Entry element (the clip) displaying "Text displayed as a tooltip." The second Abstract is not displayed anywhere.

© 1996-1998 Microsoft Corporation. All rights reserved.