This file is indexed.

/usr/share/doc/libghc-hxt-xslt-doc/html/Text-XML-HXT-XSLT-Application.html is in libghc-hxt-xslt-doc 9.1.1-4.

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
<!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>Text.XML.HXT.XSLT.Application</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();setSynopsis("mini_Text-XML-HXT-XSLT-Application.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Text-XML-HXT-XSLT-Application.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">hxt-xslt-9.1.1: The XSLT modules for HXT.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>portable</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Maintainer</th><td>Uwe Schmidt (uwe\@fh-wedel.de)</td></tr><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">Text.XML.HXT.XSLT.Application</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>The transformation functions for XSLT transformation of XML documents
</p><p>Exports only two pure functions <code><a href="Text-XML-HXT-XSLT-Application.html#v:applyStylesheet">applyStylesheet</a></code> and <code><a href="Text-XML-HXT-XSLT-Application.html#v:applyStylesheetWParams">applyStylesheetWParams</a></code>
</p></div></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a name="v:applyStylesheet" class="def">applyStylesheet</a> :: <a href="Text-XML-HXT-XSLT-CompiledStylesheet.html#t:CompiledStylesheet">CompiledStylesheet</a> -&gt; <a href="/usr/share/doc/libghc-hxt-doc/html/Text-XML-HXT-DOM-TypeDefs.html#t:XmlTree">XmlTree</a> -&gt; [<a href="/usr/share/doc/libghc-hxt-doc/html/Text-XML-HXT-DOM-TypeDefs.html#t:XmlTree">XmlTree</a>]<a href="src/Text-XML-HXT-XSLT-Application.html#applyStylesheet" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:applyStylesheetWParams" class="def">applyStylesheetWParams</a> :: <a href="Text-XML-HXT-XSLT-Application.html#t:XPathParams">XPathParams</a> -&gt; <a href="Text-XML-HXT-XSLT-CompiledStylesheet.html#t:CompiledStylesheet">CompiledStylesheet</a> -&gt; <a href="/usr/share/doc/libghc-hxt-doc/html/Text-XML-HXT-DOM-TypeDefs.html#t:XmlTree">XmlTree</a> -&gt; [<a href="/usr/share/doc/libghc-hxt-doc/html/Text-XML-HXT-DOM-TypeDefs.html#t:XmlTree">XmlTree</a>]<a href="src/Text-XML-HXT-XSLT-Application.html#applyStylesheetWParams" class="link">Source</a></p></div><div class="top"><p class="src"><span class="keyword">type</span> <a name="t:XPathParams" class="def">XPathParams</a> = <a href="/usr/share/doc/ghc-doc/html/libraries/containers-0.5.0.0/Data-Map-Lazy.html#t:Map">Map</a> <a href="Text-XML-HXT-XSLT-Common.html#t:ExName">ExName</a> <a href="/usr/share/doc/libghc-hxt-xpath-doc/html/Text-XML-HXT-XPath-XPathDataTypes.html#t:Expr">Expr</a><a href="src/Text-XML-HXT-XSLT-Application.html#XPathParams" class="link">Source</a></p></div></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>