| |||||||||||||
| |||||||||||||
| Description | |||||||||||||
| Implement XSLT transformations using xsltproc | |||||||||||||
| Synopsis | |||||||||||||
| |||||||||||||
| 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 | |||||||||||||
| |||||||||||||
| Produced by Haddock version 2.1.0 |