minor fix of xsi:schemaLocation #2
Loading…
x
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.