hxt-xslt-8.4.0: src/Text/XML/HXT/XSLT.hs
-- ------------------------------------------------------------
{- |
Module : Text.XML.HXT.XSLT
Copyright : Copyright (C) 2010 Uwe Schmidt
License : MIT
Maintainer : Uwe Schmidt (uwe@fh-wedel.de)
Stability : experimental
Portability: portable
The HXT XSLT interface
The application programming interface to the XSLT modules of the Haskell XML Toolbox.
This module exports all important arrows for XSLT processing.
-}
-- ------------------------------------------------------------
module Text.XML.HXT.XSLT
( module Text.XML.HXT.XSLT.XsltArrows
)
where
import Text.XML.HXT.XSLT.XsltArrows
-- ------------------------------------------------------------