xmlhtml: XML parser and renderer with HTML 5 quirks mode
Contains renderers and parsers for both XML and HTML 5 document fragments, which share data structures so that it's easy to work with both. Document fragments are bits of documents, which are not constrained by some of the high-level structure rules (in particular, they may contain more than one root element).
Note that this is not a compliant HTML 5 parser. Rather, it is a parser for HTML 5 compliant documents. It does not implement the HTML 5 parsing algorithm, and should generally be expected to perform correctly only on documents that you trust to conform to HTML 5. This is not a suitable library for implementing web crawlers or other software that will be exposed to documents from outside sources. The result is also not the HTML 5 node structure, but rather something closer to the physical structure. For example, omitted start tags are not inserted (and so, their corresponding end tags must also be omitted).
[Skip to Readme]
Downloads
- xmlhtml-0.2.5.4.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.5.1, 0.1.5.2, 0.1.6, 0.1.7, 0.2.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1, 0.2.3.2, 0.2.3.3, 0.2.3.4, 0.2.3.5, 0.2.4, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.5.3, 0.2.5.4 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.5 && <5), blaze-builder (>=0.2 && <0.5), blaze-html (>=0.9 && <0.10), blaze-markup (>=0.8 && <0.9), bytestring (>=0.9 && <0.13), bytestring-builder (>=0.10.4.0.2 && <0.11), containers (>=0.3 && <1.0), parsec (>=3.1.2 && <3.2), text (>=0.11 && <2.2), unordered-containers (>=0.1.4 && <0.3) [details] |
Tested with | ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.5, ghc ==9.4.4 |
License | BSD-3-Clause |
Author | Chris Smith <cdsmith@gmail.com> |
Maintainer | Chris Smith <cdsmith@gmail.com> |
Revised | Revision 4 made by cydparser at 2023-10-14T23:39:19Z |
Category | Text, XML |
Home page | https://github.com/snapframework/xmlhtml |
Source repo | head: git clone https://github.com/snapframework/xmlhtml.git |
Uploaded | by cydparser at 2023-02-13T07:40:41Z |
Distributions | Debian:0.2.5.2, FreeBSD:0.2.3.4, LTSHaskell:0.2.5.4, NixOS:0.2.5.4, Stackage:0.2.5.4 |
Reverse Dependencies | 29 direct, 56 indirect [details] |
Downloads | 43415 total (168 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-02-13 [all 1 reports] |