Skip to content

451 Multiple schemas in XSLT#1819

Merged
ndw merged 4 commits intoqt4cg:masterfrom
michaelhkay:451_multiple_schemas
Apr 8, 2025
Merged

451 Multiple schemas in XSLT#1819
ndw merged 4 commits intoqt4cg:masterfrom
michaelhkay:451_multiple_schemas

Conversation

@michaelhkay
Copy link
Copy Markdown
Contributor

Fix #451

@michaelhkay michaelhkay added XSLT An issue related to XSLT Feature A change that introduces a new feature Tests Needed Tests need to be written or merged labels Feb 18, 2025
@ndw
Copy link
Copy Markdown
Contributor

ndw commented Feb 24, 2025

Why is the ncname datatype in all lowercase?

@michaelhkay
Copy link
Copy Markdown
Contributor Author

Why is the ncname datatype in all lowercase?

For better or worse, all the type names defined in 2.2 Notation are in lower case. In many cases they match XSD types with the same local name; in some cases such as xs:boolean, they don't (booleans allow "yes" and "no").

@ndw
Copy link
Copy Markdown
Contributor

ndw commented Feb 24, 2025

I'd forgotten that. I think that's weird, but it's far too late to do anything about it now, alas.

@michaelhkay
Copy link
Copy Markdown
Contributor Author

It can be changed, but it's not part of this proposal to change the notation conventions used elsewhere.

@michaelhkay michaelhkay force-pushed the 451_multiple_schemas branch from 298dc8c to ed9b385 Compare March 11, 2025 09:51
@michaelhkay michaelhkay added Tests Added Tests have been added to the test suites In Saxon 13 The feature is implemented in the Saxon 13 development branch labels Mar 24, 2025
@michaelhkay
Copy link
Copy Markdown
Contributor Author

Added a few basic tests (to import-schema test set). More needed.

@michaelhkay michaelhkay force-pushed the 451_multiple_schemas branch from ed9b385 to 63908ee Compare March 25, 2025 00:43
@ndw
Copy link
Copy Markdown
Contributor

ndw commented Apr 8, 2025

At meeting 116, the CG agreed to accept this PR.

@ndw ndw merged commit 7d0ae18 into qt4cg:master Apr 8, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature A change that introduces a new feature In Saxon 13 The feature is implemented in the Saxon 13 development branch Tests Added Tests have been added to the test suites Tests Needed Tests need to be written or merged XSLT An issue related to XSLT

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiple Schemas

2 participants