Re: [xsl] Here’s how to query an XML Schema that consists of many files

Subject: Re: [xsl] Here’s how to query an XML Schema that consists of many files
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 19 Oct 2023 13:14:35 -0000
On 19/10/2023 15:07, Roger L Costello costello@xxxxxxxxx wrote:
> <xsl:stylesheetxmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> xmlns:xs="http://www.w3.org/2001/XMLSchema";
> xmlns:scm="http://ns.saxonica.com/schema-component-model";
> exclude-result-prefixes="#all"
> version="3.1">


XSLT version 3.1? I saw someone else wanting an XSLT 3.1 spec recently
mandating XSLT 3.0 plus XPath 3.1 support but I don't think it has happened.

Do you need that odd version number to run your code?

Current Thread