HAppS-Server-0.9.2.1: Web related tools and services.ContentsIndex
HAppS.Server.XSLT
Description
Implement XSLT transformations using xsltproc
Synopsis
xsltFile :: XSLPath -> FilePath -> FilePath -> IO ()
xsltString :: XSLPath -> String -> String
xsltElem :: XSLPath -> Element -> String
xsltFPS :: XSLPath -> [ByteString] -> [ByteString]
type XSLPath = FilePath
type XSLTCommand = XSLPath -> FilePath -> FilePath -> (FilePath, [String])
data XSLTCmd
Documentation
xsltFile :: XSLPath -> FilePath -> FilePath -> IO ()
Note that the xsl file must have .xsl suffix.
xsltString :: XSLPath -> String -> String
xsltElem :: XSLPath -> Element -> String
xsltFPS :: XSLPath -> [ByteString] -> [ByteString]
type XSLPath = FilePath
type XSLTCommand = XSLPath -> FilePath -> FilePath -> (FilePath, [String])
data XSLTCmd
show/hide Instances
Produced by Haddock version 2.1.0