<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Enum as an XML Attribute with XStream</title>
	<atom:link href="http://everydaycoder.com/2006/12/08/enum-attribute-xstream.html/feed" rel="self" type="application/rss+xml" />
	<link>http://everydaycoder.com/2006/12/08/enum-attribute-xstream.html</link>
	<description>The rants and raves of a programmer in the trenches.</description>
	<pubDate>Tue, 06 Jan 2009 12:24:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manjunath</title>
		<link>http://everydaycoder.com/2006/12/08/enum-attribute-xstream.html/comment-page-1#comment-8278</link>
		<dc:creator>Manjunath</dc:creator>
		<pubDate>Wed, 13 Aug 2008 04:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://everydaycoder.com/2006/12/08/enum-attribute-xstream.html#comment-8278</guid>
		<description>The above problem can be solved by implementing convertor like:

HierarchicalStreamWriter writer;
writer.startNode("tag-name");
writer.addAttribute("attribute-name", "att-value");
writer.setValue("tag-value");
writer.endNode();

with the above code you can get the attribute and value for a tag implementing Convertor.

Thanks
Manjunath</description>
		<content:encoded><![CDATA[<p>The above problem can be solved by implementing convertor like:</p>
<p>HierarchicalStreamWriter writer;<br />
writer.startNode(&#8221;tag-name&#8221;);<br />
writer.addAttribute(&#8221;attribute-name&#8221;, &#8220;att-value&#8221;);<br />
writer.setValue(&#8221;tag-value&#8221;);<br />
writer.endNode();</p>
<p>with the above code you can get the attribute and value for a tag implementing Convertor.</p>
<p>Thanks<br />
Manjunath</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manjunath</title>
		<link>http://everydaycoder.com/2006/12/08/enum-attribute-xstream.html/comment-page-1#comment-8269</link>
		<dc:creator>Manjunath</dc:creator>
		<pubDate>Tue, 12 Aug 2008 09:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://everydaycoder.com/2006/12/08/enum-attribute-xstream.html#comment-8269</guid>
		<description>I am trying to show the XML tags with SPADES as the value for the second tag with an attribute inside one main tag.
Something like 
tag1
  tag2 att1="12"&#62;value&#60;end tag2
end tag1

Thanks
Manjunath</description>
		<content:encoded><![CDATA[<p>I am trying to show the XML tags with SPADES as the value for the second tag with an attribute inside one main tag.<br />
Something like<br />
tag1<br />
  tag2 att1=&#8221;12&#8243;&gt;value&lt;end tag2<br />
end tag1</p>
<p>Thanks<br />
Manjunath</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Everyday Coder</title>
		<link>http://everydaycoder.com/2006/12/08/enum-attribute-xstream.html/comment-page-1#comment-4508</link>
		<dc:creator>Everyday Coder</dc:creator>
		<pubDate>Fri, 10 Aug 2007 16:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://everydaycoder.com/2006/12/08/enum-attribute-xstream.html#comment-4508</guid>
		<description>&lt;p&gt;Glad I could help!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Glad I could help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://everydaycoder.com/2006/12/08/enum-attribute-xstream.html/comment-page-1#comment-4505</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Fri, 10 Aug 2007 10:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://everydaycoder.com/2006/12/08/enum-attribute-xstream.html#comment-4505</guid>
		<description>My experience was identical to yours until I googled to find the solution and found your blog! Thanks for taking the trouble to write it all down...</description>
		<content:encoded><![CDATA[<p>My experience was identical to yours until I googled to find the solution and found your blog! Thanks for taking the trouble to write it all down&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://everydaycoder.com/2006/12/08/enum-attribute-xstream.html/comment-page-1#comment-1091</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 17 Apr 2007 12:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://everydaycoder.com/2006/12/08/enum-attribute-xstream.html#comment-1091</guid>
		<description>Thank You</description>
		<content:encoded><![CDATA[<p>Thank You</p>
]]></content:encoded>
	</item>
</channel>
</rss>
