NAME

kasykerrorxml - description of the Kasyk error XML (<kasyk:error>)


DESCRIPTION

The Kasyk error XML specifies the structure of the logging of a single unsuccessful Kasyk query XML request in a query log file. If the query was successful, it will be logged as a Kasyk successful query XML container by the Kasyk provider.

Only the Kasyk searcher (kasyk) and Kasyk server (kasykd) executables log queries if so configured.


<kasyk:error at="" started="">...</kasyk:error>

The <kasyk:error> container serves as a container of whatever came in which was to be determined as an error. No changes are made: it is stored in a CDATA section exactly the way as it came in. The attributes add a timestamp to indicate when the query was done and when the Kasyk provider was started.

The values specified in all of the attributes is the time is specified in seconds since midnight GMT on Jan. 1, 1970 (often referred to as Unix time).

at="seconds"
The time at which this <kasyk:error> container was logged to the query log file.
started="seconds"
The time at which this Kasyk provider started serving requests.

EXAMPLES

<kasyk:error at="1049295079" started="1049295079"><![CDATA[<kasyk:query id="query00014" type="fuzzy" fuzzylevel="bla" >mattijsen </kasyk:query>]]></kasyk:error>

An example from the test-suite.


DTD

This is an attempt at a Document Type Definition for the Kasyk hitlist XML.

 <!DOCTYPE kasyk:error [
   <!ELEMENT kasyk:error (#PCDATA)>
     <!ATTLIST kasyk:error at CDATA #REQUIRED,
                           started CDATA #REQUIRED>
 ]>

SEE ALSO

Kasyk home, Kasyk successful query XML, Kasyk query XML, Kasyk hitlist XML, Kasyk configuration XML, Kasyk searcher (kasyk), Kasyk server (kasykd).

See http://www.kasyk.nl/xml/kasykerrorxml.html for the most up-to-date version of this information.


COPYRIGHT

Copyright © 2003 Dijkmat BV

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Kasyk XML Information: Kasyk version 1.0.0, XML version http://www.kasyk.org/1.0, generated on Tue Nov 25 12:09:47 2003.