• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
    • RDF quality heuristics
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

8 library(pwp): Prolog Well-formed Pages
AllApplicationManualNameSummaryHelp

  • 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)
Source[det]pwp_stream(:Input:input_stream, +Output:output_stream, +Context:list)
Loads an Xml document from the given Input stream, transforms it using the PWP attributes, and writes the transformed version to the given Output stream. Context provides initial contextual variables and is a list of Name=Value.
ClioPatria (version V3.1.1-40-g9d9e003)