|
| Text.HTML.WraXML.Tree.HXT |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Tidy a piece of HTML code.
& -> &
- <
unquoted tag attribute values: size=-1 -> size=-1
insert omitted closing tags
|
|
|
| Like Text.XML.HXT.DOM.XmlTreeFunctions.xshow
but it shows empty tags the HTML way.
E.g. it emits br>@ instead of @<br\/,
noscript><\/noscript>@ instead of @<noscript\/.
Many browsers prefer that.
|
|
|
|
|
| Guess the encoding from the META-HTTP-EQUIV attribute, if available.
Otherwise fall back to ISO-Latin-1.
|
|
|
|
|
| Adaption of Text.XML.HXT.Parser.MainFunctions.getXmlDocument
|
|
|
|
|
|
| Produced by Haddock version 2.6.0 |