All predicatesShow sourcesparql_xml_result.pl

Source sparql_write_xml_result(+Out, +Term, +Options)
Write SPARQL XML result data.
Source write_binding_literal(+Literal, +Out) is det[private]
Write Literal to Out. The first clause deals with XMLLiteral fields. The SPARQL documentation is rather vaque about how this should be handled. It might well be that we should write the xml into an atom and xml-escape that.