<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Template component for classic ASP</title>
	<atom:link href="http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/</link>
	<description>hot talk about web development</description>
	<lastBuildDate>Tue, 10 May 2011 13:11:20 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mehdi</title>
		<link>http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/#comment-8717</link>
		<dc:creator>Mehdi</dc:creator>
		<pubDate>Sat, 14 Jun 2008 19:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/#comment-8717</guid>
		<description>I found the solution :

&#039;[&#039; and &#039;]&#039; are using in regular expression as default,then we need to use \ to determine we want to use them as a tag

  .placeHolderBegin = &quot;\[#&quot;
  .placeHolderEnd = &quot;#\]&quot;</description>
		<content:encoded><![CDATA[<p>I found the solution :</p>
<p>&#8216;[' and ']&#8216; are using in regular expression as default,then we need to use \ to determine we want to use them as a tag</p>
<p>  .placeHolderBegin = &#8220;\[#"<br />
  .placeHolderEnd = "#\]&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehdi</title>
		<link>http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/#comment-8716</link>
		<dc:creator>Mehdi</dc:creator>
		<pubDate>Sat, 14 Jun 2008 18:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/#comment-8716</guid>
		<description>Excuse me !

I changed the default &lt;&lt;&gt;&gt; tag to &lt;&gt; and it is working 
but some times i gut run time error when i was testing new tags like [*name*]

Microsoft VBScript runtime error &#039;800a1399&#039; 

Syntax error in regular expression 

/asp3/textTemplate.asp, line 215</description>
		<content:encoded><![CDATA[<p>Excuse me !</p>
<p>I changed the default &lt;&lt;&gt;&gt; tag to &lt;&gt; and it is working<br />
but some times i gut run time error when i was testing new tags like [*name*]</p>
<p>Microsoft VBScript runtime error &#8217;800a1399&#8242; </p>
<p>Syntax error in regular expression </p>
<p>/asp3/textTemplate.asp, line 215</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehdi</title>
		<link>http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/#comment-8715</link>
		<dc:creator>Mehdi</dc:creator>
		<pubDate>Sat, 14 Jun 2008 18:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/#comment-8715</guid>
		<description>it is not working !! even your sample ...

Thank you!
Dear &lt;&lt;&gt;&gt; ,
thank you for your registration with
out website.



&lt;!--#include file=&quot;textTemplate.asp&quot;--&gt;


</description>
		<content:encoded><![CDATA[<p>it is not working !! even your sample &#8230;</p>
<p>Thank you!<br />
Dear &lt;&lt;&gt;&gt; ,<br />
thank you for your registration with<br />
out website.</p>
<p><!--#include file="textTemplate.asp"--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Dev Bros &#187; Blog Archive &#187; ajaxed 1.0 released</title>
		<link>http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/#comment-7566</link>
		<dc:creator>Web Dev Bros &#187; Blog Archive &#187; ajaxed 1.0 released</dc:creator>
		<pubDate>Tue, 15 Apr 2008 07:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/#comment-7566</guid>
		<description>[...] provides a simple management of templates. For more details about TextTemplate read the article Template component for classic ASP or check the ajaxed documentation. Simple example PLAIN TEXT [...]</description>
		<content:encoded><![CDATA[<p>[...] provides a simple management of templates. For more details about TextTemplate read the article Template component for classic ASP or check the ajaxed documentation. Simple example PLAIN TEXT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Designer Dude</title>
		<link>http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/#comment-1004</link>
		<dc:creator>Designer Dude</dc:creator>
		<pubDate>Tue, 18 Sep 2007 12:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/#comment-1004</guid>
		<description>Hi there! Nice blog posting about Template component for classic ASP. I would have to agree with you on this one. I am going to look more into html templates. This Tuesday I have time.</description>
		<content:encoded><![CDATA[<p>Hi there! Nice blog posting about Template component for classic ASP. I would have to agree with you on this one. I am going to look more into html templates. This Tuesday I have time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uri</title>
		<link>http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/#comment-262</link>
		<dc:creator>Uri</dc:creator>
		<pubDate>Fri, 29 Jun 2007 07:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/06/28/template-component-for-classic-asp/#comment-262</guid>
		<description>Hi Michal!

It looks great, I work a lot with sending data from my site via email to users. and this script will help me so much!
so thanks!

my site is in hebrew so i&#039;ll get back to you with feedback how it worked in a rtl language.</description>
		<content:encoded><![CDATA[<p>Hi Michal!</p>
<p>It looks great, I work a lot with sending data from my site via email to users. and this script will help me so much!<br />
so thanks!</p>
<p>my site is in hebrew so i&#8217;ll get back to you with feedback how it worked in a rtl language.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

