hxml
v0.1.0
Published
Represent XML within HTML
Downloads
4
Readme
hxml
A means to represent XML within HTML where script tags of custom type are not available.
For representing JSON within HTML where script tags of custom type are not available, see jhtml.
Limitations
- An xmlns attribute will be restored before other attributes
- Self-closing tag status is not preserved
Todos
- Implement HTML to XML
- Allow DOM nodes for input
