From e97f0b3b0426abce1a6ec7eea7239cc0e55cc1ee Mon Sep 17 00:00:00 2001
From: michaelhkay
Date: Fri, 17 Jan 2025 23:36:04 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qt4cg/qt?=
=?UTF-8?q?specs@0881c07ca4750cf8a82dd8f8ee6f59a5fb1e90e9=20=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
dashboard/index.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dashboard/index.html b/dashboard/index.html
index b0f67d3b2..a600509b4 100644
--- a/dashboard/index.html
+++ b/dashboard/index.html
@@ -2,7 +2,9 @@
Where possible, a summary of the
changes between the pull request or branch and the latest drafts is
provided with a DeltaXML pipeline.
-
Pull requests in descending order
PR #1708: 1485 Add xsl:record-type declaration
Pull request
+ Pull requests in descending order
PR #1710: 1709 Updated type diagrams
Pull request
+ #1710
+ by michaelhkay.
Added a few details to the type diagrams: user-defined array, map, and record types; enumeration types; untypedAtomic
Changed files
- specifications/image-sources/anyAtomicType.xml
- specifications/image-sources/anyType.xml
- specifications/image-sources/item-types.xml
PR #1708: 1485 Add xsl:record-type declaration
Pull request
#1708
by michaelhkay.
Adds named record types to XSLT, with much the same spec as for XQuery, but some extra tweaks for handling visibility and overriding.