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

Version : $Id: Application.hs,v 1.7 20070502 06:41:05 hxml Exp $

The transformation functions for XSLT transformation of XML documents

Exports only two pure functions applyStylesheet and applyStylesheetWParams

Documentation
applyStylesheet :: CompiledStylesheet -> XmlTree -> [XmlTree]Source
applyStylesheetWParams :: XPathParams -> CompiledStylesheet -> XmlTree -> [XmlTree]Source
type XPathParams = Map ExName ExprSource
Produced by Haddock version 2.4.2