Previous Next Contents

7. GRS Element Set Mapping File Syntax

This file syntax is a bit more complex than I would like, but it is very generalized. The format specifically tells the server how to construct the requested GRS record. For example:

(1,2) AUTHOR
(2,1) {
        (2,4) {
                (4,1) SUBJECT
        }
}

where the numbers in parens are the TagType,TagValue and the string is the element name used to retrieve that element from the local database.


Previous Next Contents