hxt-7.1: A collection of tools for processing XML with Haskell.ContentsIndex
Text.XML.HXT.XSLT.Application
Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe\@fh-wedel.de)
Description

Version : $Id: Application.hs,v 1.6 20061117 17:16:24 hxml Exp $

The transformation functions for XSLT transformation of XML documents

Exports only two pure functions applyStylesheet and applyStylesheetWParams

Documentation
applyStylesheet :: CompiledStylesheet -> XmlTree -> [XmlTree]
applyStylesheetWParams :: XPathParams -> CompiledStylesheet -> XmlTree -> [XmlTree]
type XPathParams = Map ExName Expr
Produced by Haddock version 0.8