<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Cordas Vibrantes &#187; XML</title>
	<atom:link href="http://dreamerworks.wordpress.com/category/programacao/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://dreamerworks.wordpress.com</link>
	<description>dreamerWorks</description>
	<lastBuildDate>Fri, 11 Aug 2006 13:35:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>pt</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dreamerworks.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/51304f1d57bbb78b13f72d7d9a38c5c4?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Cordas Vibrantes &#187; XML</title>
		<link>http://dreamerworks.wordpress.com</link>
	</image>
			<item>
		<title>How To Validate an XML Document by Using DTD, XDR, or XSD in Visual C# .NET</title>
		<link>http://dreamerworks.wordpress.com/2006/08/11/how-to-validate-an-xml-document-by-using-dtd-xdr-or-xsd-in-visual-c-net-2/</link>
		<comments>http://dreamerworks.wordpress.com/2006/08/11/how-to-validate-an-xml-document-by-using-dtd-xdr-or-xsd-in-visual-c-net-2/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 13:35:51 +0000</pubDate>
		<dc:creator>dreamer</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">https://dreamerworks.wordpress.com/2006/08/11/how-to-validate-an-xml-document-by-using-dtd-xdr-or-xsd-in-visual-c-net-2/</guid>
		<description><![CDATA[Fonte Microsoft:
http://support.microsoft.com/kb/307379/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dreamerworks.wordpress.com&blog=343686&post=13&subd=dreamerworks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Fonte Microsoft:</p>
<p><a href="http://support.microsoft.com/kb/307379/" title="http://support.microsoft.com/kb/307379/" target="_blank">http://support.microsoft.com/kb/307379/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dreamerworks.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dreamerworks.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dreamerworks.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dreamerworks.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dreamerworks.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dreamerworks.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dreamerworks.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dreamerworks.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dreamerworks.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dreamerworks.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dreamerworks.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dreamerworks.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dreamerworks.wordpress.com&blog=343686&post=13&subd=dreamerworks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dreamerworks.wordpress.com/2006/08/11/how-to-validate-an-xml-document-by-using-dtd-xdr-or-xsd-in-visual-c-net-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6139a1504412790f6e47fce32252b8a9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dreamer</media:title>
		</media:content>
	</item>
		<item>
		<title>The System.Xml.XmlDocument Class</title>
		<link>http://dreamerworks.wordpress.com/2006/08/11/the-systemxmlxmldocument-class/</link>
		<comments>http://dreamerworks.wordpress.com/2006/08/11/the-systemxmlxmldocument-class/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 13:35:32 +0000</pubDate>
		<dc:creator>dreamer</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">https://dreamerworks.wordpress.com/2006/08/11/the-systemxmlxmldocument-class/</guid>
		<description><![CDATA[Overview
XMLDocument is a fundamental building block of the System.Xml class hierarchy. It essentially inherits and extends the XMLNode class, and represents a W3C DOM-compliant XML document in its entirety. Once created or loaded into memory, its contents can be accessed, edited, and manipulated.
Key methods of this class include Load and LoadXml. The former is primarily [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dreamerworks.wordpress.com&blog=343686&post=9&subd=dreamerworks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Overview</strong><br />
XMLDocument is a fundamental building block of the System.Xml class hierarchy. It essentially inherits and extends the XMLNode class, and represents a W3C DOM-compliant XML document in its entirety. Once created or loaded into memory, its contents can be accessed, edited, and manipulated.</p>
<p>Key methods of this class include Load and LoadXml. The former is primarily used to retrieve XML using a resource path, whereas the latter accepts a string value consisting of an XML document or fragment. The InnerText, InnerXml, and OuterXml properties conveniently allow you to retrieve values and XML markup from a document. Below are three examples demonstrating the use of the XMLDocument class.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dreamerworks.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dreamerworks.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dreamerworks.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dreamerworks.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dreamerworks.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dreamerworks.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dreamerworks.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dreamerworks.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dreamerworks.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dreamerworks.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dreamerworks.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dreamerworks.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dreamerworks.wordpress.com&blog=343686&post=9&subd=dreamerworks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dreamerworks.wordpress.com/2006/08/11/the-systemxmlxmldocument-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6139a1504412790f6e47fce32252b8a9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dreamer</media:title>
		</media:content>
	</item>
		<item>
		<title>The System.Xml.XmlParserContext Class</title>
		<link>http://dreamerworks.wordpress.com/2006/08/10/the-systemxmlxmlparsercontext-class/</link>
		<comments>http://dreamerworks.wordpress.com/2006/08/10/the-systemxmlxmlparsercontext-class/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 13:57:35 +0000</pubDate>
		<dc:creator>dreamer</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">https://dreamerworks.wordpress.com/2006/08/10/the-systemxmlxmlparsercontext-class/</guid>
		<description><![CDATA[Overview
The XmlParserContext class allows you to specify context details for the creation of XmlTextReader and XmlValidatingReader objects. Depending on which of the overloaded versions of this class you use, you can assign a number of different context values, including an NameTable, an XmlNamespaceManager, a base URI, xml:lang, xml:space, and an encoding type.
http://www.topxml.com/system_xml/system_xml_xmlparsercontext.asp
    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dreamerworks.wordpress.com&blog=343686&post=8&subd=dreamerworks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>Overview</b></p>
<p>The XmlParserContext class allows you to specify context details for the creation of XmlTextReader and XmlValidatingReader objects. Depending on which of the overloaded versions of this class you use, you can assign a number of different context values, including an NameTable, an XmlNamespaceManager, a base URI, xml:lang, xml:space, and an encoding type.</p>
<p><a href="http://www.topxml.com/system_xml/system_xml_xmlparsercontext.asp">http://www.topxml.com/system_xml/system_xml_xmlparsercontext.asp</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dreamerworks.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dreamerworks.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dreamerworks.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dreamerworks.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dreamerworks.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dreamerworks.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dreamerworks.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dreamerworks.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dreamerworks.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dreamerworks.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dreamerworks.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dreamerworks.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dreamerworks.wordpress.com&blog=343686&post=8&subd=dreamerworks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dreamerworks.wordpress.com/2006/08/10/the-systemxmlxmlparsercontext-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6139a1504412790f6e47fce32252b8a9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dreamer</media:title>
		</media:content>
	</item>
	</channel>
</rss>