User Guide

134 Chapter 5: XML Results Reference
hit
Description
A number indicating which slide contains a search term.
Attributes
None.
Contained tags
None (content only).
Returned by
sco-search
Example
<hit>5</hit>
host
Description
The URL of the host that the Breeze server is running on.
Attributes
None.
Contained tags
None (content only).
Returned by
common-info
Example
<host>http://admin.breeze.example.com</host>
invalid
Description
Container tag; contains information about why a particular call to an action is invalid.
This element appears only inside a
status tag and only when the code attribute of that tag is set
to
"invalid".
The server returns only one
invalid tag for a given request, even if you leave out multiple
required parameters. To resolve a missing-parameter error, add the required parameter to the
action. For information on which parameters are required, see the reference material for the
specific action in Chapter 4, “Action Reference,” on page 37.