[MEI-L] The shortest mei document

Raffaele Viglianti raffaeleviglianti at gmail.com
Fri Apr 3 19:42:09 CEST 2009


Dear all,

What do you think the shortest MEI document is? I think reflecting on this
might be a good starting point for a modular ODDification (again, I got this
idea from the P5 source, in particular:
http://tei.svn.sourceforge.net/viewvc/tei/trunk/P5/Source/Specs/TEI.xml?view=markup)

I think it might be something like this (this document is on SVN under
/branches/mei19/Documents):

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mei SYSTEM "file:../DTD/mei19-all-test.dtd">
<mei version="1.9b">
    <meihead>
        <filedesc>
            <titlestmt>
                <title>The shortest mei document</title>
            </titlestmt>
            <pubstmt>
                <respstmt>
                    <name>RV</name>
                </respstmt>
            </pubstmt>
        </filedesc>
    </meihead>
    <music>
        <body>
            <mdiv>
                <score>
                    <staff>
                        <dir staff="1">tacet</dir>
                    </staff>
                </score>
            </mdiv>
        </body>
    </music>
</mei>

Best,
Raffaele
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.uni-paderborn.de/mailman/private/mei-l/attachments/20090403/84433223/attachment.htm 


More information about the mei-l mailing list