<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Digital Humanities Questions &#38; Answers &#187; Tag: XSLT - Recent Posts</title>
		<link>http://digitalhumanities.org/answers/tags/xslt</link>
		<description>Digital Humanities Questions &amp; Answers &#187; Tag: XSLT - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 20 Jul 2013 13:07:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://digitalhumanities.org/answers/search.php</link>
		</textInput>
		<atom:link href="/rss/tags/xslt/index.xml" rel="self" type="application/rss+xml" />

		<item>
			 
				<title>laura.mandell@gmail.com on "Best way to create COinS or other metadata from TEI using XSLT?"</title>
						<link>http://digitalhumanities.org/answers/topic/best-way-to-create-coins-or-other-metadata-from-tei-using-xslt#post-1494</link>
			<pubDate>Mon, 19 Dec 2011 19:49:16 +0000</pubDate>
			<dc:creator>laura.mandell@gmail.com</dc:creator>
			<guid isPermaLink="false">1494@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;&#60;em&#62;Replying to @Karin Dalziel's &#60;a href=&#34;http://digitalhumanities.org/answers/topic/best-way-to-create-coins-or-other-metadata-from-tei-using-xslt#post-137&#34;&#62;post&#60;/a&#62;:&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Here is what I put in my XSLT param file, from the TEI-provided xslts, in order to generate COINS metadata in HTML pages that have been generated from a TEI P5 master:&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- COINS Metadata --&#38;gt;&#60;br /&#62;
	&#38;lt;xd:doc class=&#34;hook&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;xd:short&#38;gt;for adding COINS metadata&#38;lt;/xd:short&#38;gt;&#60;br /&#62;
		&#38;lt;xd:detail&#38;gt;coins metadata for the edition generated at &#60;a href=&#34;http://generator.ocoins.info/.&#38;#038;lt;/xd:detail&#38;#038;gt&#34; rel=&#34;nofollow&#34;&#62;http://generator.ocoins.info/.&#38;#038;lt;/xd:detail&#38;#038;gt&#60;/a&#62;;&#60;br /&#62;
	&#38;lt;/xd:doc&#38;gt;&#60;br /&#62;
	&#38;lt;!-- Here is what it should look like when in the HTML:	&#38;lt;span&#60;br /&#62;
		class=&#34;Z3988&#34;&#60;br /&#62;
		title=&#34;ctx_ver=Z39.88-2004&#38;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&#38;amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&#60;br /&#62;
		&#38;amp;rft.genre=article&#38;amp;rft.atitle=TITLE&#38;amp;rft.title=Poetess+Archive%3A+The+Criticism+Archive&#38;amp;rft.stitle=PACA&#60;br /&#62;
		&#38;amp;rft.date=2011-01-01&#38;amp;rft.aulast=AUTHORLAST&#38;amp;rft.aufirst=AUTHORFIRST&#38;amp;rft.au=AUTHORFIRST+AUTHORLAST&#38;amp;rft.au=Mary+Waters&#34;&#38;gt;&#60;br /&#62;
		(Insert Default Text Here)&#60;br /&#62;
		&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;	--&#38;gt;&#60;br /&#62;
	&#38;lt;xsl:template name=&#34;COINS&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;xsl:variable name=&#34;TITLE&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;xsl:value-of select=&#34;normalize-space(ancestor-or-self::tei:TEI/tei:teiHeader/tei:fileDesc/tei:sourceDesc/tei:biblStruct/tei:analytic/tei:title)&#34;/&#38;gt;&#60;br /&#62;
		&#38;lt;/xsl:variable&#38;gt;&#60;br /&#62;
		&#38;lt;xsl:variable name=&#34;AUTHORLAST&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;xsl:value-of select=&#34;normalize-space(substring-before(ancestor-or-self::tei:TEI/tei:teiHeader/tei:fileDesc/tei:sourceDesc/tei:biblStruct/tei:analytic/tei:author/tei:name, ','))&#34;/&#38;gt;&#60;br /&#62;
		&#38;lt;/xsl:variable&#38;gt;&#60;br /&#62;
		&#38;lt;xsl:variable name=&#34;AUTHORFIRST&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;xsl:value-of select=&#34;normalize-space(substring-before(substring-after(ancestor-or-self::tei:TEI/tei:teiHeader/tei:fileDesc/tei:sourceDesc/tei:biblStruct/tei:analytic/tei:author/tei:name, ','), ','))&#34;/&#38;gt;&#60;br /&#62;
		&#38;lt;/xsl:variable&#38;gt;&#60;br /&#62;
		&#38;lt;xsl:text disable-output-escaping=&#34;yes&#34;&#38;gt;&#38;lt;![CDATA[&#38;lt;span&#60;br /&#62;
		class=&#34;Z3988&#34;&#60;br /&#62;
		title=&#34;ctx_ver=Z39.88-2004&#38;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&#38;amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&#60;br /&#62;
		&#38;amp;rft.genre=article&#38;amp;rft.atitle=]]&#38;gt;&#38;lt;/xsl:text&#38;gt;&#38;lt;xsl:value-of select=&#34;translate($TITLE, ' ', '+')&#34;/&#38;gt;&#60;br /&#62;
		&#38;lt;xsl:text disable-output-escaping=&#34;yes&#34;&#38;gt;&#38;lt;![CDATA[&#38;amp;rft.title=Poetess+Archive%3A+The+Criticism+Archive&#38;amp;rft.stitle=PACA&#60;br /&#62;
		&#38;amp;rft.date=]]&#38;gt;&#38;lt;/xsl:text&#38;gt;&#38;lt;xsl:value-of select=&#34;translate(normalize-space(ancestor-or-self::tei:TEI/tei:teiHeader/tei:fileDesc/tei:sourceDesc/tei:biblStruct/tei:monogr/tei:imprint/tei:date/@when), ' ', '+')&#34;/&#38;gt;&#60;br /&#62;
		&#38;lt;xsl:text disable-output-escaping=&#34;yes&#34;&#38;gt;&#38;lt;![CDATA[&#38;amp;rft.aulast=]]&#38;gt;&#38;lt;/xsl:text&#38;gt;&#60;br /&#62;
		&#38;lt;xsl:value-of select=&#34;translate($AUTHORLAST, ' ', '+')&#34;/&#38;gt;&#60;br /&#62;
		&#38;lt;xsl:text disable-output-escaping=&#34;yes&#34;&#38;gt;&#38;lt;![CDATA[&#38;amp;rft.aufirst=]]&#38;gt;&#38;lt;/xsl:text&#38;gt;&#60;br /&#62;
		&#38;lt;xsl:value-of select=&#34;translate($AUTHORFIRST, ' ', '+')&#34;/&#38;gt;&#60;br /&#62;
		&#38;lt;xsl:text disable-output-escaping=&#34;yes&#34;&#38;gt;&#38;lt;![CDATA[&#38;amp;rft.au=]]&#38;gt;&#38;lt;/xsl:text&#38;gt;&#60;br /&#62;
		&#38;lt;xsl:value-of select=&#34;concat($AUTHORFIRST, '+', $AUTHORLAST)&#34;/&#38;gt;&#60;br /&#62;
		&#38;lt;xsl:text disable-output-escaping=&#34;yes&#34;&#38;gt;&#38;lt;![CDATA[&#38;amp;rft.au=Mary+Waters&#34;&#38;gt;    &#38;lt;/span&#38;gt;]]&#38;gt;&#38;lt;/xsl:text&#38;gt;&#60;br /&#62;
	&#38;lt;/xsl:template&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Hayim on "Getting started with XSLT document() ?"</title>
						<link>http://digitalhumanities.org/answers/topic/getting-started-with-document#post-1025</link>
			<pubDate>Thu, 03 Mar 2011 01:34:47 +0000</pubDate>
			<dc:creator>Hayim</dc:creator>
			<guid isPermaLink="false">1025@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;Thank you so much! This is a great step jump forward for me.
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Stéfan Sinclair on "Getting started with XSLT document() ?"</title>
						<link>http://digitalhumanities.org/answers/topic/getting-started-with-document#post-1023</link>
			<pubDate>Wed, 02 Mar 2011 21:24:36 +0000</pubDate>
			<dc:creator>Stéfan Sinclair</dc:creator>
			<guid isPermaLink="false">1023@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;I should have mentioned, BTW, that the code above was adapted from &#60;a href=&#34;http://www.biglist.com/lists/xsl-list/archives/200108/msg00545.html&#34; rel=&#34;nofollow&#34;&#62;http://www.biglist.com/lists/xsl-list/archives/200108/msg00545.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Stéfan Sinclair on "Getting started with XSLT document() ?"</title>
						<link>http://digitalhumanities.org/answers/topic/getting-started-with-document#post-1022</link>
			<pubDate>Wed, 02 Mar 2011 21:23:46 +0000</pubDate>
			<dc:creator>Stéfan Sinclair</dc:creator>
			<guid isPermaLink="false">1022@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;If you're needing to combine multiple documents flexibly, then you probably want to do it in a scripting language rather than in pure XSL. If you know in advance the names of the files you wish to combine, you could do something like this:&#60;/p&#62;
&#60;p&#62;First, the XML document that lists the child documents to combine. This assumes that the list is static and that you know the filenames in advance (not through user-submitted parameters, for instance).&#60;/p&#62;


&#60;div class=&#34;bb_syntax&#34;&#62;&#60;div class=&#34;code&#34;&#62;&#60;pre class=&#34;xml&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;?xml&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;version&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;1.0&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;?&#38;gt;&#60;/span&#62;&#60;/span&#62;
&#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;?xml-stylesheet&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;type&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;text/xsl&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;href&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;combine.xsl&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;?&#38;gt;&#60;/span&#62;&#60;/span&#62;
&#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;documents&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/span&#62;&#60;/span&#62;
    &#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;document&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;href&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;temp1.xml&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;/&#38;gt;&#60;/span&#62;&#60;/span&#62;
    &#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;document&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;href&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;temp2.xml&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;/&#38;gt;&#60;/span&#62;&#60;/span&#62;
&#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;/documents&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/span&#62;&#60;/span&#62;&#60;/pre&#62;&#60;/div&#62;&#60;/div&#62;



&#60;p&#62;Next we have the XSL document that we could name &#60;code&#62;combine.xsl&#60;/code&#62;. When processed from the file above, it should go through each document and pull in the actual contents, wrapped in a new root tag.&#60;/p&#62;


&#60;div class=&#34;bb_syntax&#34;&#62;&#60;div class=&#34;code&#34;&#62;&#60;pre class=&#34;xml&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;?xml&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;version&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;1.0&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;encoding&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;UTF-8&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;?&#38;gt;&#60;/span&#62;&#60;/span&#62;
&#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;xsl:stylesheet&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;xmlns:xsl&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;http://www.w3.org/1999/XSL/Transform&#38;quot;&#60;/span&#62;&#60;/span&#62;
&#60;span style=&#34;color: #009900;&#34;&#62;  &#60;span style=&#34;color: #000066;&#34;&#62;xmlns:xs&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;http://www.w3.org/2001/XMLSchema&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;version&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;2.0&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/span&#62;
&#38;nbsp;
  &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;&#38;lt;!-- match root documents tag --&#38;gt;&#60;/span&#62;
  &#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;xsl:template&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;match&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;/&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/span&#62;
    &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;&#38;lt;!-- wrap documents in a new root tag --&#38;gt;&#60;/span&#62;
    &#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;combined-documents&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/span&#62;&#60;/span&#62;
      &#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;xsl:apply-templates&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;select&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;document(/documents/document/@href)&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;mode&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;document&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;/&#38;gt;&#60;/span&#62;&#60;/span&#62;
    &#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;/combined-documents&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/span&#62;&#60;/span&#62;
  &#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;/xsl:template&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/span&#62;&#60;/span&#62;
&#38;nbsp;
  &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;&#38;lt;!-- this will match the root tag of each document --&#38;gt;&#60;/span&#62;
  &#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;xsl:template&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;match&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;/&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;mode&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;document&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/span&#62;
    &#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;xsl:copy-of&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;select&#60;/span&#62;=&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;.&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;/&#38;gt;&#60;/span&#62;&#60;/span&#62;
  &#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;/xsl:template&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/span&#62;&#60;/span&#62;
&#38;nbsp;
&#60;span style=&#34;color: #009900;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;/xsl:stylesheet&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/span&#62;&#60;/span&#62;&#60;/pre&#62;&#60;/div&#62;&#60;/div&#62;


</description>
		</item>
		<item>
			 
				<title>Hayim on "Getting started with XSLT document() ?"</title>
						<link>http://digitalhumanities.org/answers/topic/getting-started-with-document#post-1021</link>
			<pubDate>Wed, 02 Mar 2011 19:42:25 +0000</pubDate>
			<dc:creator>Hayim</dc:creator>
			<guid isPermaLink="false">1021@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;Thanks for the reply, and sorry to be unclear.&#60;br /&#62;
I am trying to extract text from a bunch of xml docs, and bundle them into a single html output.
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Dorothea Salo on "Getting started with XSLT document() ?"</title>
						<link>http://digitalhumanities.org/answers/topic/getting-started-with-document#post-1020</link>
			<pubDate>Wed, 02 Mar 2011 19:29:09 +0000</pubDate>
			<dc:creator>Dorothea Salo</dc:creator>
			<guid isPermaLink="false">1020@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;So I'm a little confused here. Are you combining a lot of files into one file with XSLT, or turning one file into a lot of files? Or both?
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Hayim on "Getting started with XSLT document() ?"</title>
						<link>http://digitalhumanities.org/answers/topic/getting-started-with-document#post-1019</link>
			<pubDate>Wed, 02 Mar 2011 19:20:57 +0000</pubDate>
			<dc:creator>Hayim</dc:creator>
			<guid isPermaLink="false">1019@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;I am hoping someone can send me to a good tutorial or working model.&#60;br /&#62;
I am a &#60;strong&#62;rank neophyte&#60;/strong&#62; trying working on a project that will present multiple witnesses to strongly aligned texts, each in a separate xml (TEI) file and each &#38;lt;ab&#38;gt; has a unique xml:id. The alignment is to a central xml file, which links out to the unique IDs.&#60;br /&#62;
For demo purposes, I'd like to be able to use XSLT to pull the corresponding texts from the several files into a single html file. Any advice on how best to get started?
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Wayne Graham on "HELP! I need advice on which approach to take with a text encoding project..."</title>
						<link>http://digitalhumanities.org/answers/topic/help-i-need-advice-on-which-approach-to-take-with-a-text-encoding-project#post-1018</link>
			<pubDate>Tue, 01 Mar 2011 16:07:00 +0000</pubDate>
			<dc:creator>Wayne Graham</dc:creator>
			<guid isPermaLink="false">1018@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;One quick question, is this for you to do analysis, or for a more general audience? &#60;/p&#62;
&#60;p&#62;Depending on the needs of that group should really drive the approach. If the analysis is for your own research, it may not be worth the effort to develop an interface; if its for a more general group, you should spend some time defining what exactly your target audience needs. There are a lot of ways to proceed, and I would encourage you to try some off-the-shelf software (like XTF that Stefan suggests, or try out something like this project &#60;a href=&#34;https://github.com/mwmitchell/raven)&#34; rel=&#34;nofollow&#34;&#62;https://github.com/mwmitchell/raven)&#60;/a&#62; and see how far that gets you down the road before developing any custom solution. The less time you spend with dealing with software internals, the more time you can dedicate toward the real part of your project.
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Stéfan Sinclair on "HELP! I need advice on which approach to take with a text encoding project..."</title>
						<link>http://digitalhumanities.org/answers/topic/help-i-need-advice-on-which-approach-to-take-with-a-text-encoding-project#post-1016</link>
			<pubDate>Sat, 26 Feb 2011 21:04:22 +0000</pubDate>
			<dc:creator>Stéfan Sinclair</dc:creator>
			<guid isPermaLink="false">1016@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;I'd suggest you see what mileage you can get from existing frameworks and then decide how to build any custom functionality, if need be. Allowing comparison of letters, for instance, may be as simple as putting two instances of an interface in a window with iframes or something similar. Given that it's XML, you might consider trying XTF (&#60;a href=&#34;http://xtf.cdlib.org/)&#34; rel=&#34;nofollow&#34;&#62;http://xtf.cdlib.org/)&#60;/a&#62;, which should allow you to define fields to index.
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Bethany Nowviskie on "HELP! I need advice on which approach to take with a text encoding project..."</title>
						<link>http://digitalhumanities.org/answers/topic/help-i-need-advice-on-which-approach-to-take-with-a-text-encoding-project#post-1015</link>
			<pubDate>Sat, 26 Feb 2011 17:22:17 +0000</pubDate>
			<dc:creator>Bethany Nowviskie</dc:creator>
			<guid isPermaLink="false">1015@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;Dorothea's questions are good ones.  I'd add these:&#60;/p&#62;
&#60;p&#62;Could you say more about the scholarly or intellectual aims of the project? What kind of content analysis will end users want to do? What aspects of the letters will they be most interested in?&#60;/p&#62;
&#60;p&#62;Are there other projects that do similar things with XML/TEI? (That is, are you sure you're not re-inventing the wheel?)
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Raskolnikov on "HELP! I need advice on which approach to take with a text encoding project..."</title>
						<link>http://digitalhumanities.org/answers/topic/help-i-need-advice-on-which-approach-to-take-with-a-text-encoding-project#post-1014</link>
			<pubDate>Sat, 26 Feb 2011 17:11:34 +0000</pubDate>
			<dc:creator>Raskolnikov</dc:creator>
			<guid isPermaLink="false">1014@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;I am not sure if the XML option would provide the level of interactivity I need, perhaps JavaScript would be the best option.&#60;/p&#62;
&#60;p&#62;&#60;em&#62;Replying to @Dorothea Salo's &#60;a href=&#34;http://digitalhumanities.org/answers/topic/help-i-need-advice-on-which-approach-to-take-with-a-text-encoding-project#post-1012&#34;&#62;post&#60;/a&#62;:&#60;/em&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Raskolnikov on "HELP! I need advice on which approach to take with a text encoding project..."</title>
						<link>http://digitalhumanities.org/answers/topic/help-i-need-advice-on-which-approach-to-take-with-a-text-encoding-project#post-1013</link>
			<pubDate>Sat, 26 Feb 2011 17:10:42 +0000</pubDate>
			<dc:creator>Raskolnikov</dc:creator>
			<guid isPermaLink="false">1013@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;Thank you for your post.&#60;/p&#62;
&#60;p&#62;&#60;em&#62;Replying to @Dorothea Salo's &#60;a href=&#34;http://digitalhumanities.org/answers/topic/help-i-need-advice-on-which-approach-to-take-with-a-text-encoding-project#post-1012&#34;&#62;post&#60;/a&#62;:&#60;/em&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Dorothea Salo on "HELP! I need advice on which approach to take with a text encoding project..."</title>
						<link>http://digitalhumanities.org/answers/topic/help-i-need-advice-on-which-approach-to-take-with-a-text-encoding-project#post-1012</link>
			<pubDate>Sat, 26 Feb 2011 16:57:27 +0000</pubDate>
			<dc:creator>Dorothea Salo</dc:creator>
			<guid isPermaLink="false">1012@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;Which is easiest for you to write and maintain? Which works best across browsers? Which allows you to implement the features that users have asked you for? Which allows for a comprehensive API, so that third parties can write tools against the material as well?&#60;/p&#62;
&#60;p&#62;Offhand, I'd vote thumbs-down on the Java GUI (hides too much), but I have no particular opinion about the other two.
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Raskolnikov on "HELP! I need advice on which approach to take with a text encoding project..."</title>
						<link>http://digitalhumanities.org/answers/topic/help-i-need-advice-on-which-approach-to-take-with-a-text-encoding-project#post-1011</link>
			<pubDate>Sat, 26 Feb 2011 16:49:53 +0000</pubDate>
			<dc:creator>Raskolnikov</dc:creator>
			<guid isPermaLink="false">1011@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I desperately need advice at the moment, and really hope some people here can provide some suggestions.&#60;/p&#62;
&#60;p&#62;I have a fairly extensive data set in the forms of letters (from the 16th century) which have been encoded in XML.&#60;/p&#62;
&#60;p&#62;My job is to create something which aids content analysis of the letters.&#60;/p&#62;
&#60;p&#62;- This could be a GUI written in Java, which (via SAX or DOM) allows the user to extract certain features from the letters, compare them side by side rather than have to laboriously flick between letters on a computer system.&#60;/p&#62;
&#60;p&#62;- Or it could be an elaborate XML project, where XSLT, HTML hyperlinks, and possibly some type of query language such as XQuery or more likely XPath would be used.&#60;/p&#62;
&#60;p&#62;- Or it could be XML documents displayed in IE and using a JavaScript window/console to select, extract, manipulate, compare different letters.&#60;/p&#62;
&#60;p&#62;Does anyone have an opinion or a suggestion on which of the three would be the best option to take?&#60;/p&#62;
&#60;p&#62;Thank you very much in advance
&#60;/p&#62;</description>
		</item>
		<item>
			 
				<title>Richard Lehane on "XSL: sorting based on user input"</title>
						<link>http://digitalhumanities.org/answers/topic/xsl-sorting-based-on-user-input#post-971</link>
			<pubDate>Wed, 09 Feb 2011 23:44:54 +0000</pubDate>
			<dc:creator>Richard Lehane</dc:creator>
			<guid isPermaLink="false">971@http://digitalhumanities.org/answers/</guid>
			<description>&#60;p&#62;&#60;em&#62;Replying to @&#60;a href='/profile/vika'&#62;Vika&#60;/a&#62; Zafrin's &#60;a href=&#34;http://digitalhumanities.org/answers/topic/xsl-sorting-based-on-user-input#post-946&#34;&#62;post&#60;/a&#62;:&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;... building on Hugh's suggestion of a jquery plugin, the new &#60;a href=&#34;http://isotope.metafizzy.co/&#34;&#62;isotope&#60;/a&#62; plugin may be worth a look Vika. It allows sorting without tables &#38;amp; looks very snazzy!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
