<?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>chalda.it &#187; rtf</title>
	<atom:link href="http://blog.chalda.it/tag/rtf/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chalda.it</link>
	<description>Appunti di viaggio di Chalda Pnuzig</description>
	<lastBuildDate>Fri, 13 Aug 2010 20:02:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Convertire un documento RTF in testo in PHP</title>
		<link>http://blog.chalda.it/convertire-un-documento-rtf-in-testo-in-php-10.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.chalda.it/convertire-un-documento-rtf-in-testo-in-php-10.html#comments</comments>
		<pubDate>Sun, 01 Nov 2009 10:09:00 +0000</pubDate>
		<dc:creator>chalda</dc:creator>
				<category><![CDATA[Manuali ed istruzioni]]></category>
		<category><![CDATA[conversioni]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rtf]]></category>

		<guid isPermaLink="false">http://chalda.it/blog/?p=10</guid>
		<description><![CDATA[Per convertire un file da RTF a PHP bastano poche sostituzioni, visto che l&#8217;RTF ha una sintassi di solo testo. Negli esempi succesivi in $rtf è racchiuso tutto il file RTF. Iniziamo con il rimuovere le intestazioni del file. Niente di più facile, le intestazioni finiscono quando inizia il primo paragrafo! $text = substr($rtf, strpos($rtf,]]></description>
		<wfw:commentRss>http://blog.chalda.it/convertire-un-documento-rtf-in-testo-in-php-10.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
