<!ELEMENT doc (p)*>
<!ELEMENT p (sentence)*>
<!ELEMENT sentence (#PCDATA|w)*>
<!ELEMENT w (#PCDATA)>
|
<!ELEMENT doc (#PCDATA|page)*>
<!ELEMENT page (#PCDATA|line)*>
<!ELEMENT line (#PCDATA)>
|
<!ELEMENT doc (#PCDATA|u|i)*>
<!ELEMENT u (#PCDATA)>
<!ELEMENT i (#PCDATA)>
|
<?xml version="1.0"?>
<doc id="CP56483">
...
<p>
<sentence n="13"> <w n="1">Where</w> <w n="2">there</w> <w n="3">are</w>
<w n="4">charges</w> <w n="5">that</w> <w n="6">by</w> one means
of another the vote is being denied, we must
find out all of the facts -- the extent, the
methods, the results.</sentence> <sentence n="14">The
same is true of substantial
<w n="7">charges</w> that unwarranted economic of other
pressures are being applied to deny
<w n="8">fundamental</w> <w n="9">rights</w> <w n="10">safe-
guarded</w> <w n="11">by</w> the Constitution and laws of <w n="12">the</w>
United States.</sentence>
</p>...
</doc>
|
<?xml version="1.0"?>
<doc id="CP56483">
<page n="1">
...
<line n="20"> Where there are</line>
<line n="21">charges that by one means</line>
<line n="22">of another the vote is being denied, we must</line>
<line n="23">find out all of the facts -- the extent, the</line>
<line n="24">methods, the results. The</line>
<line n="25">same is true of substantial</line>
</page>
<page n="2">
<line n="1">charges that unwarranted economic of other</line>
<line n="2">pressures are being applied to deny</line>
<line n="3">fundamental rights safe-</line>
<line n="4">guarded by the Constitution and laws of the</line>
<line n="5">United States.</line>
...
</page>
</doc>
|
<?xml version="1.0"?>
<doc id="CP56483">
...
Where there are
charges that by one means
of another the vote is being denied, <u n="1">we must
find out all of the facts</u> -- <i>the extent, the
methods, the results.</i> The
same is true of substantial
charges that unwarranted economic of other
pressures are being applied to <u n="2">deny
fundamental rights </u>safe-
guarded by the Constitution and laws of the
United States
....
</doc>
|