5 lines
91 B
Prolog
5 lines
91 B
Prolog
|
|
:- module( xml2, [load_xml/2] ).
|
|
|
|
:- load_foreign_files(['libxml2'],[],libxml2_yap_init).
|