<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030441" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030441</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/purpose-xml#comment-1177400</link>
    <description> &lt;p&gt;I have seen &quot;dataset&quot; here and there but the only time I used it. I like it much better now. I even figured out how to skip around and pull specific data. Next step... RSS!&lt;br /&gt;
Speaking of which... how does the browser know to put that rss icon in the corner?&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Aug 2005 20:47:35 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1177400 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/purpose-xml#comment-1177394</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:  I believe even datasets in .NET are actually XML.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Ah, so .NET truly is run by XML. I guess MS did do a lot of the development behind XML so makes sense. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Aug 2005 19:00:19 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1177394 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/purpose-xml#comment-1177367</link>
    <description> &lt;p&gt;After doing a little research on appending xml I found its usefull if you use a ton of data types that I would of never though existed.&lt;br /&gt;
XmlDocument&lt;br /&gt;
XmlNode&lt;br /&gt;
XmlNodeList&lt;br /&gt;
XmlElement&lt;/p&gt;
&lt;p&gt;Where I was just streaming it like a text file...&lt;br /&gt;
XmlTextReader&lt;br /&gt;
XmlTextWriter&lt;/p&gt;
&lt;p&gt;I think I like it a little better now &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Aug 2005 14:24:05 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1177367 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/purpose-xml#comment-1177352</link>
    <description> &lt;p&gt;bja, I believe even datasets in .NET are actually XML.&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Aug 2005 11:19:42 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1177352 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/purpose-xml#comment-1177328</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;JeevesBond wrote:&lt;/strong&gt;&lt;br /&gt;
There are many parsers for it as well, I&#039;ve not used .NET much so don&#039;t know what the interface is like, is it really any better than writing a text file? And does it provide what you need to write/validate Vs. a DTD?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I still have no clue what a DTD is....its really isnt the diffrent from writing to a text file but it does take away the consirn that there is a extra space right before the line break. That messes everything up. I will be doing more research in xml at a later date. Might even take a class, right now though I need to get optimalsource off the ground so I can have some form of income...&lt;br /&gt;
I am awake for 16 hours at a time (and still get 10 hours of sleep) just tring to get some form of income that will use my talents. I will worry about the details when I get time. As for now though... I can add more letters to my resume.&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Aug 2005 21:28:54 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1177328 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/purpose-xml#comment-1177318</link>
    <description> &lt;p&gt;Hmmm, XML isn&#039;t really like a database, it&#039;s also not designed to be a replacement for one either. As you noted bja it&#039;s just a flat text file, what makes it more useful than a simple text file is the standard behind it, versatility but still a consistent set of rules.&lt;/p&gt;
&lt;p&gt;There are many parsers for it as well, I&#039;ve not used .NET much so don&#039;t know what the interface is like, is it really any better than writing a text file? And does it provide what you need to write/validate Vs. a DTD?&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Aug 2005 20:22:34 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1177318 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/purpose-xml#comment-1177293</link>
    <description> &lt;p&gt;I noticed it was real easy to write data into an xml file (via asp.net). But I expected something equivalent to a database when retrieving the data. It’s a good idea to make a plain text based standard so I am in the process of converting to the xml format.&lt;br /&gt;
Sorry if that doesnt make since... up all night writeing code and its hard to gater my thoughts.&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Aug 2005 16:31:16 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1177293 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/purpose-xml#comment-1177278</link>
    <description> &lt;p&gt;XML has a lot of great applications.  RSS is XML.  It&#039;s a great way of formatting data so it can be read in different systems.  In education, for example, we create learning objects. These are stand-alone learning tools, often created in Flash or director or just html &amp;amp; javascript. Universities like to share these things to they don&#039;t always have to be creating them themselves (expensive and time consuming process) so there are various groups and repositories where people can go to trade or borrow learning objects. They are working on devising an xml schema for learning objects that would allow them to be plugged into different repositores with descriptive data attached (such as author, learning objectives, technolgoies required etc.).  The problem is they can&#039;t decide on what the standard should be!&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Aug 2005 13:17:51 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1177278 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/purpose-xml#comment-1177263</link>
    <description> &lt;p&gt;I&#039;m not clameing to know everything. And I have no clue what a dtd is. Its just I havent seen anything in my search to suggest xml is any more usefull then a text file.&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Aug 2005 02:08:42 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1177263 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/purpose-xml#comment-1177205</link>
    <description> &lt;p&gt;Sounds like you need to get back to basics and indeed use a text file, you can&#039;t have learnt everything about XML in a couple of hours. Trust me I have a &lt;strong&gt;massive&lt;/strong&gt;, thick book on the subject that I&#039;ve spent days reading and still don&#039;t profess to have a true understanding of the subject.&lt;/p&gt;
&lt;p&gt;If you know XML then what does &lt;a href=&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot; class=&quot;bb-url&quot;&gt;this mean&lt;/a&gt;? You should be able to read and understand that document. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 Aug 2005 12:01:36 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1177205 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
