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
Vítor Santos Costa 3704392811 xml2 early support
2016-01-06 12:36:36 +00:00

5 lines
91 B
Prolog

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