Skip to content

Commit

Permalink
Add dedication to MSM
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Jan 14, 2025
1 parent a569896 commit 1ec782a
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 2 deletions.
8 changes: 7 additions & 1 deletion etc/status-general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,10 @@
<!-- ************************************************************************** -->
&patent-policy-paragraph;

</status>
<note role="dedication" id="dedication">
<p>The publications of this community group
<loc href="../xquery-40/xpath-40.html#dedication">are dedicated</loc> to our co-chair,
Michael Sperberg-McQueen (1954–2024).</p>
</note>

</status>
6 changes: 6 additions & 0 deletions specifications/EXPath/binary/src/binary-functions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ for transition to Proposed Recommendation. </p>'>
in their <term>History</term> notes. Comments are invited, in the form of GitHub
issues at <loc href="https://github.com/qt4cg/qtspecs"
>https://github.com/qt4cg/qtspecs</loc>.</p>

<note role="dedication" id="dedication">
<p>The publications of this community group
<loc href="../xquery-40/xpath-40.html#dedication">are dedicated</loc> to our co-chair,
Michael Sperberg-McQueen (1954–2024).</p>
</note>
</status>

<langusage>
Expand Down
6 changes: 6 additions & 0 deletions specifications/EXPath/file/src/file-functions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,12 @@ for transition to Proposed Recommendation. </p>'>
in their <term>History</term> notes. Comments are invited, in the form of GitHub
issues at <loc href="https://github.com/qt4cg/qtspecs"
>https://github.com/qt4cg/qtspecs</loc>.</p>

<note role="dedication" id="dedication">
<p>The publications of this community group
<loc href="../xquery-40/xpath-40.html#dedication">are dedicated</loc> to our co-chair,
Michael Sperberg-McQueen (1954–2024).</p>
</note>
</status>

<langusage>
Expand Down
6 changes: 6 additions & 0 deletions specifications/xpath-functions-40/src/xpath-functions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ for transition to Proposed Recommendation. </p>'>
the W3C XSLT 4.0 Extensions Community Group. Individual functions specified in the document may be at
different stages of review, reflected in their <term>History</term> notes. Comments are invited,
in the form of GitHub issues at <loc href="https://github.com/qt4cg/qtspecs">https://github.com/qt4cg/qtspecs</loc>.</p>

<note role="dedication" id="dedication">
<p>The publications of this community group
<loc href="../xquery-40/xpath-40.html#dedication">are dedicated</loc> to our co-chair,
Michael Sperberg-McQueen (1954–2024).</p>
</note>
</status>

<langusage>
Expand Down
15 changes: 14 additions & 1 deletion specifications/xquery-40/src/xquery-header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,20 @@
<status>
<p>This is a draft prepared by the QT4CG (officially registered in W3C as the
XSLT Extensions Community Group). Comments are invited.</p>
</status>

<note role="dedication" id="dedication">
<p role="xpath">The publications of this community group are dedicated to our co-chair,
Michael Sperberg-McQueen (1954–2024).</p>
<p role="xpath">Michael was central to the development of XML and many related technologies.
He brought a polymathic breadth of knowledge and experience to everything he
did. This, combined with his indefatigable curiosity and appetite for learning,
made him an invaluable contributor to our project, along with many others. We
have lost a brilliant thinker, a patient teacher, and a loyal friend.</p>
<p role="xquery">The publications of this community group
<loc href="xpath-40.html#dedication">are dedicated</loc> to our co-chair,
Michael Sperberg-McQueen (1954–2024).</p>
</note>
</status>

<abstract id="id-abstract"><p role="xpath" diff="chg">

Expand Down
5 changes: 5 additions & 0 deletions specifications/xslt-40/src/xslt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@
Claim(s)</loc> must disclose the information in accordance with <loc href="https://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6
of the W3C Patent Policy</loc>.</p>-->

<note role="dedication" id="dedication">
<p>The publications of this community group
<loc href="../xquery-40/xpath-40.html#dedication">are dedicated</loc> to our co-chair,
Michael Sperberg-McQueen (1954–2024).</p>
</note>
</status>
<abstract>
<p>This specification defines the syntax and semantics of XSLT 4.0, a language designed
Expand Down
9 changes: 9 additions & 0 deletions style/xmlspec-2016.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,15 @@
<xsl:apply-templates/>
</xsl:template>

<!-- dedication -->
<xsl:template match="note[contains-token(@role, 'dedication')]">
<div class="dedication">
<xsl:sequence select="@id"/>
<h3>Dedication</h3>
<xsl:apply-templates/>
</div>
</xsl:template>

<!-- note: a note about the spec -->
<xsl:template match="note">
<div class="note">
Expand Down

0 comments on commit 1ec782a

Please sign in to comment.