PublicShow sourceserql_xml_result.pl

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)