cdepillabout / cdepillabout/xml-html-qq
provide functions that HTML/XML escape template variables
Open
help wanted
- Dominant language
- Haskell
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
xml-html-qq is currently using [`textSetting`](https://hackage.haskell.org/package/heterocephalus-1.0.4.0/docs/Text-Heterocephalus.html#v:textSetting) from heterocephalus, which makes the `xml`, `xmlUnsafe`, and `html` function NOT escape template variables.
It would be nice to provide different versions of the `xml`, `xmlUnsafe`, and `html` functions (using [`htmlSetting`](https://hackage.haskell.org/package/heterocephalus-1.0.4.0/docs/Text-Heterocephalus.html#v:htmlSetting)) which DO escape template variables.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.