Skip to content

kawu/polysoup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polysoup

The library provides combinators for lazy, incremental XML parsing. Parsing results are generated lazily and the input is read on demand.

It is built on top of the tagsoup library, which is responsible for preliminary tokenization of an XML input, and the polyparse library, which provides primitives for lazy and incremental parsing.

See the Text.XML.PolySoup module for a detailed API description.

About

Online XML parser using polyparse and tagsoup libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published