This file is indexed.

/usr/share/doc/libghc-xml-conduit-doc/html/index.html is in libghc-xml-conduit-doc 1.2.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>xml-conduit-1.2.1: Pure-Haskell utilities for dealing with XML with the conduit package.</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">xml-conduit-1.2.1: Pure-Haskell utilities for dealing with XML with the conduit package.</p></div><div id="content"><div id="description"><h1>xml-conduit-1.2.1: Pure-Haskell utilities for dealing with XML with the conduit package.</h1><div class="doc"><p>This package provides parsing and rendering functions for XML. It is based on the datatypes found in the xml-types package. This package is broken up into the following modules:
</p><ul><li> Text.XML: DOM-based parsing and rendering. This is the most commonly used module.
</li><li> Text.XML.Cursor: A wrapper around <a href="Text-XML.html">Text.XML</a> which allows bidirectional traversing of the DOM, similar to XPath. (Note: Text.XML.Cursor.Generic is the same concept, but will work with any node representation.)
</li><li> Text.XML.Unresolved: A slight modification to <a href="Text-XML.html">Text.XML</a> which does not require all entities to be resolved at parsing. The datatypes are slightly more complicated here, and therefore this module is only recommended when you need to deal directly with raw entities.
</li><li> Text.XML.Stream.Parse: Streaming parser, including some streaming parser combinators.
</li><li> Text.XML.Stream.Render: Streaming renderer.
</li></ul><p>Additionally, the xml-hamlet package <a href="http://hackage.haskell.org/package/xml-hamlet">http://hackage.haskell.org/package/xml-hamlet</a> provides a more convenient syntax for creating XML documents. For a more thorough tutorial on this library, please see <a href="http://www.yesodweb.com/book/xml">http://www.yesodweb.com/book/xml</a>.
</p></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Text</span><ul id="section.n.1" class="show"><li><span class="module"><span id="control.n.1.1" class="collapser" onclick="toggleSection('n.1.1')">&nbsp;</span><a href="Text-XML.html">Text.XML</a></span><ul id="section.n.1.1" class="show"><li><span class="module"><span id="control.n.1.1.1" class="collapser" onclick="toggleSection('n.1.1.1')">&nbsp;</span><a href="Text-XML-Cursor.html">Text.XML.Cursor</a></span><ul id="section.n.1.1.1" class="show"><li><span class="module"><a href="Text-XML-Cursor-Generic.html">Text.XML.Cursor.Generic</a></span></li></ul></li><li><span id="control.n.1.1.2" class="module collapser" onclick="toggleSection('n.1.1.2')">Stream</span><ul id="section.n.1.1.2" class="show"><li><span class="module"><a href="Text-XML-Stream-Parse.html">Text.XML.Stream.Parse</a></span></li><li><span class="module"><a href="Text-XML-Stream-Render.html">Text.XML.Stream.Render</a></span></li></ul></li><li><span class="module"><a href="Text-XML-Unresolved.html">Text.XML.Unresolved</a></span></li></ul></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>