<?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>web development helpdesk &#187; StringWriter</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/stringwriter/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Mon, 06 Sep 2010 08:12:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to create XML String from a DOM Document?</title>
		<link>http://helpdesk.objects.com.au/java/how-to-create-xml-string-from-a-dom-document?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-create-xml-string-from-a-dom-document</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-create-xml-string-from-a-dom-document#comments</comments>
		<pubDate>Tue, 10 Mar 2009 03:54:45 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[Document]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[StringWriter]]></category>
		<category><![CDATA[Transformer]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=834</guid>
		<description><![CDATA[A Transformer can be used to write the XML for a DOM Document to a String. As the name implies a Transformer transforms a Source object into a Result, in this case the Source is the DOM Document, and the Result is a StringWriter (which the resulting XML String can be extracted from). TransformerFactory factory [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-create-xml-string-from-a-dom-document/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
