All predicatesShow sourceserql_xml_result.pl

 write_table(+Format, +Serialization, +Rows, +Options)[private]
Write a result table in Sesame compliant XML format.
Arguments:
Format- Must be xml
Source header(+Out, +Options) is det[private]
Write the column-names obtained from the variables(+Vars) option. Vars is either a list of atoms or a term holding the comlumn names as arguments (as in v('Name', 'Age')).
Source xml_read_result_table(+In, -Rows, -VarNames)
Read an XML document from In and return the rows and variable names in there.
Source xml_to_result_table(+XML, -Rows, -VarNames)
Convert a parsed XML document into a list of rows and a column name (variable name) term of the format names(Col1, Col2, ...).

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source xml_write_result_table(Arg1, Arg2, Arg3)