Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0ed65bc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed May 20, 2024
1 parent 015b04b commit 4042c16
Show file tree
Hide file tree
Showing 34 changed files with 49,779 additions and 47,645 deletions.
8 changes: 4 additions & 4 deletions pr/1197/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
</head>
<body>
<h1>Index</h1>
<p>Published 08 May 2024 at 13:51:34 +0000.</p>
<p>Published 20 May 2024 at 22:49:01 +0000.</p>
<ul>
<li><a href='xpath-datamodel-40/Overview.html'>xpath-datamodel-40</a></li>
<li><a href='xpath-functions-40/Overview.html'>xpath-functions-40</a></li>
<li><a href='xslt-40/Overview.html'>xslt-40</a></li>
<li><a href='xslt-xquery-serialization-40/Overview.html'>xslt-xquery-serialization-40</a></li>
<li><a href='xquery-40/xpath-40.html'>xpath-40</a></li>
<li><a href='xquery-40/xquery-40.html'>xquery-40</a></li>
<li><a href='xslt-xquery-serialization-40/Overview.html'>xslt-xquery-serialization-40</a></li>
<li><a href='xpath-datamodel-40/Overview.html'>xpath-datamodel-40</a></li>
<li><a href='xpath-functions-40/Overview.html'>xpath-functions-40</a></li>
</body>
</html>
8 changes: 4 additions & 4 deletions pr/1197/xpath-datamodel-40/Overview-diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<h1><a id="title"></a>XQuery and XPath Data Model 4.0 </h1>

<h2><a id="w3c-doctype"></a>W3C Editor's Draft 8&nbsp;May&nbsp;2024</h2>
<h2><a id="w3c-doctype"></a>W3C Editor's Draft 20&nbsp;May&nbsp;2024</h2>
<dl>
<dt>This version:</dt>
<dd>
Expand Down Expand Up @@ -1840,8 +1840,8 @@ <h4><a id="AtomicValue"></a>2.9.1 Atomic Values</h4>
string does not represent a valid value of the type, an error is
raised. When <code>xs:untypedAtomic</code> is specified as the type,
no validation takes place. The details of the construction are
described in <a href="https://qt4cg.org/specifications/xpath-functions-40/#constructor-functions">Section 20 Constructor functions</a><sup><small>FO40</small></sup>
and the related <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 21 Casting</a><sup><small>FO40</small></sup>
described in <a href="https://qt4cg.org/specifications/xpath-functions-40/#constructor-functions">Section 19 Constructor functions</a><sup><small>FO40</small></sup>
and the related <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 20 Casting</a><sup><small>FO40</small></sup>
section of <a href="#xpath-functions-40">[XQuery and XPath Functions and Operators 4.0]</a>.
</p>
</div>
Expand All @@ -1851,7 +1851,7 @@ <h4><a id="StringValue"></a>2.9.2 String Values</h4>
<p>A string value can be constructed from an atomic value.
Such a value is constructed by
converting the atomic value to its string representation as described
in <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 21 Casting</a><sup><small>FO40</small></sup>.
in <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 20 Casting</a><sup><small>FO40</small></sup>.
</p>
</div>
<div class="div3">
Expand Down
8 changes: 4 additions & 4 deletions pr/1197/xpath-datamodel-40/Overview-diff.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<span class="diff-chg">changed text</span>, and
<span class="diff-del">deleted text</span>.</p><hr/></div><div class="head"><p><a href="https://www.w3.org/"><img src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" alt="W3C" height="48" width="72"/></a></p>
<h1><a id="title"/>XQuery and XPath Data Model 4.0 </h1>
<h2><a id="w3c-doctype"/>W3C Editor's Draft 8 May 2024</h2><dl><dt>This version:</dt><dd>
<h2><a id="w3c-doctype"/>W3C Editor's Draft 20 May 2024</h2><dl><dt>This version:</dt><dd>
<a href="https://www.w3.org/TR/2000/REC-xpath-datamodel-40-20000101/">https://www.w3.org/TR/2000/REC-xpath-datamodel-40-20000101/</a>
</dd><dt>Latest version of XQuery and XPath Data Model 4.0:</dt><dd>
<a href="https://www.w3.org/TR/xpath-datamodel-40/">https://www.w3.org/TR/xpath-datamodel-40/</a>
Expand Down Expand Up @@ -824,14 +824,14 @@ If the
string does not represent a valid value of the type, an error is
raised. When <code>xs:untypedAtomic</code> is specified as the type,
no validation takes place. The details of the construction are
described in <a href="https://qt4cg.org/specifications/xpath-functions-40/#constructor-functions">Section 20 Constructor functions</a><sup><small>FO40</small></sup>
and the related <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 21 Casting</a><sup><small>FO40</small></sup>
described in <a href="https://qt4cg.org/specifications/xpath-functions-40/#constructor-functions">Section 19 Constructor functions</a><sup><small>FO40</small></sup>
and the related <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 20 Casting</a><sup><small>FO40</small></sup>
section of <a href="#xpath-functions-40">[XQuery and XPath Functions and Operators 4.0]</a>.
</p></div><div class="div3">
<h4><a id="StringValue"/>2.9.2 String Values</h4><p>A string value can be constructed from an atomic value.
Such a value is constructed by
converting the atomic value to its string representation as described
in <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 21 Casting</a><sup><small>FO40</small></sup>.
in <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 20 Casting</a><sup><small>FO40</small></sup>.
</p></div><div class="div3">
<h4><a id="NegativeZero"/>2.9.3 Negative Zero</h4><p>The <code>xs:float</code> and <code>xs:double</code> data types
in the data model have the same value space as in
Expand Down
8 changes: 4 additions & 4 deletions pr/1197/xpath-datamodel-40/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<h1><a id="title"></a>XQuery and XPath Data Model 4.0 </h1>

<h2><a id="w3c-doctype"></a>W3C Editor's Draft 8&nbsp;May&nbsp;2024</h2>
<h2><a id="w3c-doctype"></a>W3C Editor's Draft 20&nbsp;May&nbsp;2024</h2>
<dl>
<dt>This version:</dt>
<dd>
Expand Down Expand Up @@ -1783,8 +1783,8 @@ <h4><a id="AtomicValue"></a>2.9.1 Atomic Values</h4>
string does not represent a valid value of the type, an error is
raised. When <code>xs:untypedAtomic</code> is specified as the type,
no validation takes place. The details of the construction are
described in <a href="https://qt4cg.org/specifications/xpath-functions-40/#constructor-functions">Section 20 Constructor functions</a><sup><small>FO40</small></sup>
and the related <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 21 Casting</a><sup><small>FO40</small></sup>
described in <a href="https://qt4cg.org/specifications/xpath-functions-40/#constructor-functions">Section 19 Constructor functions</a><sup><small>FO40</small></sup>
and the related <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 20 Casting</a><sup><small>FO40</small></sup>
section of <a href="#xpath-functions-40">[XQuery and XPath Functions and Operators 4.0]</a>.
</p>
</div>
Expand All @@ -1794,7 +1794,7 @@ <h4><a id="StringValue"></a>2.9.2 String Values</h4>
<p>A string value can be constructed from an atomic value.
Such a value is constructed by
converting the atomic value to its string representation as described
in <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 21 Casting</a><sup><small>FO40</small></sup>.
in <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 20 Casting</a><sup><small>FO40</small></sup>.
</p>
</div>
<div class="div3">
Expand Down
8 changes: 4 additions & 4 deletions pr/1197/xpath-datamodel-40/Overview.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><html lang="en"><head><title>XQuery and XPath Data Model 4.0 </title><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><link rel="stylesheet" type="text/css" href="css/w3c-base.css"/><link rel="stylesheet" href="css/qtspecs.css"/><link rel="stylesheet" href="css/xpath-datamodel-40.css"/></head><body><div class="head"><p><a href="https://www.w3.org/"><img src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" alt="W3C" height="48" width="72"/></a></p>
<h1><a id="title"/>XQuery and XPath Data Model 4.0 </h1>
<h2><a id="w3c-doctype"/>W3C Editor's Draft 8 May 2024</h2><dl><dt>This version:</dt><dd>
<h2><a id="w3c-doctype"/>W3C Editor's Draft 20 May 2024</h2><dl><dt>This version:</dt><dd>
<a href="https://www.w3.org/TR/2000/REC-xpath-datamodel-40-20000101/">https://www.w3.org/TR/2000/REC-xpath-datamodel-40-20000101/</a>
</dd><dt>Latest version of XQuery and XPath Data Model 4.0:</dt><dd>
<a href="https://www.w3.org/TR/xpath-datamodel-40/">https://www.w3.org/TR/xpath-datamodel-40/</a>
Expand Down Expand Up @@ -820,14 +820,14 @@ If the
string does not represent a valid value of the type, an error is
raised. When <code>xs:untypedAtomic</code> is specified as the type,
no validation takes place. The details of the construction are
described in <a href="https://qt4cg.org/specifications/xpath-functions-40/#constructor-functions">Section 20 Constructor functions</a><sup><small>FO40</small></sup>
and the related <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 21 Casting</a><sup><small>FO40</small></sup>
described in <a href="https://qt4cg.org/specifications/xpath-functions-40/#constructor-functions">Section 19 Constructor functions</a><sup><small>FO40</small></sup>
and the related <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 20 Casting</a><sup><small>FO40</small></sup>
section of <a href="#xpath-functions-40">[XQuery and XPath Functions and Operators 4.0]</a>.
</p></div><div class="div3">
<h4><a id="StringValue"/>2.9.2 String Values</h4><p>A string value can be constructed from an atomic value.
Such a value is constructed by
converting the atomic value to its string representation as described
in <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 21 Casting</a><sup><small>FO40</small></sup>.
in <a href="https://qt4cg.org/specifications/xpath-functions-40/#casting">Section 20 Casting</a><sup><small>FO40</small></sup>.
</p></div><div class="div3">
<h4><a id="NegativeZero"/>2.9.3 Negative Zero</h4><p>The <code>xs:float</code> and <code>xs:double</code> data types
in the data model have the same value space as in
Expand Down
2 changes: 1 addition & 1 deletion pr/1197/xpath-datamodel-40/autodiff.html

Large diffs are not rendered by default.

Loading

0 comments on commit 4042c16

Please sign in to comment.