8 library(pwp): Prolog Well-formed Pages
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog SGML/XML parser
library(pwp): Prolog Well-formed Pages
pwp_files/2
pwp_stream/3
pwp_xml/3
Availability:
:- use_module(
library(pwp)
).
(can be autoloaded)
[det]
pwp_files
(
:In:atom, +Out:atom
)
loads an Xml document from the file named
In
, transforms it using the PWP attributes, and writes the transformed version to the new file named
Out
.