~ubuntu-branches/ubuntu/trusty/pxp/trusty

« back to all changes in this revision

Viewing changes to doc/manual/html/ref/Pxp_reader.lookup_public_id_as_string-c.html

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2013-07-11 11:21:26 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20130711112126-5wysiuf0cgjo376r
Tags: 1.2.4-1
* Team upload
* New upstream release
* Update Vcs-*

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
<link title="Example_readme" rel="Chapter" href="Example_readme.html"><title>PXP Reference : Pxp_reader.lookup_public_id_as_string</title>
39
39
</head>
40
40
<body>
41
 
<div class="navbar"><a href="Pxp_reader.lookup_public_id_as_file-c.html">Previous</a>
42
 
&nbsp;<a href="Pxp_reader.html">Up</a>
43
 
&nbsp;<a href="Pxp_reader.lookup_system_id-c.html">Next</a>
 
41
<div class="navbar"><a class="pre" href="Pxp_reader.lookup_public_id_as_file-c.html" title="Pxp_reader.lookup_public_id_as_file">Previous</a>
 
42
&nbsp;<a class="up" href="Pxp_reader.html" title="Pxp_reader">Up</a>
 
43
&nbsp;<a class="post" href="Pxp_reader.lookup_system_id-c.html" title="Pxp_reader.lookup_system_id">Next</a>
44
44
</div>
45
 
<center><h1>Class <a href="type_Pxp_reader.lookup_public_id_as_string.html">Pxp_reader.lookup_public_id_as_string</a></h1></center>
46
 
<br>
47
 
<pre><span name="TYPElookup_public_id_as_string"><span class="keyword">class</span> lookup_public_id_as_string</span> : <code class="type">?fixenc:Pxp_core_types.I.encoding -> (string * string) list -> </code><code class="type"><a href="Pxp_reader.resolver-c.html">resolver</a></code></pre>Makes a resolver for <code class="code"><span class="constructor">PUBLIC</span></code> identifiers. The catalog argument specifies
 
45
<h1>Class <a href="type_Pxp_reader.lookup_public_id_as_string.html">Pxp_reader.lookup_public_id_as_string</a></h1>
 
46
<pre><span name="TYPElookup_public_id_as_string"><span class="keyword">class</span> lookup_public_id_as_string</span> : <code class="type">?fixenc:<a href="Pxp_types.html#TYPEencoding">Pxp_types.encoding</a> -> (string * string) list -> </code><code class="type"><a href="Pxp_reader.resolver-c.html">resolver</a></code></pre>Makes a resolver for <code class="code"><span class="constructor">PUBLIC</span></code> identifiers. The catalog argument specifies
48
47
 pairs <code class="code">(pubid, text)</code> mapping <code class="code"><span class="constructor">PUBLIC</span></code> identifiers to XML text (which must
49
48
 begin with <code class="code">&lt;?xml ...<span class="keywordsign">?&gt;</span></code>).
50
49
<p>