0.1.0-alpha022
Pre-release
Pre-release
dustinmoris
released this
01 Jul 23:50
·
1128 commits
to master
since this release
A few modifications to the former HtmlEngine
so that it can be used for correct XML rendering as well:
- Renamed the
Giraffe.HtmlEngine
module toGiraffe.XmlViewEngine
- Renamed
HtmlAttribute
toXmlAttribute
,HtmlElement
toXmlElement
andHtmlNode
toXmlNode
- Renamed and make the function
nodeToHtmlString
private - Added
comment
function to theGiraffe.XmlViewEngine
module for creating XML comments - Added
renderXmlString
andrenderHtmlString
functions toGiraffe.XmlViewEngine
module for rendering XML and HTML nodes.