From 5583929a3491075df4e1862579e8df7318dc7370 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 31 Jul 2016 18:48:59 -0400 Subject: Fix validation of midnam files The MMA in all their wisdom has broken midi.org, so modify the DTD to use a local system name which xmllint will find in the current directory. --- patchfiles/MIDIEvents10.dtd | 195 ++++++++++++++++++++++++++++++++++++++ patchfiles/MIDINameDocument10.dtd | 2 +- 2 files changed, 196 insertions(+), 1 deletion(-) create mode 100644 patchfiles/MIDIEvents10.dtd (limited to 'patchfiles') diff --git a/patchfiles/MIDIEvents10.dtd b/patchfiles/MIDIEvents10.dtd new file mode 100644 index 0000000000..cca10cd712 --- /dev/null +++ b/patchfiles/MIDIEvents10.dtd @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/patchfiles/MIDINameDocument10.dtd b/patchfiles/MIDINameDocument10.dtd index 24befd1de0..5a95f64587 100644 --- a/patchfiles/MIDINameDocument10.dtd +++ b/patchfiles/MIDINameDocument10.dtd @@ -150,7 +150,7 @@ --> + "MIDIEvents10.dtd" > %MIDIDTD; -- cgit v1.2.3