Xmlbf.Xeno
fromXenoNode Source #
Arguments
A Node from Xeno.DOM.
Node
A Node from Xmlbf.
Convert a Node from Xeno.DOM into an Element from Xmlbf.
Element
fromRawXml Source #
Raw XML fragment.
Nodes from Xmlbf
Parses a given UTF8-encoded raw XML fragment into a, using the xeno Haskell library, so all of xeno's parsing quirks apply.
a
xeno
You can provide the output of this function as input to Xmlbf's parse.
parse
The given XML can contain more zero or more text or element nodes.
Surrounding whitespace is not stripped.