Portability | portable |
---|---|
Stability | experimental |
Maintainer | Uwe Schmidt (uwe\@fh-wedel.de) |
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