<?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>Vos Virtual Network &#187; parsing</title>
	<atom:link href="http://vvn.net/wp/tag/parsing/feed/" rel="self" type="application/rss+xml" />
	<link>http://vvn.net/wp</link>
	<description>Jazz Like Code and Music For Life</description>
	<lastBuildDate>Fri, 07 Jan 2011 19:46:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Test of PHP Syntax Highlighting</title>
		<link>http://vvn.net/wp/2008/08/21/test-of-php-syntax-highlighting/</link>
		<comments>http://vvn.net/wp/2008/08/21/test-of-php-syntax-highlighting/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 22:00:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CompuScriptology]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Webdesignology]]></category>
		<category><![CDATA[code colorizing]]></category>
		<category><![CDATA[code documenting]]></category>
		<category><![CDATA[code examples]]></category>
		<category><![CDATA[colorizing]]></category>
		<category><![CDATA[computer languages]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script examples]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[syntax highlighting]]></category>

		<guid isPermaLink="false">http://vvn.net/wp/?p=396</guid>
		<description><![CDATA[This is a test of PHP Script Syntax Highlighting with the GeSHi code colorizing and syntax parsing library, along with the WP-Syntax plugin. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 &#8230; <a href="http://vvn.net/wp/2008/08/21/test-of-php-syntax-highlighting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a test of PHP Script Syntax Highlighting with the <a href="http://qbnz.com/highlighter/">GeSHi code colorizing and syntax parsing library</a>, along with the <a href="http://wordpress.org/extend/plugins/wp-syntax/">WP-Syntax plugin</a>.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//</span>
<span style="color: #666666; font-style: italic;">// Include the GeSHi library</span>
<span style="color: #666666; font-style: italic;">//</span>
<span style="color: #b1b100;">include_once</span> <span style="color: #0000ff;">'geshi.php'</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//</span>
<span style="color: #666666; font-style: italic;">// Define some source to highlight, a language to use</span>
<span style="color: #666666; font-style: italic;">// and the path to the language files</span>
<span style="color: #666666; font-style: italic;">//</span>
<span style="color: #000088;">$source</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'$foo = 45;
for ( $i = 1; $i &lt; $foo; $i++ ){
echo &quot;$foon&quot;;  --$foo;
}'</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$language</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'php'</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// Create a GeSHi object</span>
&nbsp;
<span style="color: #000088;">$geshi</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> GeSHi<span style="color: #009900;">&#40;</span><span style="color: #000088;">$source</span><span style="color: #339933;">,</span> <span style="color: #000088;">$language</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// And echo the result!//</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$geshi</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">parse_code</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://vvn.net/wp/2008/08/21/test-of-php-syntax-highlighting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

