Skip directly to searchSkip directly to the site navigationSkip directly to the page's main content

IBIS-Q System Documentation - Reference

XMLResponse.head and XMLResponse.tail Files

The head and tail files give the beginning and ending tags to the xml output from the CGI application. They are referenced in the xml parameters and need to be in the same location as the configuration file. The result is a valid xml file containing the query results.

Other Information

The precedence for specifying the head and tail files is as follows:
  1. htmlhead URL parameter
  2. htmlhead configuration file
  3. response_head_content URL parameter
  4. response_head_content configuration file (example lines 13-14)

Syntax

File name: XMLResponse.head
<?xml version="1.0" encoding="UTF-8"?>
<IBISQ_QUERY_RESULT>

Example

File name: XMLResponse.head
1	<?xml version="1.0" encoding="UTF-8"?>
2	<IBISQ_QUERY_RESULT>

Example

File name: XMLResponse.tail
1	</IBISQ_QUERY_RESULT>