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

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/css" href="poem.css"?>
  3. <POEM>
  4.  
  5.   <TITLE>Darest Thou Now O Soul</TITLE>
  6.   <POET>Walt Whitman</POET>
  7.  
  8.   <STANZA>
  9.     <VERSE>Darest thou now O soul,</VERSE>
  10.     <VERSE>Walk out with me toward the unknown region,</VERSE>
  11.     <VERSE>Where neither ground is for the feet nor
  12.             any path to follow?</VERSE>
  13.   </STANZA>
  14.   <STANZA>
  15.     <VERSE>No map there, nor guide,</VERSE>
  16.     <VERSE>Nor voice sounding, nor touch of
  17.            human hand,</VERSE>
  18.     <VERSE>Nor face with blooming flesh, nor lips,
  19.            are in that land.</VERSE>
  20.   </STANZA>
  21.   <STANZA>
  22.     <VERSE>I know it not O soul,</VERSE>
  23.     <VERSE>Nor dost thou, all is blank before us,</VERSE>
  24.     <VERSE>All waits undream'd of in that region,
  25.            that inaccessible land.</VERSE>
  26.   </STANZA>
  27.   <STANZA>
  28.     <VERSE>Till when the ties loosen,</VERSE>
  29.     <VERSE>All but the ties eternal, Time and Space,</VERSE>
  30.     <VERSE>Nor darkness, gravitation, sense,
  31.            nor any bounds bounding us.</VERSE>
  32.   </STANZA>
  33.   <STANZA>
  34.     <VERSE>Then we burst forth, we float,</VERSE>
  35.     <VERSE>In Time and Space O soul,
  36.            prepared for them,</VERSE>
  37.     <VERSE>Equal, equipt at last, (O joy! O fruit of all!)
  38.            them to fulfil O soul.</VERSE>
  39.   </STANZA>
  40.  
  41. </POEM>
  42.