summaryrefslogtreecommitdiff
path: root/example/list.xsl
AgeCommit message (Collapse)Author
2019-02-05Use plain CGIdefanor
This eliminates the last of large Haskell dependencies. The multipart enctype is not supported now.
2019-02-03Replace HXT with libxmldefanor
The primary issue is that str:encode-uri function from EXSLT is not available with HXT (but available with libxml's friends: libxslt and libexslt, which are generally more complete). This function is important for HTML documents. Another reason is libxml being better documented and somewhat easier to work with. Yet another reason to switch is the intent to avoid dependencies that reimplement common functionality, and/or normally get statically linked.
2018-12-30Initial commitdefanor
The initial working version, an example, and brief description are included. Error handling and reporting, perhaps HTTP headers, CLI arguments, and documentation can still be improved, but that's for future commits.