<?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>Live with Dot Net &#187; Retrive the information from the XML File</title>
	<atom:link href="http://www.livewithdotnet.com/tag/retrive-the-information-from-the-xml-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.livewithdotnet.com</link>
	<description>Just another Programming weblog</description>
	<lastBuildDate>Sat, 24 Jul 2010 18:59:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Using XML Nodes and implement RegEx in VB.Net</title>
		<link>http://www.livewithdotnet.com/using-xml-nodes-and-implement-regex-in-vbnet/</link>
		<comments>http://www.livewithdotnet.com/using-xml-nodes-and-implement-regex-in-vbnet/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 16:19:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VB .Net]]></category>
		<category><![CDATA[evalute the string using the Regular expression]]></category>
		<category><![CDATA[Node list]]></category>
		<category><![CDATA[RegEx]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[Retrive the information from the XML File]]></category>
		<category><![CDATA[XML Dom]]></category>

		<guid isPermaLink="false">http://www.livewithdotnet.com/?p=23</guid>
		<description><![CDATA[Retrive the information from the XML File and evalute the string using the Regular expression.
XML File which we will iterate and retrive data from:
Pattern.xml:-

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34; ?&#62; 
- &#60;MatchingCriterias&#62;
- &#60;CriteriaForAllPages&#62;
  &#60;MatchingCriteria Value=&#34;Chksum: \d(2,)&#34; /&#62; 
  &#60;/CriteriaForAllPages&#62;
- &#60;CriteriaForDeletedPages&#62;
- &#60;Criteria Name=&#34;DocHeaderPage&#34;&#62;
  &#60;MatchingCriteria Value=&#34;DOC \d+ \:?\s?Header&#34; /&#62; 
  &#60;/Criteria&#62;
- &#60;Criteria Name=&#34;SubmissionHeaderPage&#34;&#62;
  &#60;MatchingCriteria Value=&#34;JobNumber:&#34; [...]]]></description>
		<wfw:commentRss>http://www.livewithdotnet.com/using-xml-nodes-and-implement-regex-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
