<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014084" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014084</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Universal Data Storage</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/why-do-i-need-xml#comment-1081443</link>
    <description> &lt;p&gt;XML is a popular &quot;technology&quot; (if that&#039;s what it&#039;s called) because it offers a standardized method of storing information in a structured format.&lt;/p&gt;
&lt;p&gt;And because it has such structure, it is relatively easy to parse.  And there are no hideously unclosed tags like there are in HTML.  (Sigh, unclosed tags are for fools.)&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Apr 2001 15:41:27 +0000</pubDate>
 <dc:creator>japhy</dc:creator>
 <guid isPermaLink="false">comment 1081443 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/why-do-i-need-xml#comment-1081377</link>
    <description> &lt;p&gt;You understood it right, the problem with SQL is that all the different database servers implemented their own custom systems. Transact-SQL is still universal at it&#039;s core, but hardly anyone uses just plain Transact-SQL in their stored procs anymore, they use advanced commands that are part of their database system. Unfortunately this makes it hard to port to other systems. Hopefully this won&#039;t happen with XML.&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Apr 2001 19:32:56 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1081377 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/why-do-i-need-xml#comment-1081362</link>
    <description> &lt;p&gt;detox, that&#039;s exactly how I feel.&lt;/p&gt;
&lt;p&gt;Peter, so XML suppose to be easier than using another server side language movie information between two dfferently structured DBs.  Did I understand that right?&lt;/p&gt;
&lt;p&gt;In reply to your 3 points:&lt;br /&gt;
3) I like learning new stuff, I just don&#039;t want to waste time learning something that won&#039;t help me in any great way.&lt;br /&gt;
2) You mean like SQL and DOM? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
1) I guess I can see that.&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Apr 2001 17:35:10 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1081362 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/why-do-i-need-xml#comment-1081349</link>
    <description> &lt;p&gt;I started getting into XML when all of a sudden the book I was learning from spent 5 pages of code to display a seasons worth of baseball statistics. These could be filtered, sorted etc.&lt;br /&gt;
But the coding time - it appeared to me to be too much. I can do the same thing with a populated db and asp etc in how many minutes?!.&lt;br /&gt;
Surfice it to say I put the book down and haven&#039;t picked it up again.....&lt;/p&gt;
&lt;p&gt;Suppose I will next time I am changing jobs!&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Apr 2001 14:11:26 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1081349 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/why-do-i-need-xml#comment-1081339</link>
    <description> &lt;p&gt;To answer your questions, technically, it can be both client &amp;amp; server side, I don&#039;t know for sure but I think IE 5+ and NS 6+ support it.&lt;/p&gt;
&lt;p&gt;Why should you learn it?&lt;/p&gt;
&lt;p&gt;1) Job Security &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;br /&gt;
2) It has great potential as a &quot;universal data standard&quot;&lt;br /&gt;
3) Learning new stuff is fun...&lt;/p&gt;
&lt;p&gt;Seriously though, it is excellent as a data translator, useful for sitting between 2 legacy systems and converting data into the proper format for each. This can also be achieved through hard coding a solution, but in theory the XML solution could be applied anywhere whereas the hard coding solution would only work for that case.&lt;/p&gt;
&lt;p&gt;What scares me a little though is people are using XML just for the sake of using it, when it would&#039;ve been simpler and more efficient to do it another way.&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Apr 2001 13:00:15 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1081339 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Why XML</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/why-do-i-need-xml#comment-1081316</link>
    <description> &lt;p&gt;Why xml??  well from what I know its a markup language that you can intergrate with other languages. For instance there are alot of new database applications that can create a &#039;not hassle&#039; database simply by coding you documents in xml,what happens is the database automatically pulls the necessary info from your code to classify it. Encryption is also possible. For more info check out&lt;br /&gt;
&lt;a href=&quot;http://www.w3.org/XML/&quot; class=&quot;bb-url&quot;&gt;http://www.w3.org/XML/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Apr 2001 04:31:30 +0000</pubDate>
 <dc:creator>toneatlas</dc:creator>
 <guid isPermaLink="false">comment 1081316 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
