9.1 Writing documents
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog SGML/XML parser
        • Writing markup
          • Writing documents
            • xml_write/3
            • sgml_write/3
            • html_write/3
Availability::- use_module(library(sgml_write)).(can be autoloaded)
Sourcehtml_write(+Stream, +Term, +Options)
Same as sgml_write/3, but passes the HTML DTD as obtained from dtd/2. The Options are described with xml_write/3.