Untitled
<!--In some situations, it is necessary to shift milestones to a nearby
element. -->
<TEI>
<text><body>
<div type="edition">
<div type="textpart"><head>verse</head>
<lg>
<pb n="A"/>
<lb n="A*"/>
<l>foo</l>
<pb n="B"/>
<lb n="B*"/>
<l>bar</l>
<pb n="C"/>
<lb n="C*"/>
</lg>
</div>
<div type="textpart"><head>elist</head>
<list>
<pb n="A"/>
<lb n="A*"/>
<item>foo</item>
<pb n="B"/>
<lb n="B*"/>
<item>bar</item>
<pb n="C"/>
<lb n="C*"/>
</list>
</div>
<div type="textpart"><head>dlist</head>
<list>
<pb n="A"/>
<lb n="A*"/>
<label>foo</label>
<pb n="B"/>
<lb n="B*"/>
<item>bar</item>
<pb n="C"/>
<lb n="C*"/>
</list>
</div>
</div>
</body></text>
</TEI>