home *** CD-ROM | disk | FTP | other *** search
/ XML Bible (2nd Edition) / XML_Bible_Second_Edition_Hungry_Minds_2001.iso / mac / source / 14 / 14-4.xml < prev    next >
Extensible Markup Language  |  2001-01-27  |  1KB  |  34 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/css" href="sonnet.css"?>
  3. <!DOCTYPE POEM [
  4.   <!ATTLIST STANZA NUMBER ID #IMPLIED>
  5. ]>
  6. <POEM TYPE="SONNET">
  7.   <POET>William Shakespeare</POET>
  8.   <TITLE>Sonnet 21</TITLE>
  9.   <STANZA NUMBER="st1">
  10.     <VERSE>So is it not with me as with that Muse</VERSE>
  11.     <VERSE>Stirr'd by a painted beauty to his verse,</VERSE>
  12.     <VERSE>Who heaven itself for ornament doth use</VERSE>
  13.     <VERSE>And every fair with his fair doth rehearse;</VERSE>
  14.   </STANZA>
  15.   <STANZA NUMBER="st2">
  16.     <VERSE>Making a couplement of proud compare</VERSE>
  17.     <VERSE>With sun and moon, with earth and sea's rich
  18.            gems,</VERSE>
  19.     <VERSE>With April's first-born flowers, and all things
  20.            rare</VERSE>
  21.     <VERSE>That heaven's air in this huge rondure hems.</VERSE>
  22.   </STANZA>
  23.   <STANZA NUMBER="st3">
  24.     <VERSE>O, let me, true in love, but truly write,</VERSE>
  25.     <VERSE>And then believe me, my love is as fair</VERSE>
  26.     <VERSE>As any mother's child, though not so bright</VERSE>
  27.     <VERSE>As those gold candles fix'd in heaven's air.</VERSE>
  28.   </STANZA>
  29.   <REFRAIN>
  30.     <VERSE>Let them say more that like of hearsay well,</VERSE>
  31.     <VERSE>I will not praise that purpose not to sell.</VERSE>
  32.   </REFRAIN>
  33. </POEM>
  34.