<?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>westworld: a webmasters best friend &#187; striptags()</title>
	<atom:link href="http://www.westworld.be/tag/striptags/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.westworld.be</link>
	<description>A webmasters best friend</description>
	<lastBuildDate>Mon, 14 Jun 2010 18:12:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Prototype stripTags</title>
		<link>http://www.westworld.be/a-note-to-self/prototype-striptags/</link>
		<comments>http://www.westworld.be/a-note-to-self/prototype-striptags/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 10:38:24 +0000</pubDate>
		<dc:creator>westworld</dc:creator>
				<category><![CDATA[a note to self]]></category>
		<category><![CDATA[Prototypejs]]></category>
		<category><![CDATA[striptags()]]></category>

		<guid isPermaLink="false">http://www.westworld.be/?p=12</guid>
		<description><![CDATA[Prototype's striptags() function explained.


Related posts:<ol><li><a href='http://www.westworld.be/a-note-to-self/prototype-submit-multiple-select-with-ajax-call/' rel='bookmark' title='Permanent Link: Prototype: submit multiple select with ajax call'>Prototype: submit multiple select with ajax call</a></li><li><a href='http://www.westworld.be/uncategorized/pdo-get-column-names/' rel='bookmark' title='Permanent Link: Pdo get column names'>Pdo get column names</a></li><li><a href='http://www.westworld.be/a-note-to-self/__autoload-function/' rel='bookmark' title='Permanent Link: __autoload function'>__autoload function</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Prototype&#8217;s stripTags function needs a string as input. If you want to access a dom node with this function, you need to acces the innerHTML, else the input won&#8217;t match.</p>
<p>expl.</p>
<p>alert($(&#8217;mydiv&#8217;).stripTags(); -&gt; <span style="color: #ff6600;">wont work<br />
<span style="color: #000000;">use</span></span></p>
<p>alert($(&#8217;mydiv&#8217;).innerHTML.stripTags();</p>
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>Prototypejs</strong></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>striptags()</strong></li>
</ul>


<p>Related posts:<ol><li><a href='http://www.westworld.be/a-note-to-self/prototype-submit-multiple-select-with-ajax-call/' rel='bookmark' title='Permanent Link: Prototype: submit multiple select with ajax call'>Prototype: submit multiple select with ajax call</a></li><li><a href='http://www.westworld.be/uncategorized/pdo-get-column-names/' rel='bookmark' title='Permanent Link: Pdo get column names'>Pdo get column names</a></li><li><a href='http://www.westworld.be/a-note-to-self/__autoload-function/' rel='bookmark' title='Permanent Link: __autoload function'>__autoload function</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.westworld.be/a-note-to-self/prototype-striptags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
