<?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>LINUX ADMINISTRATION NOTES &#38; CODE SNIPPETS &#187; XML</title>
	<atom:link href="http://linuxbloggers.org/category/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbloggers.org</link>
	<description>pTCsxunH</description>
	<lastBuildDate>Sun, 28 Feb 2010 18:43:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SOAP override xml tags</title>
		<link>http://linuxbloggers.org/soap-override-xml-tags/</link>
		<comments>http://linuxbloggers.org/soap-override-xml-tags/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 04:43:05 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[xml tag soap override problem ASCII]]></category>

		<guid isPermaLink="false">http://blog.linuxconfig.org/soap-override-xml-tags/</guid>
		<description><![CDATA[Sending XML data via SOAP can sometimes create problems. Sending &#60;mydata&#62; can by translated as a XML tag a cause
probelms at the other end of SOAP transfer. The easiest workaround is to use &#38;lt; and &#38;gt; instead of &#60; and &#62;.
To send XML &#60;mydata&#62; we can write &#38;lt;mydata&#38;gt;.
]]></description>
		<wfw:commentRss>http://linuxbloggers.org/soap-override-xml-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
