xml-catalog-0.7.0: Parse XML catalog files
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