<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>itspice.net &#187; XML</title>
	<atom:link href="http://itspice.net/cms/category/xml/feed" rel="self" type="application/rss+xml" />
	<link>http://itspice.net/cms</link>
	<description>itspice</description>
	<lastBuildDate>Tue, 29 Jun 2010 10:47:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Structured Authoring and the Evolution of XML Standards &#8211; Two Perspectives on XML</title>
		<link>http://itspice.net/cms/top-feed/structured-authoring-and-the-evolution-of-xml-standards-two-perspectives-on-xml</link>
		<comments>http://itspice.net/cms/top-feed/structured-authoring-and-the-evolution-of-xml-standards-two-perspectives-on-xml#comments</comments>
		<pubDate>Mon, 25 Jan 2010 23:40:44 +0000</pubDate>
		<dc:creator>itspice</dc:creator>
				<category><![CDATA[Top Feed]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[sgml]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[WYSIWYG]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://itspice.net/cms/?p=1868</guid>
		<description><![CDATA[By Max Dunn
I have been working with XML since it was a glimmer in the eye of Jon Bosak. In fact, before XML was conceived, there was SGML; going from SGML to XML represented a streamlining for the web, but at its core there was not much functional difference; in fact XML is a subset [...]]]></description>
		<wfw:commentRss>http://itspice.net/cms/top-feed/structured-authoring-and-the-evolution-of-xml-standards-two-perspectives-on-xml/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Javascript Feature: Read Xml String, Parse, And Set Elements To Values</title>
		<link>http://itspice.net/cms/web-internet/javascript-feature-read-xml-string-parse-and-set-elements-to-values</link>
		<comments>http://itspice.net/cms/web-internet/javascript-feature-read-xml-string-parse-and-set-elements-to-values#comments</comments>
		<pubDate>Wed, 16 Dec 2009 17:56:12 +0000</pubDate>
		<dc:creator>itspice</dc:creator>
				<category><![CDATA[Top Feed]]></category>
		<category><![CDATA[Web-Internet]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript function]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[xml string]]></category>

		<guid isPermaLink="false">http://itspice.net/cms/?p=1924</guid>
		<description><![CDATA[Author: Rob Guida
Written by: Robert Guida, guidaMedia.com, ©2009.
Who is this for?
Getting a fully functional script that actually reads in XML, parses it, and then sets element values is not easy to find on the Web. I searched for hours, but was only able to find bits and pieces to put together a function. So if [...]]]></description>
		<wfw:commentRss>http://itspice.net/cms/web-internet/javascript-feature-read-xml-string-parse-and-set-elements-to-values/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SOAP Concepts in simple words</title>
		<link>http://itspice.net/cms/library-tutorials-online-books-white-papers-ebooks-free-boooks/soap-concepts-in-simple-words</link>
		<comments>http://itspice.net/cms/library-tutorials-online-books-white-papers-ebooks-free-boooks/soap-concepts-in-simple-words#comments</comments>
		<pubDate>Sat, 28 Nov 2009 21:50:44 +0000</pubDate>
		<dc:creator>itspice</dc:creator>
				<category><![CDATA[Library and Tutorials]]></category>
		<category><![CDATA[Top Feed]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[SOAP MEP]]></category>

		<guid isPermaLink="false">http://itspice.net/cms/?p=1789</guid>
		<description><![CDATA[SOAP stands for &#8220;Simple Object Access Protocol&#8221; but with the latest revision of the standard, Version 1.2, SOAP is no longer an acronym. The SOAP standard contains the information for how the messages should be sent, the format the XML appears in, the different primitive types supposed, the roles different pieces of software take during [...]]]></description>
		<wfw:commentRss>http://itspice.net/cms/library-tutorials-online-books-white-papers-ebooks-free-boooks/soap-concepts-in-simple-words/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using XML Namespace to Determine a Java Package Name at Runtime</title>
		<link>http://itspice.net/cms/enterprise-java/using-xml-namespace-to-determine-a-java-package-name-at-runtime</link>
		<comments>http://itspice.net/cms/enterprise-java/using-xml-namespace-to-determine-a-java-package-name-at-runtime#comments</comments>
		<pubDate>Mon, 22 Sep 2008 19:19:55 +0000</pubDate>
		<dc:creator>itspice</dc:creator>
				<category><![CDATA[Enterprise Java]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Using XML Namespace to Determine a Java Package Name at Runtime]]></category>

		<guid isPermaLink="false">http://itspice.net/cms/?p=275</guid>
		<description><![CDATA[By Joseph Pescatello
An object represents the basic unit of operation in a Java program and in other object-oriented programming languages. Most programs consist of many objects which act in concert to provide the prescribed functionality. When a program executes, all objects are created and initialized (instantiated) to the ‘state’ they are required to assume before [...]]]></description>
		<wfw:commentRss>http://itspice.net/cms/enterprise-java/using-xml-namespace-to-determine-a-java-package-name-at-runtime/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Understanding XML Server</title>
		<link>http://itspice.net/cms/xml/understanding-xml-server</link>
		<comments>http://itspice.net/cms/xml/understanding-xml-server#comments</comments>
		<pubDate>Sat, 20 Sep 2008 18:07:19 +0000</pubDate>
		<dc:creator>itspice</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[Understanding XML Server]]></category>

		<guid isPermaLink="false">http://itspice.net/cms/?p=223</guid>
		<description><![CDATA[By Balaji B
XML Server can be a Web Server that stores the XML files in it and serves them on demand. The XML Server would have processing capabilities with an XML engine and to transform the XML document to other forms. Basically a server which hosts and serves the XML documents is called a XML [...]]]></description>
		<wfw:commentRss>http://itspice.net/cms/xml/understanding-xml-server/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Use SQLXML to Retrieve Data from SQL Server Database?</title>
		<link>http://itspice.net/cms/xml/how-to-use-sqlxml-to-retrieve-data-from-sql-server-database</link>
		<comments>http://itspice.net/cms/xml/how-to-use-sqlxml-to-retrieve-data-from-sql-server-database#comments</comments>
		<pubDate>Sat, 20 Sep 2008 18:06:08 +0000</pubDate>
		<dc:creator>itspice</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[How to Use SQLXML to Retrieve Data from SQL Server Database?]]></category>

		<guid isPermaLink="false">http://itspice.net/cms/?p=221</guid>
		<description><![CDATA[By Balaji B
Using SQL Server 2000 and above versions you can retrieve data from SQL Server in XML format directly from the database. Many XML related features were incorporated in the SQL Server database. This enables the development of XML enabled applications very easy and it makes exchange of data over internet easy. In this [...]]]></description>
		<wfw:commentRss>http://itspice.net/cms/xml/how-to-use-sqlxml-to-retrieve-data-from-sql-server-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Retrieve Data from SQL Server Database in XML Format?</title>
		<link>http://itspice.net/cms/xml/how-to-retrieve-data-from-sql-server-database-in-xml-format</link>
		<comments>http://itspice.net/cms/xml/how-to-retrieve-data-from-sql-server-database-in-xml-format#comments</comments>
		<pubDate>Sat, 20 Sep 2008 18:04:36 +0000</pubDate>
		<dc:creator>itspice</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[How to Retrieve Data from SQL Server Database in XML Format?]]></category>

		<guid isPermaLink="false">http://itspice.net/cms/?p=219</guid>
		<description><![CDATA[By Balaji B
After the release of the SQL Server 2000 the way the data is retrieved has taken a new dimension. The support for XML format is there from the version of SQL Server 2000.
With that it is possible to retrieve data from the SQL Server database in the XML format. SQLXML is used for [...]]]></description>
		<wfw:commentRss>http://itspice.net/cms/xml/how-to-retrieve-data-from-sql-server-database-in-xml-format/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
