<?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>Learning AppleScript for Beginners &#187; text</title>
	<atom:link href="http://www.scriptsforapple.com/category/text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptsforapple.com</link>
	<description>Discussions on AppleScripting, with emphasis on tutorials for those new to scripting. Example scripts of general utility, as well as some that relate to specific applications (FileMaker Pro, AppleWorks, Script Editor, specialized scripts and others). Some discussion of HyperCard and AppleScript and the Classic (OS9) environment</description>
	<lastBuildDate>Sun, 15 Jan 2012 01:06:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Removing HTML from a Word 2008 Document</title>
		<link>http://www.scriptsforapple.com/removing-html-from-a-word-2008-document/</link>
		<comments>http://www.scriptsforapple.com/removing-html-from-a-word-2008-document/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 15:22:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Editing Text]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[HTML tags]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[selection]]></category>
		<category><![CDATA[sub-routine]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[Unicode text]]></category>
		<category><![CDATA[Word 2008]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2480</guid>
		<description><![CDATA[<p>This is a script, that I use to strip the HTML from my web documents. It really comes in handy, when you want to edit the content of a document without all of the distractions of all of the HTML tags getting in the way. It was written specifically for use with Word 2008, although [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/removing-html-from-a-word-2008-document/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Converting Month of Date into a Different Format</title>
		<link>http://www.scriptsforapple.com/converting-dates-to-different-formats/</link>
		<comments>http://www.scriptsforapple.com/converting-dates-to-different-formats/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 12:26:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[date]]></category>
		<category><![CDATA[Editing Text]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[handler]]></category>
		<category><![CDATA[text returned]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2185</guid>
		<description><![CDATA[<p></p> <p>Here, I show you how to convert a month name to its numerical data and visa-versa. This can be very useful when, for instance, you have databases in which you need to display the date in a long, more user-friendly form, and in another, where you want a more condensed, short date for a [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/converting-dates-to-different-formats/feed/</wfw:commentRss>
		<slash:comments>98</slash:comments>
		</item>
		<item>
		<title>Extracting Text Using Offset and Reverse vs Text Item Delimiters</title>
		<link>http://www.scriptsforapple.com/extracting-text-using-offset-and-reverse-vs-text-item-delimiters/</link>
		<comments>http://www.scriptsforapple.com/extracting-text-using-offset-and-reverse-vs-text-item-delimiters/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 18:13:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[text]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[coerce]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[offset]]></category>
		<category><![CDATA[prefix]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[suffix]]></category>
		<category><![CDATA[text item delimiters]]></category>
		<category><![CDATA[text string]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1711</guid>
		<description><![CDATA[<p>There are times when you want to extract part of a text string from another for some specific purpose. There are two basic methods and each has its advantages and disadvantages. We&#8217;ll start with a combination of offset and reverse to remove the suffix from &#8220;seattleSunset.jpg&#8221;:</p> <p>set jpgFile to characters of "seattleSunset.jpg" &#8211;This gives us [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/extracting-text-using-offset-and-reverse-vs-text-item-delimiters/feed/</wfw:commentRss>
		<slash:comments>1739</slash:comments>
		</item>
		<item>
		<title>Formatting and Editing Text Objects with Word 2008</title>
		<link>http://www.scriptsforapple.com/formatting-and-editing-text-objects-with-word-2008/</link>
		<comments>http://www.scriptsforapple.com/formatting-and-editing-text-objects-with-word-2008/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 21:08:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[active document]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[make new document]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[save as]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[tell]]></category>
		<category><![CDATA[text object]]></category>
		<category><![CDATA[text returned]]></category>
		<category><![CDATA[Word 2004]]></category>
		<category><![CDATA[Word 2008]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1170</guid>
		<description><![CDATA[<p>While Microsoft has its own scripting language (Visual Basic for Applications or &#8216;VBA&#8217;) to do all (most) of the same things as presented here, it is rather clunky and difficult to use compared with the more natural syntax of AppleScript.</p> <p>Here we will look at some of the most necessary scripting elements for Word 2008 [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/formatting-and-editing-text-objects-with-word-2008/feed/</wfw:commentRss>
		<slash:comments>126</slash:comments>
		</item>
	</channel>
</rss>

