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
3.4 DTD-Handling
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog SGML/XML parser
Predicate Reference
DTD-Handling
new_dtd/2
free_dtd/1
load_dtd/2
load_dtd/3
open_dtd/3
dtd/2
dtd_property/2
The DOCTYPE declaration
Availability:
:- use_module(
library(sgml)
).
(can be autoloaded)
load_dtd
(
+DTD, +File
)
Define the DTD by loading the SGML-DTD file
File
. Same as
load_dtd/3
with empty option list.
ClioPatria
(version
V3.1.1-40-g9d9e003
)