Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions src/ixml-specification.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,10 @@ <h2 id="serialisation"><a href="#serialisation">Constructing XML</a></h2>

<h3 id="x-serialisation"><a href="#x-serialisation">Serialization</a></h3>

<p>A conformant Invisible XML processor is required to produce well-formed XML
output, but its choices in constructing the XML are not otherwise constrained.
<p>A conformant Invisible XML processor is required to produce well-formed
[<a href="#xml">XML</a>]
output that is namespace well-formed [<a href="#xmlns">XMLNS</a>],
but its choices in constructing the XML are not otherwise constrained.
Processors <span class="conform">should</span> be capable of producing
serialized XML as a character stream, but other forms (e.g. DOM instances or
XDM instances) <span class="conform">may</span> also be used.</p>
Expand Down Expand Up @@ -995,8 +997,11 @@ <h2 id="references"><a href="#references">References</a></h2>
Language (XML) 1.0 (Fifth Edition)</em>, W3C, 2008, <a
href="https://www.w3.org/TR/xml/">https://www.w3.org/TR/xml/</a></p>

<h2 id="informational"><a href="#informational">Informational
References</a></h2>
<p id="xmlns">[XMLNS] Tim Bray <em>et al</em>. (eds.), <em>Namespaces in
XML 1.0 (Third Edition)</em>, W3C, 2009, <a
href="https://www.w3.org/TR/xml-names/">https://www.w3.org/TR/xml-names/</a></p>

<h2 id="informational"><a href="#informational">Informational References</a></h2>

<p id="cyk">[CYK] Sakai, Itiroo. <em>Syntax in universal translation</em>. In
1961 International Conference on Machine Translation of Languages and Applied
Expand Down