serql_xml_result.pl
- xml_read_result_table(+In, -Rows, -VarNames)
- Read an XML document from In and return the rows and variable names in there.
- 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.