Design and Implementation of a validating XML parser in Haskell: Master's thesis; University of Applied Sciences Wedel | ||
---|---|---|
Prev | Appendix A. User handbook | Next |
Contains the documentation: this thesis and the generated HDoc documentation
Contains some example applications for using the parser, filter functions and filter combinators. Includes HXmlParser, a command line well-formedness checker and validator.
Sources of package hdom.
Sources of package hparser.
Sources of package hvalidator.
Sources of the free monadic parser combinator library Parsec. Parsec is already distributed with Hugs and GHC, but we had some problems with different behaviors of these libraries.