xml-catalog-1.1.0.2: Parse XML catalog files (deprecated)
Text.XML.Catalog
Contents
Description
Used for loading a catalog file, caching DTDs and applying DTDs to documents.
Synopsis
type Catalog = Map PubSys URISource
An XML catalog, mapping public and system identifiers to filepaths.
data PubSys Source
Either a public or system identifier.
Constructors
Instances
loadCatalog :: MonadIO m => SchemeMap -> URI -> m CatalogSource
Load a Catalog from the given path.
Catalog
resolveURISource
Arguments
base URI for relative system identifiers