3.20.3 Adding rules for html//1
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog HTTP support
        • The HTTP server libraries
          • The library(http/html_write) library
            • Adding rules for html//1
              • html_write:expand//1
              • html_quoted//1
              • html_quoted_attribute//1
Availability::- use_module(library(http/html_write)).
Sourcehtml_quoted(+Atom)//
Emit the text in Atom, inserting entity-references for the SGML special characters <&>.