<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">

	<channel>
		<title><![CDATA[IT Computer Training Articles Tutorials - Submit Your Article - Articles Submission Directory. - Articles - XML]]></title>
		<link>http://www.articles.webtechvision.com</link>
		<description><![CDATA[IT Articles Tutorials, Learn Online Training Lessons about Computer, Web Design Articles Tutorials, Software Programming, SEO, Oracle, Visual Basic, .Net, VB, Java, ASP, PHP, HTML, MySql,Submit your,Submission,Directory.]]></description>
		<language>en-us</language>
		<copyright><![CDATA[http://www.articles.webtechvision.com]]></copyright>
		<generator>N/A</generator>
		<webMaster>webtechvision@yahoo.com</webMaster>
		<lastBuildDate>Thu, 04 Dec 2008 07:04:04 PKT</lastBuildDate>
		<ttl>20</ttl>
		<item>
			<title><![CDATA[Class-Relational Approach to Tabular and XML Data Representation]]></title>
			<link>http://www.articles.webtechvision.com/articles/361/1/Class-Relational-Approach-to-Tabular-and-XML-Data-Representation/Page1.html</link>
			<description><![CDATA[This article is directed to all who are interested in XML databases and their possibilities to represent tabular data in XML view. Author, based on the long experience in development of database system (Sav Zigzag ORDBMS), suggests new ideas considering tables and XML as forms for presentation of one common data model. Ideas enable to convert tables set in the XML without using of mapping schema. XPath language may be applied to express the navigation through the correspondent tabular data.]]></description>
			<author>no@spam.com (Sergey Savushkin)</author>
			<pubDate><![CDATA[Thu, 10 Jan 2008 03:23:08 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/361/1/Class-Relational-Approach-to-Tabular-and-XML-Data-Representation/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[Use XML Standard Entity References]]></title>
			<link>http://www.articles.webtechvision.com/articles/190/1/Use-XML-Standard-Entity-References/Page1.html</link>
			<description><![CDATA[
<p class="docText">No reasonably sized keyboard could possibly include all the characters in Unicode. U.S. keyboards are especially weak when it comes to typing in foreign languages with unusual accents and non-Latin scripts. XML allows you to use either character references or entity references to address this problem. In general, named entity references like <tt>&Ecaron;</tt> should be preferred to character references like <tt>&#x011B;</tt> because they're easier on the human beings who have to read the source code.</p>
<p>&nbsp;</p>]]></description>
			<author>no@spam.com (Jhon Mark)</author>
			<pubDate><![CDATA[Wed, 13 Jun 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/190/1/Use-XML-Standard-Entity-References/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[Stay with XML 1.0]]></title>
			<link>http://www.articles.webtechvision.com/articles/189/1/Stay-with-XML-10/Page1.html</link>
			<description><![CDATA[
<p class="docText">Everything you need to know about XML 1.1 can be summed up in two rules.</p><span style="FONT-WEIGHT: bold">
<ol class="docList" type="1">
<li><span style="FONT-WEIGHT: normal">
<p class="docList">Don't use it.</p></span>
</li><li><span style="FONT-WEIGHT: normal">
<p class="docList">(For experts only) If you speak Mongolian, Yi, Cambodian, Amharic, Dhivehi, Burmese, or a very few other languages and you want to write your markup (not your text but your markup) in these languages, you can set the <tt>version</tt> attribute of the XML declaration to 1.1. Otherwise, refer to rule 1.</p></span></li></ol></span>]]></description>
			<author>no@spam.com (Jhon Mark)</author>
			<pubDate><![CDATA[Wed, 13 Jun 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/189/1/Stay-with-XML-10/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[XML Mark Up with ASCII if Possible]]></title>
			<link>http://www.articles.webtechvision.com/articles/188/1/XML-Mark-Up-with-ASCII-if-Possible/Page1.html</link>
			<description><![CDATA[
<p class="docText">Despite the rapid growth of Unicode in the last few years, the sad fact is that many text editors and other tools are still tied to platform- and nationality-dependent character sets such as Windows-1252, MacRoman, and SJIS. The only characters all these sets have in common are the 128 ASCII letters, digits, punctuation marks, and control characters. These characters are the only ones that can be reliably displayed and edited across the wide range of computers and software in use today. Thus, if it's not too big a problem, try to limit your markup to the ASCII character set. If you're writing in English, this is normally not a problem.</p>]]></description>
			<author>no@spam.com (Mike Tayler)</author>
			<pubDate><![CDATA[Mon, 04 Jun 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/188/1/XML-Mark-Up-with-ASCII-if-Possible/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[Include an XML Declaration]]></title>
			<link>http://www.articles.webtechvision.com/articles/187/1/Include-an-XML-Declaration/Page1.html</link>
			<description><![CDATA[
<p class="docText">Although XML declarations are optional, every XML document should have one. An XML declaration helps both human users and automated software identify the document as XML. It identifies the version of XML in use, specifies the character encoding, and can even help optimize the parsing. Most importantly, it's a crucial clue that what you're reading is in fact an XML document in environments where file type information is unavailable or unreliable.</p>]]></description>
			<author>no@spam.com (Mike Tayler)</author>
			<pubDate><![CDATA[Mon, 04 Jun 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/187/1/Include-an-XML-Declaration/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[Most Frequently Confused XML Terms]]></title>
			<link>http://www.articles.webtechvision.com/articles/186/1/Most-Frequently-Confused-XML-Terms/Page1.html</link>
			<description><![CDATA[This is neither an introductory book nor an XML tutorial. I assume that you're familiar with the basic structure of an XML document as elements that contain text, that you know how to ask a parser to read an XML document in your language of choice, that you can attach a stylesheet to a document as necessary, and so forth.]]></description>
			<author>no@spam.com (Mike Tayler)</author>
			<pubDate><![CDATA[Sun, 03 Jun 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/186/1/Most-Frequently-Confused-XML-Terms/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[XML for Beginner]]></title>
			<link>http://www.articles.webtechvision.com/articles/152/1/XML-for-Beginner/Page1.html</link>
			<description><![CDATA[Welcome to the wonderful world of Extensible Markup Language (XML). This short article is an effort to explain what XML is, what are it's benefits, and briefly describe some of standards evolving around it.]]></description>
			<author>no@spam.com (Richard Richi)</author>
			<pubDate><![CDATA[Mon, 26 Mar 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/152/1/XML-for-Beginner/Page1.html</guid>
		</item>
	</channel>
</rss>