Kb2XML {FKBL}R Documentation

Writes a kB to disc

Description

It takes a knowledge base, the name of a file and any desired meta information. Then, it creates a XML with the given name, containing the kB and the meta information.

Usage

 Kb2XML(file,kB,mt)

Arguments

Takes the file, the knowledge base and the meta information.

file The name of the file.
kB The knowledge base.
mt The meta information, it must be a list with pairs: Author="John Doe".

Value

Return 0 if fails and 1 otherwise.

Examples

data(kB)
data(mt)
Kb2XML("kB.xml", kB, mt)

[Package FKBL version 0.50-4 Index]