minor fix of xsi:schemaLocation #2
No reviewers
Labels
No Label
kind/breaking
kind/bug
kind/docs
kind/enhancement
kind/feature
kind/lint
kind/proposal
kind/question
kind/refactor
kind/security
kind/testing
kind/translation
kind/ui
priority/critical
priority/high
priority/low
priority/medium
reviewed/duplicate
reviewed/invalid
reviewed/wontfix
status/done
status/needs-feedback
kind/breaking
kind/bug
kind/docs
kind/enhancement
kind/feature
kind/lint
kind/proposal
kind/question
kind/refactor
kind/security
kind/testing
kind/translation
kind/ui
priority/critical
priority/high
priority/low
priority/medium
reviewed/duplicate
reviewed/invalid
reviewed/wontfix
status/done
status/needs-feedback
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: museum-digital/musdb-md-xm-xsls#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "awinkler/musdb-md-xm-xsls:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There seems to be a minor issue in the
lido:lidoWrap
attributes linking the xml-schemas. Right now, axmlns:schemaLocation
namespace is created (which I think is not correct) and no schema is linked to thegml
URI.This PL rearranges the attributes a bit so that it should work alright.
I'm not sure what's the problem with the diff in
a32d94a2f5
. The only change I've made concerns l. 7.Looks very good.