<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ideas.... &#187; XSLT</title>
	<atom:link href="http://rosalynmetz.com/ideas/tag/xslt/feed/" rel="self" type="application/rss+xml" />
	<link>http://rosalynmetz.com/ideas</link>
	<description>a blog for me to record thoughts and ideas</description>
	<lastBuildDate>Mon, 19 Jul 2010 16:27:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>TEI Publishing</title>
		<link>http://rosalynmetz.com/ideas/2008/10/11/tei-publishing/</link>
		<comments>http://rosalynmetz.com/ideas/2008/10/11/tei-publishing/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 21:28:02 +0000</pubDate>
		<dc:creator>Rosalyn Metz</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[TEI]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://rosalynmetz.com/ideas/?p=105</guid>
		<description><![CDATA[Ways to Publish Your TEI Documents CSS &#8212; just to make it look pretty XSLT &#8212; to transform it into another thing (like XHTML) XML Databases &#8212; to query it.  a good opensource DB is  eXist. XML publishing systems &#8212; allows people to install software and publish documents.  an example of this is XTF and [...]]]></description>
			<content:encoded><![CDATA[<p>Ways to Publish Your TEI Documents</p>
<ul>
<li>CSS &#8212; just to make it look pretty</li>
<li>XSLT &#8212; to transform it into another thing (like XHTML)</li>
<li>XML Databases &#8212; to query it.  a good opensource DB is  <a href="http://exist.sourceforge.net/">eXist</a>.</li>
<li>XML publishing systems &#8212; allows people to install software and publish documents.  an example of this is <a href="http://sourceforge.net/projects/xtf/">XTF</a> and <a href="http://teipublisher.sourceforge.net/docs/index.php">TEI Publisher</a>.</li>
</ul>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share/Save</a> </p>]]></content:encoded>
			<wfw:commentRss>http://rosalynmetz.com/ideas/2008/10/11/tei-publishing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TEI interface development at Hamilton College</title>
		<link>http://rosalynmetz.com/ideas/2008/10/11/tei-interface-development-at-hamilton-college-library/</link>
		<comments>http://rosalynmetz.com/ideas/2008/10/11/tei-interface-development-at-hamilton-college-library/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 13:58:00 +0000</pubDate>
		<dc:creator>Rosalyn Metz</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[TEI]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://rosalynmetz.com/ideas/?p=83</guid>
		<description><![CDATA[First Generation of Civil War Letters Project Hamilton encoded administrative documents and letters from the civil war. They used TEI and Dublin Core metadata with their documents (for historical reasons they used Dublin Core). They then created a PHP interface. The Dublin Core description was used as the &#8220;abstract&#8221; for the record and the text [...]]]></description>
			<content:encoded><![CDATA[<p><strong>First Generation of Civil War Letters Project</strong></p>
<p>Hamilton encoded administrative documents and letters from the civil war.  They used TEI and Dublin Core metadata with their documents (for historical reasons they used Dublin Core).<br />
They then created a PHP interface.  The Dublin Core description was used as the &#8220;abstract&#8221; for the record and the text appears when you view the &#8220;full record&#8221;. The pages themselves were transformed using XSLT into HTML and then a CSS was used to style the page.</p>
<p>They created drop down boxes for person&#8217;s names, organizations, place names, and geographic features.</p>
<p>They also included images of the page. A link was encoded into the TEI to link to the images of the actual documents.  The TEI elements that you might want to use to do this would be a page break; below is an example of code that would do this:</p>
<blockquote><p>&lt;pb facs=&#8221;./page/image/here.jpg&#8221; n=&#8221;43&#8243;&gt;</p></blockquote>
<p><strong>Second Generation of Civil War Letters Project<br />
</strong></p>
<p>These letters were encoded and then loaded into a database called eXist-db.  Since the db is already indexed it makes it easier to find data.</p>
<p>The Dublin Core records were replaced by ContentDM.  So the records are in ContentDM, his search interface is in PHP, again with drop down boxes pulled from the eXist-db.  The dropdown boxes then links to canned searches in ContentDM.   The &#8220;search&#8221; then taxes you to records in ContentDM</p>
<p>If you want to view the full text of the letters, a link in the ContentDM record takes you outside of ContentDM to a webpage. The page it links to is TEI transformed by XSLT into HTML and stylized using CSS.  There are links in the TEI that point toward the digital image of the original text.</p>
<p>Below is a link to the current digital collection:</p>
<p><a href="http://elib.hamilton.edu/hc/hcbrowse.php?id=col_spe-civ">http://elib.hamilton.edu/hc/hcbrowse.php?id=col_spe-civ</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share/Save</a> </p>]]></content:encoded>
			<wfw:commentRss>http://rosalynmetz.com/ideas/2008/10/11/tei-interface-development-at-hamilton-college-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
