<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: balise,script</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Nettoyer une page HTML de ces balises</title>
        <link>http://www.posteet.com/view/411</link>
        <description>
        <![CDATA[<pre>function html2txt($document){
	$search = array('@&lt;script[^&gt;]*?&gt;.*?&lt;/script&gt;@si', // Strip out javascript
	'@&lt;style[^&gt;]*?&gt;.*?&lt;/style&gt;@siU', // Strip style tags properly
	'@&lt;[?]php[^&gt;].*?[?]&gt;@si', //scripts php
	'@&lt;[?][^&gt;].*?[?]&gt;@si', //scripts php
	'@&lt;[\/\!]*?[^&lt;&gt;]*?&gt;@si', // Strip out HTML tags
	'@&lt;![\s\S]*?--[ \t\n\r]*&gt;@', // Strip multi-line comments including CDATA
	);
	$text = preg_replace($search, '', $document);
	return $text;
}</pre> <a href="http://www.posteet.com/tags/balise">[balise]</a>  <a href="http://www.posteet.com/tags/css">[css]</a>  <a href="http://www.posteet.com/tags/html">[html]</a>  <a href="http://www.posteet.com/tags/php">[php]</a>  <a href="http://www.posteet.com/tags/script">[script]</a> ]]>        </description>
        <dc:creator>spawnrider</dc:creator>
        <pubDate>Tue, 13 Nov 2007 08:52:52 +0000</pubDate>

            <category>balise</category>
            <category>css</category>
            <category>html</category>
            <category>php</category>
            <category>script</category>
    
    </item>


</channel>
</rss>
