<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - Xml Question</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - Xml Question</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 03:30:28 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 03:30:28 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>8</c9:totalResults>
	<c9:pageCount>-8</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - Xml Question</title>
		<description><![CDATA[<p>Hello,<br>
&nbsp;&nbsp;&nbsp; I am in the process of designing an app.&nbsp; I am thinking of using an xml file to dynamically load all the label in the form instead of hardcoding them into the form.&nbsp;
<br>
&nbsp;&nbsp;&nbsp; Q: I need both the names of the node and its children.&nbsp; Is there a easy way of traversing a Xml Document and fetching the names of both the nodes and its elements.<br>
&nbsp;&nbsp;&nbsp; Q:Or the above is real out of the way thing to do and just hardcode the labels??<br>
<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/94475#94475</link>
		<pubDate>Thu, 04 Aug 2005 17:51:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/94475#94475</guid>
		<dc:creator>brownsoft</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/brownsoft/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Xml Question</title>
		<description><![CDATA[<p>Sounds like you're wanting a string table solution.<br>
<br>
Why XML files? What's wrong with Resource files?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/2a3189a2bc004cb18c319dea01279a25#2a3189a2bc004cb18c319dea01279a25</link>
		<pubDate>Thu, 04 Aug 2005 18:12:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/2a3189a2bc004cb18c319dea01279a25#2a3189a2bc004cb18c319dea01279a25</guid>
		<dc:creator>W3bbo</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/W3bbo/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Xml Question</title>
		<description><![CDATA[<p>XML is cooler <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<br>
But, in the form Load event, open the XML file with an Xml Reader, start parsing out the values (I usually use XmlDocument for that, but you can also use a stream reader) and programatically set the .Text attribute of the labels.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/8232645f8f8b4b40a7049dea01279a4e#8232645f8f8b4b40a7049dea01279a4e</link>
		<pubDate>Thu, 04 Aug 2005 19:15:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/8232645f8f8b4b40a7049dea01279a4e#8232645f8f8b4b40a7049dea01279a4e</guid>
		<dc:creator>PaoloM</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/PaoloM/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Xml Question</title>
		<description><![CDATA[<p>What is the schema of your XML file?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/2cadbb7f3c464936b2079dea01279a76#2cadbb7f3c464936b2079dea01279a76</link>
		<pubDate>Thu, 04 Aug 2005 19:16:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/2cadbb7f3c464936b2079dea01279a76#2cadbb7f3c464936b2079dea01279a76</guid>
		<dc:creator>PaoloM</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/PaoloM/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Xml Question</title>
		<description><![CDATA[<p><blockquote>
<div>PaoloM wrote:</div>
<div>XML is cooler <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></div>
</blockquote>
<br>
<br>
Only by name. Processing XML files incurrs an overhead.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/0180141b695b4e028d3a9dea01279a9f#0180141b695b4e028d3a9dea01279a9f</link>
		<pubDate>Thu, 04 Aug 2005 23:46:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/0180141b695b4e028d3a9dea01279a9f#0180141b695b4e028d3a9dea01279a9f</guid>
		<dc:creator>W3bbo</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/W3bbo/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Xml Question</title>
		<description><![CDATA[<p>Processing any file incurs in an overhead. The issue is to define the acceptable tradeoff between performance hit and easy of maintenance/compatibility.<br>
<br>
People use XML because it's very very simple to parse Xml documents in every system using standardized techniques. Yes, it's a bit slower, but then raw binary sector read from the disc is faster than anything else <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/4e03e80b33dd42fab5119dea01279ac8#4e03e80b33dd42fab5119dea01279ac8</link>
		<pubDate>Fri, 05 Aug 2005 05:47:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/4e03e80b33dd42fab5119dea01279ac8#4e03e80b33dd42fab5119dea01279ac8</guid>
		<dc:creator>PaoloM</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/PaoloM/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Xml Question</title>
		<description><![CDATA[<p>Be honest with you, I am just learning XML and I thought this could be a test.&nbsp; Basically I typed my Xml File into VS 2003 and then right click and told VS to create me a schema file for my xml file.<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/4ff8b7e2da8441a18ad09dea01279af1#4ff8b7e2da8441a18ad09dea01279af1</link>
		<pubDate>Fri, 05 Aug 2005 06:13:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/4ff8b7e2da8441a18ad09dea01279af1#4ff8b7e2da8441a18ad09dea01279af1</guid>
		<dc:creator>brownsoft</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/brownsoft/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Xml Question</title>
		<description><![CDATA[<p><blockquote>
<div>PaoloM wrote:</div>
<div>Processing any file incurs in an overhead. The issue is to define the acceptable tradeoff between performance hit and easy of maintenance/compatibility.<br>
<br>
People use XML because it's very very simple to parse Xml documents in every system using standardized techniques. Yes, it's a bit slower, but then raw binary sector read from the disc is faster than anything else
<img src="/emoticons/emotion-1.gif" border="0"></div>
</blockquote>
<br>
<br>
Agreed, it all comes down to interoperability, if there's a chance that another program or machine will be using the same data as your application (or data used by your application) then XML is a good choice because chances are whatever technology that the
 other program uses will also have XML support making it easier to integrate your data.&nbsp; If you create proprietary file formats it may be easier to process but it becomes much more difficult to share data,&nbsp; especially when you consider the existing technology
 and standards (XSLT for example).<br>
<br>
However, XML isn't the solution to everything and unless your going to be injesting data and/or sharing data a proprietary format could very well be the best solution.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/b4b21852357843c99f4e9dea01279b1c#b4b21852357843c99f4e9dea01279b1c</link>
		<pubDate>Fri, 05 Aug 2005 06:14:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/94475-Xml-Question/b4b21852357843c99f4e9dea01279b1c#b4b21852357843c99f4e9dea01279b1c</guid>
		<dc:creator>NateFurtwangler</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/NateFurtwangler/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>