7 External entities
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog SGML/XML parser
        • External entities
          • sgml_register_catalog_file/2
Availability::- use_module(library(sgml)).(can be autoloaded)
Sourcesgml_register_catalog_file(+File, +Location)
Register the indicated File as a catalog file. Location is either start or end and defines whether the catalog is considered first or last. This predicate has no effect if File is already part of the catalog.

If no files are registered using this predicate, the first query on the catalog examines SGML_CATALOG_FILES and fills the catalog with all files in this path.