-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | TagSoup parser for HXT
--   
--   The Tagsoup interface for the HXT lazy HTML parser.
@package hxt-tagsoup
@version 9.1.4


-- | Interface for TagSoup Parser
module Text.XML.HXT.TagSoup

-- | The system config option to enable the tagsoup parser
--   
--   Here is an example, how to use it:
--   
--   <pre>
--   ...
--   import Text.HXT.XML.Core
--   import Text.HXT.XML.TagSoup
--   ...
--   
--   readDocument [ withTagSoup ] "some-file.xml"
--   ...
--   </pre>
--   
--   reads the given document and parses it with the lazy tagsoup parser.
--   There is no validation enabled.
withTagSoup :: SysConfig

-- | Turns off tagsoup parsing. The build in HXT parser will be used.
withoutTagSoup :: SysConfig

-- | The Tagsoup parser arrow
parseHtmlTagSoup :: IOSArrow XmlTree XmlTree
a_tagsoup :: String
tagSoupOptions :: [OptDescr SysConfig]
