<?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/"
	>

<channel>
	<title>Xml articles</title>
	<atom:link href="http://xmlarticles.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://xmlarticles.com</link>
	<description>Design principles in XML</description>
	<pubDate>Fri, 24 Apr 2009 14:32:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Design principles in XML part 2</title>
		<link>http://xmlarticles.com/design-principles-in-xml-part-2/</link>
		<comments>http://xmlarticles.com/design-principles-in-xml-part-2/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 14:32:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://xmlarticles.com/?p=10</guid>
		<description><![CDATA[These goals have helped to shape a set of principles that are central to the effective use of XML. Although XML has certainly not invented these principles, it makes them more easy to apply.
We will look at these principles before examining the XML standard itself, in order to keep in mind the strategy we develop [...]]]></description>
			<content:encoded><![CDATA[<p>These goals have helped to shape a set of principles that are central to the effective use of XML. Although XML has certainly not invented these principles, it makes them more easy to apply.</p>
<p>We will look at these principles before examining the XML standard itself, in order to keep in mind the strategy we develop through the book.</p>
<p>XML functions on the basis of a number of key principles:</p>
<ul>
<li>Separation of form and content</li>
</ul>
<ul>
<li>Authoring of documents within a constrained or ‘bridled’ structure, often referred to as a ‘schema’</li>
</ul>
<ul>
<li>Storage of structure, labelling and content in clear text rather than binary format, and created according to an agreed standard</li>
</ul>
<ul>
<li>‘Semantic’ labelling of content ‘chunks’</li>
</ul>
<ul>
<li>‘Keys’ to understanding the labelling accessible to all</li>
</ul>
<ul>
<li>The entirety of the rules regarding the structure of a text or document type, as well as additional functions including further processing, linking and management, should themselves be written in XML These goals have helped to shape a set of principles that are central to the effective use of XML. Although XML has certainly not invented these principles, it makes them moreeasy to apply. We will look at these principles before examining the XML standard itself, in order to keep in mind the strategy we develop through the book.XML functions on the basis of a number of key principles:</li>
</ul>
<ul>
<li>Separation of form and content</li>
</ul>
<ul>
<li>Authoring of documents within a constrained or ‘bridled’ structure, often referred to as a ‘schema’</li>
</ul>
<ul>
<li>Storage of structure, labelling and content in clear text rather than binary format, andcreated according to an agreed standard</li>
</ul>
<ul>
<li>‘Semantic’ labelling of content ‘chunks’</li>
</ul>
<ul>
<li>‘Keys’ to understanding the labelling accessible to all</li>
</ul>
<ul>
<li>The entirety of the rules regarding the structure of a text or document type, as well asadditional functions including further processing, linking and management, shouldthemselves be written in XML</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xmlarticles.com/design-principles-in-xml-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Design principles in XML</title>
		<link>http://xmlarticles.com/design-principles-in-xml/</link>
		<comments>http://xmlarticles.com/design-principles-in-xml/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 12:44:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://xmlarticles.com/?p=7</guid>
		<description><![CDATA[The team that developed the original XML standard set out ten goals by which they intended to evaluate the outcome of their work. Of these ten, five are of particular interest to us:

The standard should be usable directly over the Internet, using its existing infrastructure, protocols and standards.


XML must have a wide range of possible [...]]]></description>
			<content:encoded><![CDATA[<p>The team that developed the original XML standard set out ten goals by which they intended to evaluate the outcome of their work. Of these ten, five are of particular interest to us:</p>
<ul>
<li>The standard should be usable directly over the Internet, using its existing infrastructure, protocols and standards.</li>
</ul>
<ul>
<li>XML must have a wide range of possible uses – it scope should not be not limited to Web pages,  databases or text processing, but preferably cover all three and manymore besides.</li>
</ul>
<ul>
<li> It should be easy to write XML documents.</li>
</ul>
<ul>
<li>It should be easy to create applications that process XML documents. This is of particular significance in businesses where design-to-production time is important.</li>
</ul>
<ul>
<li> XML documents should be readable by humans, not just by machines. This hasmeant that the entirety of XML documents – content and ‘markup’, as we shall seelater – is written in plain text rather than a binary format. This also explains why werefer to XML files as ‘documents’.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xmlarticles.com/design-principles-in-xml/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Introdoction to XML</title>
		<link>http://xmlarticles.com/introdoction-to-xml/</link>
		<comments>http://xmlarticles.com/introdoction-to-xml/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 15:44:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://xmlarticles.com/?p=3</guid>
		<description><![CDATA[We will start by examining XML’s origins briefly and, more importantly, the design principles and goals that its creation was intended to address. We will then examineXML itself and the range of related standards, and the principal means by which XMLcan be processed, particularly in the light of information management problems that wehave set out [...]]]></description>
			<content:encoded><![CDATA[<p>We will start by examining XML’s origins briefly and, more importantly, the design principles and goals that its creation was intended to address. We will then examineXML itself and the range of related standards, and the principal means by which XMLcan be processed, particularly in the light of information management problems that wehave set out to address.</p>
<p>We should be clear on one point, however: this chapter is not intended to be a comprehensiveguide to the technical intricacies of XML, and no developer should launch intoany substantial project armed only with this information. The guide to further reading at the end of the book should help as a pointer to more in-depth material.</p>
<p>Having examined the range of standards, and to which problems they might be applied,we then aim to set out a high-level business case for the use of XML, and identify theimplications that its deployment throws up for management, thus tackling the coreconcerns of the book.</p>
]]></content:encoded>
			<wfw:commentRss>http://xmlarticles.com/introdoction-to-xml/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
