Re: [Haskell-cafe] ANN: dtd-text DTD parser, V0.1.0.0

2011-06-06 Thread Yitzchak Gale
I wrote: >> I really should have edited the Cabal description of this package >> before I uploaded it. Max Rabkin wrote: > Could you upload a bugfix version with an accurate description? This > could be very frustrating to a random hackage-brower who hasn't read > the announcement (or me, in a few

Re: [Haskell-cafe] ANN: dtd-text DTD parser, V0.1.0.0

2011-06-05 Thread Max Rabkin
On Sun, Jun 5, 2011 at 19:13, Yitzchak Gale wrote: > I really should have edited the Cabal description of this package > before I uploaded it. It promises an attoparsec-text parser > and blaze-builder renderer for DTDs. First of all, the renderer > is vaporware - I haven't written it yet. Just the

[Haskell-cafe] ANN: dtd-text DTD parser, V0.1.0.0

2011-06-05 Thread Yitzchak Gale
The dtd-text package[1] provides a parser for XML DTDs. It implements most of the parts of the W3C XML specification relating to DTDs, and is compatible with versions 1.0 and 1.1 of the specification.[2] The result of the parse is a Haskell DTD object from the dtd-types[3] package. This first prel