Loading…

SEE THE WORLD DIFFERENTLY

Digital Humanities: What Can Be Achieved
Start exploring

How to Describe a Poem and Include Metadata in a TEI Header

<?xml version="1.0" encoding="UTF-8"?> <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_lite.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_lite.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> <TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>The Lake Isle of Innisfree</title> <author>William Buttler Yates</author> </titleStmt> <publicationStmt> <publisher>National Observer</publisher> <!--First publication; newspaper --> <date>1890</date> </publicationStmt> <sourceDesc> <p>No previous source exists</p> </sourceDesc> </fileDesc> <encodingDesc> <projectDesc> <p>William Buttler Yeats penned this poem while reminiscing childhood days spent in […]

The Lake Isle of Innisfree - HTML Tags

How to Markup a Poem in HTML   <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>The Lake Isle of Innisfree</title> </head> <body> <h1>The Lake Isle of Innisfree</h1> <a href="https://upload.wikimedia.org/wikipedia/commons/3/3d/The_Lake_Isle_of_Innisfree_-_geograph.org.uk_-_981230.jpg?uselang=en-gb"><img class="alignnone size-full" src="https://upload.wikimedia.org/wikipedia/commons/3/3d/The_Lake_Isle_of_Innisfree_-_geograph.org.uk_-_981230.jpg?uselang=en-gb" alt="" /></a> Photo by Oliver Dixon [<a href="http://creativecommons.org/licenses/by-sa/2.0">CC BY-SA 2.0</a>], <a href="https://commons.wikimedia.org/wiki/File%3AThe_Lake_Isle_of_Innisfree_-_geograph.org.uk_-_981230.jpg">via Wikimedia Commons</a> <h2>William Buttler Yates</h2> <p><a href="https://www.youtube.com/watch?v=hGoaQ433wnw">Read by William Butler Yates</a></p> <pre> I […]

The Lake Isle of Innisfree XML Encoding

<?xml version="1.0" encoding="UTF-8"?> <div type="verse"> <head>Lake Isle Of Innisfree</head> <poet>William Buttler Yates </poet> <lg type="stanza"> <l>I will arise and go now, and go to Innisfree,</l> <l>And a small cabin build there, of clay and wattles made:</l> <l>Nine bean-rows will I have there, a hive for the honey-bee,</l> <l>And live alone in the bee-loud glade.</l> </lg> […]