hxt-filter-8.1.0: A collection of tools for processing XML with Haskell (Filter variant).Source codeContentsIndex
Text.XML.HXT.DOM.Namespace
Description
main namespace filter for propagation, checking, tracing and error handling
Synopsis
propagateAndValidateNamespaces :: XmlStateFilter a
module Text.XML.HXT.DOM.NamespaceFilter
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

module Text.XML.HXT.DOM.NamespaceFilter
Produced by Haddock version 2.3.0