hxt-xslt-9.1.1.1: The XSLT modules for HXT.

CopyrightCopyright (C) 2006 Tim Walkenhorst, Uwe Schmidt
LicenseMIT
MaintainerUwe Schmidt (uwe\@fh-wedel.de)
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Text.XML.HXT.XSLT.CompiledStylesheet

Description

Types for compiled stylesheets

Documentation

data When Source

Constructors

WhenPart TestExpr Template 

Instances

newtype SelectExpr Source

Constructors

SelectExpr Expr 

Instances

newtype TestExpr Source

Constructors

TestExpr Expr 

Instances

newtype StringExpr Source

Constructors

StringExpr Expr 

Instances

newtype MatchExpr Source

Constructors

MatchExpr Expr 

Instances