/usr/share/doc/libtyxml-ocaml-doc/api-html/Xhtml.html is in libtyxml-ocaml-doc 2.2.0-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 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Html5_f.html">
<link rel="next" href="Svg.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Xml_sigs" rel="Chapter" href="Xml_sigs.html">
<link title="Xml_print" rel="Chapter" href="Xml_print.html">
<link title="Xml_iter" rel="Chapter" href="Xml_iter.html">
<link title="Xml" rel="Chapter" href="Xml.html">
<link title="Xhtml_types" rel="Chapter" href="Xhtml_types.html">
<link title="Xhtml_sigs" rel="Chapter" href="Xhtml_sigs.html">
<link title="Xhtml_f" rel="Chapter" href="Xhtml_f.html">
<link title="Svg_types" rel="Chapter" href="Svg_types.html">
<link title="Svg_sigs" rel="Chapter" href="Svg_sigs.html">
<link title="Svg_f" rel="Chapter" href="Svg_f.html">
<link title="Html5_types" rel="Chapter" href="Html5_types.html">
<link title="Html5_sigs" rel="Chapter" href="Html5_sigs.html">
<link title="Html5_f" rel="Chapter" href="Html5_f.html">
<link title="Xhtml" rel="Chapter" href="Xhtml.html">
<link title="Svg" rel="Chapter" href="Svg.html">
<link title="Html5" rel="Chapter" href="Html5.html">
<link title="Pa_tyxml" rel="Chapter" href="Pa_tyxml.html">
<link title="Simplexmlparser" rel="Chapter" href="Simplexmlparser.html"><link title="Current version " rel="Section" href="#1_Currentversion">
<link title="XHTML 1.1" rel="Section" href="#1_XHTML11">
<link title="XHTML 1.0 " rel="Section" href="#1_XHTML10">
<title>Xhtml</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Html5_f.html" title="Html5_f">Previous</a>
<a class="up" href="index.html" title="Index">Up</a>
<a class="post" href="Svg.html" title="Svg">Next</a>
</div>
<h1>Module <a href="type_Xhtml.html">Xhtml</a></h1>
<pre><span class="keyword">module</span> Xhtml: <code class="code">sig</code> <a href="Xhtml.html">..</a> <code class="code">end</code></pre><div class="info module top">
Typesafe constructors and printers for XHTML 1.0 and 1.1 documents<br>
<b>See also</b> <a href="http://www.w3.org/TR/xhtml11/">W3C Recommendation</a><br>
</div>
<hr width="100%">
<br>
<h1 id="1_Currentversion">Current version </h1><br>
<pre><span class="keyword">module</span> <a href="Xhtml.M.html">M</a>: <code class="type"><a href="Xhtml_sigs.T.html">Xhtml_sigs.T</a></code><code class="type"> with type Xml.uri = Xml.uri
and type Xml.event_handler = Xml.event_handler
and type Xml.attrib = Xml.attrib
and type Xml.elt = Xml.elt</code></pre><div class="info">
Concrete implementation of XHTML typesafe constructors
</div>
<pre><span class="keyword">module</span> <a href="Xhtml.P.html">P</a>: <code class="type"><a href="Xml_sigs.Typed_simple_printer.html">Xml_sigs.Typed_simple_printer</a></code><code class="type"> with type 'a elt := 'a M.elt
and type doc := M.doc</code></pre><div class="info">
Simple printer for XHTML documents (HTML compatible printer)
</div>
<pre><span class="keyword">module</span> <a href="Xhtml.Make_printer.html">Make_printer</a>: <div class="sig_block"><code class="code">functor (</code><code class="code">O</code><code class="code"> : </code><code class="type"><a href="Xml_sigs.Output.html">Xml_sigs.Output</a></code><code class="code">) -> </code><code class="type"><a href="Xml_sigs.Typed_printer.html">Xml_sigs.Typed_printer</a></code><code class="type"> with type out := O.out
and type 'a elt := 'a M.elt
and type doc := M.doc</code></div></pre><div class="info">
Parametrized stream printer for XHTML documents (HTML compatible printer)
</div>
<br>
<h1 id="1_XHTML11">XHTML 1.1</h1><br>
<pre><span class="keyword">module</span> <a href="Xhtml.M_01_01.html">M_01_01</a>: <code class="type"><a href="Xhtml_sigs.T_01_01.html">Xhtml_sigs.T_01_01</a></code><code class="type"> with type Xml.uri = Xml.uri
and type Xml.event_handler = Xml.event_handler
and type Xml.attrib = Xml.attrib
and type Xml.elt = Xml.elt</code></pre><div class="info">
Concrete implementation of XHTML 1.1 typesafe constructors
</div>
<pre><span class="keyword">module</span> <a href="Xhtml.P_01_01.html">P_01_01</a>: <code class="type"><a href="Xml_sigs.Typed_simple_printer.html">Xml_sigs.Typed_simple_printer</a></code><code class="type"> with type 'a elt := 'a M_01_01.elt
and type doc := M_01_01.doc</code></pre><div class="info">
Simple printer for XHTML 1.1 documents (HTML compatible printer)
</div>
<pre><span class="keyword">module</span> <a href="Xhtml.Make_printer_01_01.html">Make_printer_01_01</a>: <div class="sig_block"><code class="code">functor (</code><code class="code">O</code><code class="code"> : </code><code class="type"><a href="Xml_sigs.Output.html">Xml_sigs.Output</a></code><code class="code">) -> </code><code class="type"><a href="Xml_sigs.Typed_printer.html">Xml_sigs.Typed_printer</a></code><code class="type"> with type out := O.out
and type 'a elt := 'a M_01_01.elt
and type doc := M_01_01.doc</code></div></pre><div class="info">
Parametrized stream printer for XHTML 1.1 documents (HTML compatible printer)
</div>
<br>
<h1 id="1_XHTML10">XHTML 1.0 </h1><br>
<pre><span class="keyword">module</span> <a href="Xhtml.M_01_00.html">M_01_00</a>: <code class="type"><a href="Xhtml_sigs.T_01_00.html">Xhtml_sigs.T_01_00</a></code><code class="type"> with type Xml.uri = Xml.uri
and type Xml.event_handler = Xml.event_handler
and type Xml.attrib = Xml.attrib
and type Xml.elt = Xml.elt</code></pre><div class="info">
Concrete implementation of XHTML 1.0 typesafe constructors
</div>
<pre><span class="keyword">module</span> <a href="Xhtml.P_01_00.html">P_01_00</a>: <code class="type"><a href="Xml_sigs.Typed_simple_printer.html">Xml_sigs.Typed_simple_printer</a></code><code class="type"> with type 'a elt := 'a M_01_00.elt
and type doc := M_01_00.doc</code></pre><div class="info">
Simple printer for XHTML 1.0 documents (HTML compatible printer)
</div>
<pre><span class="keyword">module</span> <a href="Xhtml.Make_printer_01_00.html">Make_printer_01_00</a>: <div class="sig_block"><code class="code">functor (</code><code class="code">O</code><code class="code"> : </code><code class="type"><a href="Xml_sigs.Output.html">Xml_sigs.Output</a></code><code class="code">) -> </code><code class="type"><a href="Xml_sigs.Typed_printer.html">Xml_sigs.Typed_printer</a></code><code class="type"> with type out := O.out
and type 'a elt := 'a M_01_00.elt
and type doc := M_01_00.doc</code></div></pre><div class="info">
Parametrized stream printer for XHTML 1.0 documents
</div>
</body></html>
|