<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Scooter Forums</title>
		<link>http://www.scootersoftware.com/vbulletin</link>
		<description />
		<language>en</language>
		<lastBuildDate>Wed, 16 May 2012 15:15:13 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.scootersoftware.com/vbulletin/images/misc/rss.jpg</url>
			<title>Scooter Forums</title>
			<link>http://www.scootersoftware.com/vbulletin</link>
		</image>
		<item>
			<title><![CDATA[[suggestion] Copy entire unselected line]]></title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8667&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 17:23:56 GMT</pubDate>
			<description><![CDATA[Very minor suggestion (i.e., I expect low priority):

Within the text comparer (using either 2-way/3-way and any other "editor"), having the cursor...]]></description>
			<content:encoded><![CDATA[<div>Very minor suggestion (i.e., I expect low priority):<br />
<br />
Within the text comparer (using either 2-way/3-way and any other &quot;editor&quot;), having the cursor on a line, but no text selected, using Ctrl-c/Ctrl-x will copy/cut the entire line. Saves from having to select the line and mimics the functionality found in many editors (Visual Studio and EditPadPro are the two I use the most and both do this).<br />
<br />
Looked to see if was already suggested, but didn't find it. My search-fu could be malfunctioning, though.</div>

]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=12">General Discussion</category>
			<dc:creator>rorourke</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8667</guid>
		</item>
		<item>
			<title><![CDATA[Keys from Zoc (Terminal Emulator) don't work]]></title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8666&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 16:41:03 GMT</pubDate>
			<description><![CDATA[Hi,

I generated the public/private key pair from Zoc (terminal emulator program) & tried to authenticate but they don't seem to work. However the...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I generated the public/private key pair from Zoc (terminal emulator program) &amp; tried to authenticate but they don't seem to work. However the keys generated from BC3 &amp; Zoc look same to me except that the private key generated by BC3 had few lines wrapped.</div>

]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=12">General Discussion</category>
			<dc:creator>NeOnD</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8666</guid>
		</item>
		<item>
			<title>1 byte per line crashes</title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8662&amp;goto=newpost</link>
			<pubDate>Sun, 13 May 2012 23:48:54 GMT</pubDate>
			<description><![CDATA[Hello,
I am unable to make the Hex Compare rules "bytes per line" go to 1 byte per line.
Any ideas?]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
I am unable to make the Hex Compare rules &quot;bytes per line&quot; go to 1 byte per line.<br />
Any ideas?</div>

]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=9">Other Session Types</category>
			<dc:creator>gibbo</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8662</guid>
		</item>
		<item>
			<title>Hex compare file size limit</title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8661&amp;goto=newpost</link>
			<pubDate>Sun, 13 May 2012 05:48:13 GMT</pubDate>
			<description><![CDATA[I have tried to compare 2 Ghost image files which are 2GB, but get a "Too large to compare" message. Is this because BC3 is running as 32-bit app, or...]]></description>
			<content:encoded><![CDATA[<div>I have tried to compare 2 Ghost image files which are 2GB, but get a &quot;Too large to compare&quot; message. Is this because BC3 is running as 32-bit app, or is there a setting somewhere to change the maximum size that can be compared?<br />
Cheers</div>

]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=15">Folder Compare</category>
			<dc:creator>Dougal</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8661</guid>
		</item>
		<item>
			<title><![CDATA[Support for Perl "here-document" syntax]]></title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8660&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 15:54:48 GMT</pubDate>
			<description><![CDATA[I'm running Beyond Compare v3.2.4, and I can't seem to find a good way to add support for Perl's "here-document" syntax for specifying a string. ...]]></description>
			<content:encoded><![CDATA[<div>I'm running Beyond Compare v3.2.4, and I can't seem to find a good way to add support for Perl's &quot;here-document&quot; syntax for specifying a string.  Here's example syntax from wikipedia:<br />
<br />
print &lt;&lt;&quot;END&quot;;<br />
 <br />
Dear $recipient, <br />
 <br />
I wish you to leave Sunnydale and never return.<br />
 <br />
Not Quite Love,<br />
$sender<br />
 <br />
END<br />
<br />
I wrote a simple rule for the short term, treating everything from &lt;&lt;EOF to ^EOF$ as a string, but BC's default Perl rules should have something a little more advanced to handle single quotes, double quotes, backticks, bare and multiple here-document tags on a single line.</div>

]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=11">File Formats vs. Rules</category>
			<dc:creator>MinutemanZ</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8660</guid>
		</item>
		<item>
			<title>2-way merge</title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8659&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 18:13:15 GMT</pubDate>
			<description>Does BC3 Standard support 2-way merge for TFS? 

The directions at http://www.scootersoftware.com/support.php?c=kb_vcs.php imply that 2-way merge is...</description>
			<content:encoded><![CDATA[<div>Does BC3 Standard support 2-way merge for TFS? <br />
<br />
The directions at <a href="http://www.scootersoftware.com/support.php?c=kb_vcs.php" target="_blank">http://www.scootersoftware.com/support.php?c=kb_vcs.php</a> imply that 2-way merge is supported, but when I follow the setup I only ever get a Compare instead of Merge.</div>

]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=12">General Discussion</category>
			<dc:creator>ArthurDigbySellers</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8659</guid>
		</item>
		<item>
			<title><![CDATA[[SUSE Enterprise 10 x64] BCompare outputs only numbers]]></title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8658&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 15:45:55 GMT</pubDate>
			<description><![CDATA[Hi!
I've installed BC3 on my linux server and when i try to run it (simply type "bcompare") in terminal it comes...]]></description>
			<content:encoded><![CDATA[<div>Hi!<br />
I've installed BC3 on my linux server and when i try to run it (simply type &quot;bcompare&quot;) in terminal it comes with:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$bcompare<br />
10774<br />
10786<br />
10790<br />
10822<br />
10863<br />
10906<br />
10913</code><hr />
</div>and finishes. No UI or something. I have qt3 installed using YaST. ldd command on BCompare shows correct connections with all the libraries.<br />
<br />
I don't have any more ideas how to solve it, do you have one?</div>

]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=18">Linux</category>
			<dc:creator>Szmiglo</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8658</guid>
		</item>
		<item>
			<title>Updating not working in script</title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8657&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 15:39:03 GMT</pubDate>
			<description><![CDATA[I'm having problems recreating what I do with the GUI interface in a batch file.

I have a directory on an ftp server with new files and directories...]]></description>
			<content:encoded><![CDATA[<div>I'm having problems recreating what I do with the GUI interface in a batch file.<br />
<br />
I have a directory on an ftp server with new files and directories every day and need to update a copy of this on my local computer.  It works fine in the GUI but not in my script.  I must be doing something stupid.  Here is the script:<br />
<br />
# uploads<br />
load &quot;F:\backups\xxxxx\files\uploads&quot; <a href="ftp://xxxxx@www.xxxxx.org/public_html/uploads" target="_blank">ftp://xxxxx@www.xxxxx.org/public_html/uploads</a><br />
sync update:right-&gt;left<br />
<br />
The GUI identifies all the new files and new folders on the ftp server correctly bu the script does not.<br />
<br />
Help!</div>

]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=17">Scripting</category>
			<dc:creator>dehilster</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8657</guid>
		</item>
		<item>
			<title>Mensagem de erro</title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8656&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 11:42:35 GMT</pubDate>
			<description>Esta ocorrendo frequentemente a mensagem em anexo.
Qual o motivo ?

BC 3.3.4 14431</description>
			<content:encoded><![CDATA[<div>Esta ocorrendo frequentemente a mensagem em anexo.<br />
Qual o motivo ?<br />
<br />
BC 3.3.4 14431</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.scootersoftware.com/vbulletin/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.scootersoftware.com/vbulletin/attachment.php?attachmentid=936&amp;d=1336650134">MsgErro.jpg</a> (23.2 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=30">Português Brasileiro</category>
			<dc:creator>ccmancio</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8656</guid>
		</item>
		<item>
			<title>find duplicate</title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8655&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 10:17:15 GMT</pubDate>
			<description>ca serait bon une option find duplicate qui compare chaque fichier dans tout les sous-repertoire...</description>
			<content:encoded><![CDATA[<div>ca serait bon une option find duplicate qui compare chaque fichier dans tout les sous-repertoire...</div>

]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=27">Français</category>
			<dc:creator>Rysoos</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8655</guid>
		</item>
		<item>
			<title>HTML report not properly handling tab stops</title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8653&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 18:52:22 GMT</pubDate>
			<description>When performing a diff between two code files (in my example, .cs files) certain tab stops appear appropriately in the editor window but incorrectly...</description>
			<content:encoded><![CDATA[<div>When performing a diff between two code files (in my example, .cs files) certain tab stops appear appropriately in the editor window but incorrectly when I generate an HTML text comparison report.  For example, I have some code in these files where a list of variables on the left has had their value assignments on the right column-aligned using tab stops, similar to the following example:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">string short =&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;test&quot;;<br />
string medium =&nbsp; &nbsp; &nbsp; &nbsp;  &quot;test&quot;;<br />
string extremelylong =&nbsp; &quot;test&quot;;</code><hr />
</div>In the HTML report these tabs appear to be inserted using 4 spaces regardless of their column alignment, whereas in the editor window and obviously in my code editor the tabs are adjusted to the nearest 4-space column.  In the HTML report they end up looking similar to this:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">string short =&nbsp; &nbsp; &nbsp; &nbsp; &quot;test&quot;;<br />
string medium =&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;test&quot;;<br />
string extremelylong =&nbsp; &quot;test&quot;;</code><hr />
</div>Unfortunately this makes my HTML reports look very sloppy compared to the code itself, or even the way the diff looks in the BC3 editor window.  Is there anything I can do to fix this, or is it simply an artifact of the HTML report and something I have to live with?</div>

]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=14">Text Compare (2-way)</category>
			<dc:creator>Loefer</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8653</guid>
		</item>
		<item>
			<title>Ignore Case</title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8651&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 03:18:59 GMT</pubDate>
			<description>hello,  been using beyond compare for a long time and mostly works great but ran into an issue today that i am not sure how to get around.  

I am...</description>
			<content:encoded><![CDATA[<div>hello,  been using beyond compare for a long time and mostly works great but ran into an issue today that i am not sure how to get around.  <br />
<br />
I am comparing files from one Windows system to another.  the files are the same name except the extension is .jpg  compared to .JPG<br />
<br />
i have set to ignore case but it doesn't help.<br />
<br />
Folders are the same.  i had one side Manuals and the other manuals and they didn't line up.  is this just a bug.</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.scootersoftware.com/vbulletin/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.scootersoftware.com/vbulletin/attachment.php?attachmentid=934&amp;d=1336447077">CaseChange.jpg</a> (88.6 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.scootersoftware.com/vbulletin/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.scootersoftware.com/vbulletin/attachment.php?attachmentid=935&amp;d=1336447085">casechange2.jpg</a> (81.9 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=15">Folder Compare</category>
			<dc:creator>tigerlady</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8651</guid>
		</item>
		<item>
			<title>test</title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8648&amp;goto=newpost</link>
			<pubDate>Sat, 05 May 2012 13:14:22 GMT</pubDate>
			<description>test</description>
			<content:encoded><![CDATA[<div>test</div>

]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=2">Test Forum</category>
			<dc:creator>Scookus</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8648</guid>
		</item>
		<item>
			<title>Created time stamp</title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8647&amp;goto=newpost</link>
			<pubDate>Sat, 05 May 2012 11:58:39 GMT</pubDate>
			<description>I am using BC for many years now. In the following I am referring to the version 3.3.4 Pro Edition for Windows, running under Windows XP Home Edition...</description>
			<content:encoded><![CDATA[<div>I am using BC for many years now. In the following I am referring to the version 3.3.4 Pro Edition for Windows, running under Windows XP Home Edition SP3. I am also referring solely to comparing and copying/synchronising files between local drives on a single machine (although these are virtual truecrypt drives in my case, but this should not be of importance). All file systems are NTSF.<br />
<br />
Recently (all too late, in fact) I became aware of the fact that while copying files, BC does not preserve the &quot;Created&quot; time stamp (BTW, directory time stamps are not important to me, just file time stamps, of which &quot;Modified&quot; is preserved and &quot;Last accessed&quot; is of no much use per definition). To my surprise, I was also not able to find any setting that could optionally bring the BC to preserve this time stamp.<br />
<br />
Since I would very much like to use BC further (actually, it would be very hard not to use it) and at the same time the preservation of the original file's &quot;Created&quot; time stamp became quite important for me, I have the following questions:<br />
<ul><li>Is my finding correct - &quot;Created&quot; time stamp is not being preserved?</li>
<li>Is there any option for preserving &quot;Created&quot; time stamp already?</li>
<li>If no, is there any plan to implement such an option?</li>
</ul><br />
I understand that there is a logic in that &quot;Created&quot; time stamp of a newly created file reflects what the time stamp created by OS. Nevertheless, I am asking about this option, because two other essential tools I use in my daily work indeed do optionally support the preservation of &quot;Created&quot; time stamp, so this is technically feasible: <a href="http://www.xyplorer.com" target="_blank">XYplorer file explorer</a> and <a href="http://www.scarabee-software.net/en/siren.html" target="_blank">Siren image file renaming tool</a>.<br />
<br />
Thank you for your time.<br />
<br />
Regards,<br />
Borut</div>

]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=15">Folder Compare</category>
			<dc:creator>Borut</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8647</guid>
		</item>
		<item>
			<title>Strange auto alignment with VS Solution Files</title>
			<link>http://www.scootersoftware.com/vbulletin/showthread.php?t=8646&amp;goto=newpost</link>
			<pubDate>Sat, 05 May 2012 10:57:03 GMT</pubDate>
			<description><![CDATA[I've developed a BC3 plugin to compare VS2010 Solution Files in a sorted manner (it's something like "XML Tidy" for Solution files).
 
Now I've...]]></description>
			<content:encoded><![CDATA[<div>I've developed a BC3 plugin to compare VS2010 Solution Files in a sorted manner (it's something like &quot;XML Tidy&quot; for Solution files).<br />
 <br />
Now I've observed a strage auto alignment behavior in BC3 3-way merge. You can reproduce it when you open the 3-way merge with the three attached text files &quot;left.txt&quot;, &quot;right.txt&quot; and &quot;ancestor.txt&quot;. These files are no real solution files, they contain only some snippets, so that you can easily see what I mean. <br />
 <br />
In the attachment &quot;3WayMerge_NotProperlyAligned.gif&quot;, you can see the result of the merge. The problem is, that BC doesn't see that line &quot;Debug|x86.Build.0 = Debug|Win32&quot; was added on the left side as well as on the right side (compared with &quot;ancestor.txt&quot;).<br />
 <br />
I would expect that the two added lines (marked yellow in the screenshot) are displayed in BC in the same &quot;physical&quot; line. I experimented with the alignment settings in &quot;Session Settings&quot;, but unfortunately I'm not able to get better results. Do you have an idea? :confused:<br />
 <br />
Now you probably say that I could manually align the lines. The problem is, that we use VERY large Solution Files in our company, so that we sometimes have 20 or more errors like this.<br />
 <br />
Nevertheless I tried manual alignment also, but the result is somehow strange: The lines are aligned correctly, but there is still a merge conflict below. In screenshot &quot;3WayMerge_ConflictAfterManualAlign.gif&quot;, you can see in the first yellow line, that the manual alignment was successful. But in the second yellow line, you can see that there is still a merge conflict and I can't see why. Could you please shed light on the dark? :confused:<br />
 <br />
I'm using BC 3.3.4 (build 14431).</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.scootersoftware.com/vbulletin/images/attach/gif.gif" alt="File Type: gif" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.scootersoftware.com/vbulletin/attachment.php?attachmentid=932&amp;d=1336213789">3WayMerge_NotProperlyAligned.gif</a> (303.9 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.scootersoftware.com/vbulletin/images/attach/gif.gif" alt="File Type: gif" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.scootersoftware.com/vbulletin/attachment.php?attachmentid=933&amp;d=1336213810">3WayMerge_ConflictAfterManualAlign.gif</a> (324.1 KB)</td>
</tr>
			</table>
			</fieldset>
	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.scootersoftware.com/vbulletin/images/attach/txt.gif" alt="File Type: txt" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.scootersoftware.com/vbulletin/attachment.php?attachmentid=929&amp;d=1336213590">left.txt</a> (510 Bytes)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.scootersoftware.com/vbulletin/images/attach/txt.gif" alt="File Type: txt" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.scootersoftware.com/vbulletin/attachment.php?attachmentid=930&amp;d=1336213604">right.txt</a> (280 Bytes)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.scootersoftware.com/vbulletin/images/attach/txt.gif" alt="File Type: txt" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.scootersoftware.com/vbulletin/attachment.php?attachmentid=931&amp;d=1336213610">ancestor.txt</a> (436 Bytes)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.scootersoftware.com/vbulletin/forumdisplay.php?f=7">Text Merge (3-way)</category>
			<dc:creator>Scookus</dc:creator>
			<guid isPermaLink="true">http://www.scootersoftware.com/vbulletin/showthread.php?t=8646</guid>
		</item>
	</channel>
</rss>

