Skip to content

Conversation

@lukaspie
Copy link
Contributor

As discussed in #1424, our automatic conversion tool nyaml used to write XML headers with single quote (<?xml version='1.0' encoding='UTF-8'?>), but the standard in this repo is double quotes (<?xml version="1.0" encoding="UTF-8"?>).

We have fixed this in the tool since, but there is as set of already standardized base classes from the FAIRmat proposal, where it was missed to fix the header before merging. This PR fixes these headers.

Can be checked by running git grep -l "xml version='1.0'" base_classes/* applications/* contributed_definitions/* (returns nothing after this fix).

Copy link
Contributor

@PeterC-DLS PeterC-DLS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - great to be consistent!

@lukaspie lukaspie merged commit cd3f2c3 into nexusformat:main Jun 11, 2025
2 checks passed
@lukaspie lukaspie deleted the consistent-xml-header branch June 11, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants