This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/raptor/xml2.yap

5 lines
91 B
Prolog

:- module( xml2, [load_xml/2] ).
:- load_foreign_files(['libxml2'],[],libxml2_yap_init).