hxt-filter-8.4.0: A collection of tools for processing XML with Haskell (Filter variant).

Text.XML.HXT.DOM.Namespace

Description

main namespace filter for propagation, checking, tracing and error handling

Synopsis

Documentation

propagateAndValidateNamespaces :: XmlStateFilter aSource

propagate all namespace declarations, check namespace constraints and issue errors. If no error was found, result is the unchanged input tree, else the root node "/" with an empty document is returned.

see also : propagateNamespaces, validateNamespaces