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

7 External entities
All Application Manual Name SummaryHelp

  • 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.

ClioPatria (version V3.1.1-51-ga0b30a5)