[Haskell-cafe] Re: Munging wiki articles with tagsoup

Neil Mitchell ndmitchell at gmail.com
Mon Sep 22 10:03:33 EDT 2008


Hi

>> For no escaping of any characters, or more likely do something like <,
>> > and & conversions. See the docs:
>> http://hackage.haskell.org/packages/archive/tagsoup/0.6/doc/html/Text-HTML-TagSoup-Render.html
>
> Well, I did look at that Haddock page, as well as the others. But honestly, just a bare line like 'renderTagsOptions :: RenderOptions -> [Tag] -> String' doesn't help me - it doesn't tell me that 'that's default behavior, but you can override it thusly'.

The lack of sufficient documentation is a bug. I've filed it at:

http://code.google.com/p/ndmitchell/issues/detail?id=91

If someone wants to write the documentation and submit a patch, that
would be great. Otherwise, I'll fix it at some unknown point in the
future.

Thanks

Neil


More information about the Haskell-Cafe mailing list