:- use_module(library(sgml)). test :- load_xml("hello", Es, []), write(Es). :- initialization(test).