rdm.h
, then send it to the database by using the sendrdm
program, and finally process the results using the functions defined in soif.h
.
The Compass Server RDM SDK is shipped with the Compass Server. You can find it in compassdir
/bin/compass/sdk/rdm
.
examples
, bin
, lib
, and include
directories.
The include
directory contains the following header files:
This contains routines for manipulating RDs in SOIF format. For more information on SOIF
format, see http://www.w3.org/TR/NOTE-rdm.html#soif.
soif.h
This header file contains routines for talking to the Compass Server database. You can
use can use them, for example, for making your own routines to query the Compass
Server database.
rdm.h
examples
directory contains examples of the use of the routines in soif.h
:
example1.c
: Parsing the RD input and printing out its URL string.
example2.c
: Parsing the RD input and printing out specified attributes.
example3.c
: This is the same as example2 but prints the specified attributes in SOIF format.
soif.h
that you can use to create, read, write, and modify SOIF objects.rdm.h
to create and process resource description messages to send to the Compass Server database.Last Updated: 02/07/98 20:49:17
Any sample code included above is provided for your use on an "AS IS" basis, under the Netscape License Agreement - Terms of Use