<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tei-c.org/index.php?action=history&amp;feed=atom&amp;title=Talk%3ACSV2TEI.xsl</id>
	<title>Talk:CSV2TEI.xsl - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tei-c.org/index.php?action=history&amp;feed=atom&amp;title=Talk%3ACSV2TEI.xsl"/>
	<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Talk:CSV2TEI.xsl&amp;action=history"/>
	<updated>2026-04-22T06:40:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Talk:CSV2TEI.xsl&amp;diff=3585&amp;oldid=prev</id>
		<title>Piotr Banski: required input, windows EOL problem</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Talk:CSV2TEI.xsl&amp;diff=3585&amp;oldid=prev"/>
		<updated>2007-10-02T10:53:07Z</updated>

		<summary type="html">&lt;p&gt;required input, windows EOL problem&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== required input, windows EOL problem ==&lt;br /&gt;
&lt;br /&gt;
Weird, I can make it run invoking &amp;quot;java -jar saxon8.jar&amp;quot;, but not &amp;quot;java net.sf.saxon.Transform&amp;quot;, as the software (Saxon 8.9J) itself recommends... Anyway, the invocation in the example looks like it might work for a binary version of saxon, if there ever was one, or for an alias, perhaps. Let me change it to what works, i.e. &amp;quot;java -jar saxon8.jar&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Also, on windows (it looks like the EOL is an issue), the last item of every row gets eaten, unless it is quoted. So, for my test file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
this,is,a,test,really,is&lt;br /&gt;
This, is a, variation, on a, test&lt;br /&gt;
&amp;quot;This&amp;quot;,&amp;quot;is&amp;quot;,&amp;quot;another&amp;quot;,&amp;quot;variation.&amp;quot;,&amp;quot;lastitem&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I receive:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
   &amp;lt;row&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;this&amp;lt;/cell&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;is&amp;lt;/cell&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;a&amp;lt;/cell&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;test&amp;lt;/cell&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;really&amp;lt;/cell&amp;gt;&lt;br /&gt;
   &amp;lt;/row&amp;gt;&lt;br /&gt;
   &amp;lt;row&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;This&amp;lt;/cell&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;is a&amp;lt;/cell&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;variation&amp;lt;/cell&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;on a&amp;lt;/cell&amp;gt;&lt;br /&gt;
   &amp;lt;/row&amp;gt;&lt;br /&gt;
   &amp;lt;row&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;This&amp;lt;/cell&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;is&amp;lt;/cell&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;another&amp;lt;/cell&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;variation.&amp;lt;/cell&amp;gt;&lt;br /&gt;
      &amp;lt;cell&amp;gt;lastitem&amp;lt;/cell&amp;gt;&lt;br /&gt;
   &amp;lt;/row&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And if I drop the quotes around &amp;quot;lastitem&amp;quot;, it vanishes. [[User:Piotr Banski|Piotr]] 11:53, 2 October 2007 (BST)&lt;/div&gt;</summary>
		<author><name>Piotr Banski</name></author>
		
	</entry>
</feed>