XML2kb                 package:FKBL                 R Documentation

_R_e_a_d_s _a _k_n_o_w_l_e_d_g_e _b_a_s_e _f_r_o_m _a _X_M_L

_D_e_s_c_r_i_p_t_i_o_n:

     Reads a knowledge base from a XML file.

_U_s_a_g_e:

      XML2kb(file)

_A_r_g_u_m_e_n_t_s:

     Takes the name of the XML file.

    file: The name of the XML file.

_V_a_l_u_e:

     Returns the knowledge base, if success. FALSE 0, is returned
     otherwise.

_E_x_a_m_p_l_e_s:

      
      #XML2kb("sb.xml")

