<?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: Code Highlighter Preview</title>
	<atom:link href="http://www.frank-verhoeven.com/code-highlighter-preview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frank-verhoeven.com/code-highlighter-preview/</link>
	<description>Webdevelopment Blog</description>
	<lastBuildDate>Sun, 29 Jan 2012 20:42:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Devendra</title>
		<link>http://www.frank-verhoeven.com/code-highlighter-preview/comment-page-1/#comment-27</link>
		<dc:creator>Devendra</dc:creator>
		<pubDate>Sat, 20 Sep 2008 03:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.frank-verhoeven.com/blog/?p=10#comment-27</guid>
		<description>{code type=PHP}
function hello_world(){
echo &quot;Hello World&quot;;
}
{/code}</description>
		<content:encoded><![CDATA[<div class="fvch-code">
<pre class="fvch-line-numbers">1
2
3
4
5
</pre>
<pre><span class="php"><span class="php-function">function</span> hello_world<span class="php-brackets">(</span><span class="php-brackets">)</span><span class="php-brackets">{</span>
<span class="php-keyword">echo</span> <span class="php-string">&quot;Hello World&quot;</span>;
<span class="php-brackets">}</span></span></pre>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Verhoeven</title>
		<link>http://www.frank-verhoeven.com/code-highlighter-preview/comment-page-1/#comment-13</link>
		<dc:creator>Frank Verhoeven</dc:creator>
		<pubDate>Wed, 17 Sep 2008 14:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.frank-verhoeven.com/blog/?p=10#comment-13</guid>
		<description>Also comments will be automaticaly highlighted:

&lt;h3&gt;CSS Code&lt;/h3&gt;
{code type=css}/* Comment */
@import url(&quot;main.css&quot;);
h2, .head2 {
    font-family: &quot;Sans-Serif&quot;;
    font-weight: bold;
    color: #336699 !important;
}
@media screen, print {
    pre { margin: 0px 10px 10px; }
    h1 { font-size: 14px; padding-top: 10px; }
}
{/code}&lt;!--more--&gt;

&lt;h3&gt;(x)HTML Code&lt;/h3&gt;
{code type=html}
&lt;style&gt; headline {font-size: 24pt;} &lt;/style&gt;
&lt;!-- Comment --&gt;
&lt;td&gt;&lt;p&gt;&lt;a href=&quot;link&quot; rel=&quot;nofollow&quot;&gt;Plain Text  &lt;/a&gt;
&lt;img src=&quot;image&quot; width=&quot;15&quot; /&gt;
&lt;/p&gt;&lt;form action=&quot;action.pl&quot;&gt;
&lt;input type=&quot;submit&quot; value=&quot;Press Me&quot; /&gt;
&lt;/form&gt;Text&lt;/td&gt;
{/code}

&lt;h3&gt;XML Code&lt;/h3&gt;
{code type=xml}
&lt;scheme name=&quot;XML&quot; doctypes=&quot;XML&quot; priority=&quot;50&quot;&gt;
&lt;ignoreCase&gt;Yes&lt;/ignoreCase&gt;
&lt;defaultText MMString:name=&quot;Text/scheme/name&quot; /&gt;
&lt;defaultAttribute name=&quot;Attribute&quot; /&gt;
&lt;/scheme&gt;
{/code}</description>
		<content:encoded><![CDATA[<p>Also comments will be automaticaly highlighted:</p>
<h3>CSS Code</h3>
<div class="fvch-code">
<pre class="fvch-line-numbers">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
</pre>
<pre><span class="css"><span class="css-comment">/* Comment */</span>
<span class="css-import">@import url(<span class="css-string">&quot;main.css&quot;</span>);</span>
h2, .head2 {
    <span class="css-property">font-family<span class="css-selector">:</span><span class="css-value"> <span class="css-string">&quot;Sans-Serif&quot;</span></span></span>;
    <span class="css-property">font-weight<span class="css-selector">:</span><span class="css-value"> bold</span></span>;
    <span class="css-property">color<span class="css-selector">:</span><span class="css-value"> #336699 <span class="css-important">!important</span></span></span>;
}
<span class="css-media">@media screen, print {</span>
    pre { <span class="css-property">margin<span class="css-selector">:</span><span class="css-value"> 0px 10px 10px</span></span>; }
    h1 { <span class="css-property">font-size<span class="css-selector">:</span><span class="css-value"> 14px</span></span>; <span class="css-property">padding-top<span class="css-selector">:</span><span class="css-value"> 10px</span></span>; }
<span class="css-media">}</span></span></pre>
</div>
<p><!--more--></p>
<h3>(x)HTML Code</h3>
<div class="fvch-code">
<pre class="fvch-line-numbers">1
2
3
4
5
6
7
8
9
10
11
12
13
</pre>
<pre><span class="html"><span class="html-style-element">&lt;style&gt;<span class="css"><span class="css"> headline {<span class="css-property">font-size<span class="css-selector">:</span><span class="css-value"> 24pt</span></span>;} </span></span>&lt;/style&gt;</span>
<span class="html-comment">&lt;!-- Comment --&gt;</span>
<span class="html-table-element">&lt;td&gt;</span><span class="html-other-element">&lt;p&gt;</span><span class="html-anchor-element">&lt;a href=<span class="html-attribute">&quot;link&quot;</span> rel=<span class="html-attribute">&quot;nofollow&quot;</span>&gt;</span>Plain Text  <span class="html-anchor-element">&lt;/a&gt;</span>
<span class="html-image-element">&lt;img src=<span class="html-attribute">&quot;image&quot;</span> width=<span class="html-attribute">&quot;15&quot;</span> /&gt;</span>
<span class="html-other-element">&lt;/p&gt;</span><span class="html-form-element">&lt;form action=<span class="html-attribute">&quot;action.pl&quot;</span>&gt;</span>
<span class="html-form-element">&lt;input type=<span class="html-attribute">&quot;submit&quot;</span> value=<span class="html-attribute">&quot;Press Me&quot;</span> /&gt;</span>
<span class="html-form-element">&lt;/form&gt;</span>Text<span class="html-table-element">&lt;/td&gt;</span></span></pre>
</div>
<h3>XML Code</h3>
<div class="fvch-code">
<pre class="fvch-line-numbers">1
2
3
4
5
6
7
8
9
</pre>
<pre>&lt;scheme name=&quot;XML&quot; doctypes=&quot;XML&quot; priority=&quot;50&quot;&gt;
&lt;ignoreCase&gt;Yes&lt;/ignoreCase&gt;
&lt;defaultText MMString:name=&quot;Text/scheme/name&quot; /&gt;
&lt;defaultAttribute name=&quot;Attribute&quot; /&gt;
&lt;/scheme&gt;</pre>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>

