HaXml-1.24.1: Utilities for manipulating XML documents

Safe HaskellSafe-Inferred

Text.XML.HaXml.Util

Contents

Description

  • Only a small module containing some helper functions to extract xml content - I would have added this to Types but I've put it into an additional module - to avoid circular references (Verbatim - Types)

Synopsis

utility functions to access XML content

docContent :: i -> Document i -> Content iSource

Get the main element of the document so that you can apply CFilters directly. i is typically (posInNewCxt filename Nothing)

contentElem :: Content i -> Element iSource

If you know that your CFilter returns a tag, you can use this function to get the tagged Element.