<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Jonas, <div class=""><br class=""></div><div class="">at first you should try to figure out what is obviously a bug in the XSLT and then open an issue on GitHub. Your resulting MEI file should at least validate. If it doesn’t, it’s a bug. </div><div class="">As far as I see <label> isn’t allowed in <event> any more, so the <p> should probably stay at it’s place. </div><div class="">But after all in MerMEId maybe you don’t want to take the „free-form organization“ approach in event, but more the "data-like organization“? So you would have to edit the XSLT anyway. A solution could be to put the „First performance.“ into a <desc> or @label and make the other elements direct children of <event>. </div><div class=""><br class=""></div><div class="">- Klaus</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Am 09.11.2016 um 17:55 schrieb Jonas Mortensen <<a href="mailto:jonm@kb.dk" class="">jonm@kb.dk</a>>:</div><br class="Apple-interchange-newline"><div class=""><div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class="">Hello List!<br class=""><br class="">My name is Jonas Mortensen and recently started as a student assistant at the Danish Centre for Music Editing who are working on the MerMEId project.<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class=""><br class="">I am fairly new to this world of XML schemas, XSLT as well as MEI so bare with me if my descriptive capabilities on the subject are lacking.<br class=""><br class="">I am currently working on readying MerMEId for MEI 3.0.0 and have stumbled in to some problems when transforming MEI 2.1.0 files using the mei21To30.xsl file on Github.<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class="">I have discovered the following bugs:<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt 39pt; font-size: 11pt; font-family: Calibri, sans-serif; text-indent: -18pt;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Symbol;" class=""><span class="">·<span style="font-style: normal; font-variant-caps: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';" class="">        <span class="Apple-converted-space"> </span></span></span></span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class="">The <acqSource> element is not part of 3.0.0 but is not removed in the transformation<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt 39pt; font-size: 11pt; font-family: Calibri, sans-serif; text-indent: -18pt;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Symbol;" class=""><span class="">·<span style="font-style: normal; font-variant-caps: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';" class="">        <span class="Apple-converted-space"> </span></span></span></span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class="">The <notesStmt> element now requires an <annot> element but is not removed in the transformation if it is empty<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt 39pt; font-size: 11pt; font-family: Calibri, sans-serif; text-indent: -18pt;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Symbol;" class=""><span class="">·<span style="font-style: normal; font-variant-caps: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';" class="">        <span class="Apple-converted-space"> </span></span></span></span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class="">The <p> element under <event> should now translate to a <desc> element (as far as I understood) but instead it is transformed to a <label> element that surrounds all other event-elements (geogName, persName etc.) see example in P.S<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class="">I’m glad to be part of the community and I look forward to hopefully many coming discussions!<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class="">Regards Jonas<br class=""><br class=""><br class="">P.S<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class="">Example of the ‘third-point’ bug<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class=""><event></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New';" class=""><br class=""></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class="">   <label></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New';" class="">First performance.</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class=""><date</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(245, 132, 76);" class=""><span class="Apple-converted-space"> </span>isodate</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(255, 128, 64);" class="">=</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(153, 51, 0);" class="">" 1930-04-11"</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(245, 132, 76);" class=""><span class="Apple-converted-space"> </span>xml:id</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(255, 128, 64);" class="">=</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(153, 51, 0);" class="">"date_39a147c2"</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class="">></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New';" class=""><span class="Apple-converted-space"> </span>1930-04-11</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class=""></date></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New';" class=""><br class=""></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class="">      <geogName</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(245, 132, 76);" class=""><span class="Apple-converted-space"> </span>role</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(255, 128, 64);" class="">=</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(153, 51, 0);" class="">"venue"</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(245, 132, 76);" class=""><span class="Apple-converted-space"> </span>xml:id</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(255, 128, 64);" class="">=</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(153, 51, 0);" class="">"geogName_199N20139"</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class="">></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New';" class="">Ny Carlsberg Glyptoteket</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class=""></geogName></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New';" class=""><br class=""></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class="">      <geogName</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(245, 132, 76);" class=""><span class="Apple-converted-space"> </span>role</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(255, 128, 64);" class="">=</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(153, 51, 0);" class="">"place"</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(245, 132, 76);" class=""><span class="Apple-converted-space"> </span>xml:id</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(255, 128, 64);" class="">=</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(153, 51, 0);" class="">"geogName_199N2013D"</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class="">></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New';" class="">Copenhagen</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class=""></geogName></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New';" class=""><br class=""></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class="">      <corpName</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(245, 132, 76);" class=""><span class="Apple-converted-space"> </span>role</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(255, 128, 64);" class="">=</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(153, 51, 0);" class="">"ensemble"</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(245, 132, 76);" class=""><span class="Apple-converted-space"> </span>xml:id</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(255, 128, 64);" class="">=</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(153, 51, 0);" class="">"corpName_199N20141"</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class="">></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New';" class="">Palestrina-Koret</span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class=""></corpName><o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class="">      <persName role="conductor" xml:id="persName_199N20145">Mogens Wöldike</persName></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New';" class=""><br class=""></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class="">   </label></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New';" class=""><br class=""></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: rgb(0, 0, 150);" class=""></event></span><span lang="EN-US" style="font-size: 10pt; font-family: 'Courier New';" class=""><o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;" class=""><o:p class=""> </o:p></span></div><table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="100%" style="width: 828px;"><tbody class=""><tr class=""><td width="60" valign="top" style="width: 45pt; border-style: solid none none; border-top-color: black; border-top-width: 1pt; padding: 10.5pt 0cm 2.25pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span id="cid:image001.jpg@01D23AAD.6B9425B0"><image001.jpg></span></span><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><o:p class=""></o:p></span></div></td><td width="100%" valign="bottom" style="width: 756px; border-style: solid none none; border-top-color: black; border-top-width: 1pt; padding: 10.5pt 0cm 0cm 9pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class=""><span style="font-size: 10.5pt; font-family: Arial, sans-serif;" class="">Det Kongelige Bibliotek<br class="">Nationalbibliotek og Københavns Universitetsbibliotek<span class="Apple-converted-space"> </span></span></b><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><o:p class=""></o:p></span></div></td></tr><tr class=""><td colspan="2" style="padding: 15pt 0cm 0cm 1.5pt;" class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 10pt; font-family: Times, serif; letter-spacing: 1.5pt;" class="">Jonas Mortensen</span><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><br class=""></span><span style="font-size: 10pt; font-family: Times, serif; letter-spacing: 1.5pt;" class="">Studentermedhjælp | Student Assistant</span><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><br class=""><br class=""></span><span style="font-size: 9pt; font-family: Times, serif; letter-spacing: 1.5pt;" class="">Det Kongelige Bibliotek | The Royal Library</span><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><br class=""></span><span style="font-size: 9pt; font-family: Times, serif; letter-spacing: 1.5pt;" class="">Dansk Center for Musikudgivelse | Danish Centre for Music Editing</span><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><br class=""></span><span style="font-size: 9pt; font-family: Times, serif; letter-spacing: 1.5pt;" class="">P.O. Box 2149 | DK-1016 København K</span><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><br class=""></span><span style="font-size: 9pt; font-family: Times, serif; letter-spacing: 1.5pt;" class="">tel +45 9132 4747 | Fax +45 3393 2218 |<span class="Apple-converted-space"> </span><a href="mailto:jonm@kb.dk" style="color: purple; text-decoration: underline;" class=""><span style="text-decoration: none;" class="">jonm@kb.dk</span></a><span class="Apple-converted-space"> </span>|<span class="Apple-converted-space"> </span><a href="http://www.kb.dk/" style="color: purple; text-decoration: underline;" class=""><span style="text-decoration: none;" class="">www.kb.dk</span></a></span><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><br class=""><br class=""></span><span style="font-size: 9pt; font-family: Times, serif; letter-spacing: 1.5pt;" class="">Besøgsadresse | Visiting address | Søren Kierkegaards Plads 1</span><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><br class=""></span><span style="font-size: 9pt; font-family: Times, serif; letter-spacing: 1.5pt;" class="">Leveringsadresse | Delivery address | Christians Brygge 8 | 1219 København K</span><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><br class=""><br class=""></span><span style="font-size: 9pt; font-family: Times, serif; letter-spacing: 1.5pt;" class="">EAN 5798 000 79 52 97 | Bank 0216 4069032583 | CVR 28 98 88 42</span><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><br class=""></span><span style="font-size: 9pt; font-family: Times, serif; letter-spacing: 1.5pt;" class="">IBAN DK2002164069032583 | Swiftcode DABADKKK</span><span style="font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><o:p class=""></o:p></span></div></td></tr></tbody></table><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div></div><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">mei-l mailing list</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="mailto:mei-l@lists.uni-paderborn.de" style="color: purple; text-decoration: underline; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">mei-l@lists.uni-paderborn.de</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="https://lists.uni-paderborn.de/mailman/listinfo/mei-l" style="color: purple; text-decoration: underline; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://lists.uni-paderborn.de/mailman/listinfo/mei-l</a></div></blockquote></div><br class=""></div></body></html>