<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>VisioExportToXAML</title><link>http://www.codeplex.com/VisioExportToXAML/Project/ProjectRss.aspx</link><description>An small add-in for Visual Studio 2007 to create XAML directly.      Uses Thierry Bouquain&amp;#39;s XamlTune and SharpVectors to perform the hard work of the conversion.</description><item><title>CREATED ISSUE: Error converting clip art Traffic Signal - "The Uri string is too long"</title><link>http://www.codeplex.com/VisioExportToXAML/WorkItem/View.aspx?WorkItemId=2024</link><description>While converting some Visio shapes and clip art, I was unable to convert the metafile &amp;#40;from clip art gallery titled&amp;#58; &amp;#34;Traffic signal - Green Stop Light&amp;#34;&amp;#41;.  The exception text is below, and the temporary SVG file is attached.&lt;br /&gt;&lt;br /&gt;INFO&amp;#58; Selection.Count&amp;#61;1&lt;br /&gt;Deleting &amp;#34;&amp;#92;&amp;#92;cpzaw-pro-09&amp;#92;Mydocs1&amp;#92;mhatch&amp;#92;My Pictures&amp;#92;icons&amp;#92;Workflow&amp;#92;Stoplight Green.xaml_temp.svg&amp;#34;&lt;br /&gt;Exporting from Visio to &amp;#34;&amp;#92;&amp;#92;cpzaw-pro-09&amp;#92;Mydocs1&amp;#92;mhatch&amp;#92;My Pictures&amp;#92;icons&amp;#92;Workflow&amp;#92;Stoplight Green.xaml_temp.svg&amp;#34;&lt;br /&gt;Exporting...&lt;br /&gt;Finished SVG export &amp;#40;1 seconds&amp;#41;&lt;br /&gt;SVG File size &amp;#61; 75561 bytes&lt;br /&gt;Finished SVG Loading &amp;#40;0 seconds&amp;#41;&lt;br /&gt;Converting to XAML ...&lt;br /&gt;Failed to convert to XAML &amp;#34;Invalid URI&amp;#58; The Uri string is too long.   at System.Uri.CreateThis&amp;#40;String uri, Boolean dontEscape, UriKind uriKind&amp;#41;&lt;br /&gt;   at System.Uri.CreateUri&amp;#40;Uri baseUri, String relativeUri, Boolean dontEscape&amp;#41;&lt;br /&gt;   at System.Uri..ctor&amp;#40;Uri baseUri, String relativeUri&amp;#41;&lt;br /&gt;   at SharpVectors.Dom.Svg.SvgElement.ResolveUri&amp;#40;String uri&amp;#41;&lt;br /&gt;   at SharpVectors.Dom.Svg.SvgImageElement.get_ReferencedResource&amp;#40;&amp;#41;&lt;br /&gt;   at SharpVectors.Renderer.Xaml.SvgImageElementGraphicsNode.Render&amp;#40;ISvgRenderer renderer&amp;#41;&lt;br /&gt;   at SharpVectors.Dom.Svg.SvgElement.Render&amp;#40;ISvgRenderer renderer&amp;#41;&lt;br /&gt;   at SharpVectors.Dom.Svg.SvgElement.RenderChildren&amp;#40;ISvgRenderer renderer&amp;#41;&lt;br /&gt;   at SharpVectors.Dom.Svg.SvgElement.Render&amp;#40;ISvgRenderer renderer&amp;#41;&lt;br /&gt;   at SharpVectors.Dom.Svg.SvgElement.RenderChildren&amp;#40;ISvgRenderer renderer&amp;#41;&lt;br /&gt;   at SharpVectors.Dom.Svg.SvgElement.Render&amp;#40;ISvgRenderer renderer&amp;#41;&lt;br /&gt;   at SharpVectors.Dom.Svg.SvgElement.RenderChildren&amp;#40;ISvgRenderer renderer&amp;#41;&lt;br /&gt;   at SharpVectors.Dom.Svg.SvgElement.Render&amp;#40;ISvgRenderer renderer&amp;#41;&lt;br /&gt;   at SharpVectors.Dom.Svg.SvgDocument.Render&amp;#40;ISvgRenderer renderer&amp;#41;&lt;br /&gt;   at SharpVectors.Renderer.Xaml.XamlRenderer.Render&amp;#40;SvgDocument node&amp;#41;&lt;br /&gt;   at XamlTuneConverter.Svg2Xaml.ConvertFromSVG&amp;#40;String input&amp;#41;&lt;br /&gt;   at VisioExportToXaml.VisioXAMLExportForm.ExportToXaml&amp;#40;&amp;#41;&amp;#34;&lt;br /&gt;</description><author>mhatch</author><pubDate>Thu, 17 Apr 2008 17:52:15 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Error converting clip art Traffic Signal - "The Uri string is too long" 20080417055215P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/VisioExportToXAML/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Description
&lt;/h1&gt;An Add-in to Visio 2007 to create XAML directly.&lt;br /&gt; &lt;br /&gt;!Updates&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;2008-04-16 - Updated ClickOnce installer to &lt;b&gt;disable&lt;/b&gt; checking for updates periodically&lt;/li&gt;&lt;li&gt;2008-04-16 - Source code can be found at the http://www.codeplex.com/visioautoext project&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Credits
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Thierry Bouquain's XamlTune &lt;a href="http://www.codeplex.com/XamlTune" class="externalLink"&gt;http://www.codeplex.com/XamlTune&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is used to perform the conversion. Many thanks to Thierry for taking the initiative for hooking up my original sample code to his&lt;/li&gt;&lt;li&gt;SharpVectors &lt;a href="http://sourceforge.net/projects/svgdomcsharp/" class="externalLink"&gt;http://sourceforge.net/projects/svgdomcsharp/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - this SVG library used by XamlTune&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Current XAML Translation Status based on Sample input files
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;01 Many gradient fills have a diagonal line that spans the fill&lt;/li&gt;&lt;li&gt;02 Works great&lt;/li&gt;&lt;li&gt;03 text is at wrong vertical position&lt;/li&gt;&lt;li&gt;04 Works great&lt;/li&gt;&lt;li&gt;05 font is wrong; text is at wrong vertical position&lt;/li&gt;&lt;li&gt;06 Exception thrown in XamlTune&lt;/li&gt;&lt;li&gt;07 Works great&lt;/li&gt;&lt;li&gt;08 font is wrong; text is at wrong vertical position&lt;/li&gt;&lt;li&gt;09 Exception thrown in XamlTune&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>saveenr</author><pubDate>Wed, 16 Apr 2008 19:04:20 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080416070420P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/VisioExportToXAML/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Description
&lt;/h1&gt;An Add-in to Visio 2007 to create XAML directly.&lt;br /&gt; &lt;br /&gt;!Updates&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;2008-04-16 - Updated ClickOnce installer to &lt;b&gt;desable&lt;/b&gt; checking for updates periodically&lt;/li&gt;&lt;li&gt;2008-04-16 - Source code can be found at the http://www.codeplex.com/visioautoext project&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Credits
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Thierry Bouquain's XamlTune &lt;a href="http://www.codeplex.com/XamlTune" class="externalLink"&gt;http://www.codeplex.com/XamlTune&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is used to perform the conversion. Many thanks to Thierry for taking the initiative for hooking up my original sample code to his&lt;/li&gt;&lt;li&gt;SharpVectors &lt;a href="http://sourceforge.net/projects/svgdomcsharp/" class="externalLink"&gt;http://sourceforge.net/projects/svgdomcsharp/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - this SVG library used by XamlTune&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Current XAML Translation Status based on Sample input files
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;01 Many gradient fills have a diagonal line that spans the fill&lt;/li&gt;&lt;li&gt;02 Works great&lt;/li&gt;&lt;li&gt;03 text is at wrong vertical position&lt;/li&gt;&lt;li&gt;04 Works great&lt;/li&gt;&lt;li&gt;05 font is wrong; text is at wrong vertical position&lt;/li&gt;&lt;li&gt;06 Exception thrown in XamlTune&lt;/li&gt;&lt;li&gt;07 Works great&lt;/li&gt;&lt;li&gt;08 font is wrong; text is at wrong vertical position&lt;/li&gt;&lt;li&gt;09 Exception thrown in XamlTune&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>saveenr</author><pubDate>Wed, 16 Apr 2008 19:04:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080416070408P</guid></item><item><title>UPDATED RELEASE: VisioExportToXaml-0.09 (Feb 16, 2008)</title><link>http://www.codeplex.com/VisioExportToXAML/Release/ProjectReleases.aspx?ReleaseId=10789</link><description>&amp;#33;Summary&lt;br /&gt;-Added a setup program for people to use without Visual Studio&lt;br /&gt;-Minor UI changes&lt;br /&gt;-No changes in export capabilities</description><author></author><pubDate>Wed, 16 Apr 2008 19:02:20 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: VisioExportToXaml-0.09 (Feb 16, 2008) 20080416070220P</guid></item><item><title>UPDATED RELEASE: VisioExportToXaml-0.09 (Feb 16, 2008)</title><link>http://www.codeplex.com/VisioExportToXAML/Release/ProjectReleases.aspx?ReleaseId=10789</link><description>&amp;#33;Summary&lt;br /&gt;-Added a setup program for people to use without Visual Studio&lt;br /&gt;-Minor UI changes&lt;br /&gt;-No changes in export capabilities</description><author></author><pubDate>Wed, 16 Apr 2008 19:01:47 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: VisioExportToXaml-0.09 (Feb 16, 2008) 20080416070147P</guid></item><item><title>UPDATED RELEASE: VisioExportToXaml-0.09 (Feb 16, 2008)</title><link>http://www.codeplex.com/VisioExportToXAML/Release/ProjectReleases.aspx?ReleaseId=10789</link><description>&amp;#33;Summary&lt;br /&gt;-Added a setup program for people to use without Visual Studio&lt;br /&gt;-Minor UI changes&lt;br /&gt;-No changes in export capabilities</description><author></author><pubDate>Wed, 16 Apr 2008 19:01:32 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: VisioExportToXaml-0.09 (Feb 16, 2008) 20080416070132P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/VisioExportToXAML/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Description
&lt;/h1&gt;An Add-in to Visio 2007 to create XAML directly.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Credits
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Thierry Bouquain's XamlTune &lt;a href="http://www.codeplex.com/XamlTune" class="externalLink"&gt;http://www.codeplex.com/XamlTune&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is used to perform the conversion. Many thanks to Thierry for taking the initiative for hooking up my original sample code to his&lt;/li&gt;&lt;li&gt;SharpVectors &lt;a href="http://sourceforge.net/projects/svgdomcsharp/" class="externalLink"&gt;http://sourceforge.net/projects/svgdomcsharp/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - this SVG library used by XamlTune&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Current XAML Translation Status based on Sample input files
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;01 Many gradient fills have a diagonal line that spans the fill&lt;/li&gt;&lt;li&gt;02 GREAT&lt;/li&gt;&lt;li&gt;03 text is at wrong vertical position&lt;/li&gt;&lt;li&gt;04 GREAT&lt;/li&gt;&lt;li&gt;05 font is wrong; text is at wrong vertical position&lt;/li&gt;&lt;li&gt;06 Exception thrown in XamlTune&lt;/li&gt;&lt;li&gt;07 GREAT&lt;/li&gt;&lt;li&gt;08 font is wrong; text is at wrong vertical position&lt;/li&gt;&lt;li&gt;09 Exception thrown in XamlTune&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>saveenr</author><pubDate>Sun, 17 Feb 2008 03:58:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080217035835A</guid></item><item><title>UPDATED RELEASE: VisioExportToXaml-0.09 (Feb 16, 2008)</title><link>http://www.codeplex.com/VisioExportToXAML/Release/ProjectReleases.aspx?ReleaseId=10789</link><description>&amp;#33;Summary&lt;br /&gt;-Added a setup program for people to use without Visual Studio&lt;br /&gt;-Minor UI changes&lt;br /&gt;-No changes in export capabilities</description><author></author><pubDate>Sun, 17 Feb 2008 01:56:22 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: VisioExportToXaml-0.09 (Feb 16, 2008) 20080217015622A</guid></item><item><title>CREATED RELEASE: VisioExportToXaml-0.08 (Feb 16, 2008)</title><link>http://www.codeplex.com/VisioExportToXAML/Release/ProjectReleases.aspx?ReleaseId=10789</link><description>&amp;#33;Summary&lt;br /&gt;-Added a setup program for people to use without Visual Studio&lt;br /&gt;-Minor UI changes&lt;br /&gt;-No changes in export capabilities</description><author></author><pubDate>Sun, 17 Feb 2008 00:52:04 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: VisioExportToXaml-0.08 (Feb 16, 2008) 20080217125204A</guid></item><item><title>UPDATED RELEASE: VisioExportToXaml-0.05 (Feb 09, 2008)</title><link>http://www.codeplex.com/VisioExportToXAML/Release/ProjectReleases.aspx?ReleaseId=10588</link><description>&amp;#33; Summary&lt;br /&gt;&amp;#42; using new version of XamlTune v0.1 &amp;#91;url&amp;#58;http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;XamlTune&amp;#93;&lt;br /&gt;&amp;#42; added more sample files</description><author></author><pubDate>Sat, 09 Feb 2008 17:55:39 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: VisioExportToXaml-0.05 (Feb 09, 2008) 20080209055539P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/VisioExportToXAML/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Description
&lt;/h1&gt;An Add-in to Visio 2007 to create XAML directly.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Credits
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Thierry Bouquain's XamlTune &lt;a href="http://www.codeplex.com/XamlTune" class="externalLink"&gt;http://www.codeplex.com/XamlTune&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is used to perform the conversion. Many thanks to Thierry for taking the initiative for hooking up my original sample code to his&lt;/li&gt;&lt;li&gt;SharpVectors &lt;a href="http://sourceforge.net/projects/svgdomcsharp/" class="externalLink"&gt;http://sourceforge.net/projects/svgdomcsharp/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - this SVG library used by XamlTune&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
XAML Translation Issues with Sample input files on version 0.05
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;01 Many gradient fills have a line that spans the fill&lt;/li&gt;&lt;li&gt;02 GREAT&lt;/li&gt;&lt;li&gt;03 text is at wrong vertical position&lt;/li&gt;&lt;li&gt;04 GREAT&lt;/li&gt;&lt;li&gt;05 font is wrong; text is at wrong vertical position&lt;/li&gt;&lt;li&gt;06 Exception thrown in XamlTune&lt;/li&gt;&lt;li&gt;07 GREAT&lt;/li&gt;&lt;li&gt;08 font is wrong; text is at wrong vertical position&lt;/li&gt;&lt;li&gt;09 Exception thrown in XamlTune&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>saveenr</author><pubDate>Sat, 09 Feb 2008 17:47:49 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080209054749P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/VisioExportToXAML/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Description
&lt;/h1&gt;An Add-in to Visio 2007 to create XAML directly.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Credits
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Thierry Bouquain's XamlTune &lt;a href="http://www.codeplex.com/XamlTune" class="externalLink"&gt;http://www.codeplex.com/XamlTune&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is used to perform the conversion. Many thanks to Thierry for taking the initiative for hooking up my original sample code to his&lt;/li&gt;&lt;li&gt;SharpVectors &lt;a href="http://sourceforge.net/projects/svgdomcsharp/" class="externalLink"&gt;http://sourceforge.net/projects/svgdomcsharp/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - this SVG library used by XamlTune&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>saveenr</author><pubDate>Sat, 09 Feb 2008 17:21:43 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080209052143P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/VisioExportToXAML/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;An Add-in to Visio 2007 to create XAML directly.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Credits
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Thierry Bouquain's XamlTune &lt;a href="http://www.codeplex.com/XamlTune" class="externalLink"&gt;http://www.codeplex.com/XamlTune&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is used to perform the conversion. Many thanks to Thierry for taking the initiative for hooking up my original sample code to his&lt;/li&gt;&lt;li&gt;SharpVectors &lt;a href="http://sourceforge.net/projects/svgdomcsharp/" class="externalLink"&gt;http://sourceforge.net/projects/svgdomcsharp/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - this SVG library used by XamlTune&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>saveenr</author><pubDate>Sat, 09 Feb 2008 17:21:34 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080209052134P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/VisioExportToXAML/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;An Add-in to Visio 2007 to create XAML directly.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;!Credits&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Thierry Bouquain's XamlTune &lt;a href="http://www.codeplex.com/XamlTune" class="externalLink"&gt;http://www.codeplex.com/XamlTune&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is used to perform the conversion. Many thanks to Thierry for taking the initiative for hooking up my original sample code to his&lt;/li&gt;&lt;li&gt;SharpVectors &lt;a href="http://sourceforge.net/projects/svgdomcsharp/" class="externalLink"&gt;http://sourceforge.net/projects/svgdomcsharp/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - this SVG library used by XamlTune&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>saveenr</author><pubDate>Sat, 09 Feb 2008 17:21:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080209052113P</guid></item><item><title>CREATED RELEASE: VisioExportToXaml-0.04 (Feb 06, 2008)</title><link>http://www.codeplex.com/VisioExportToXAML/Release/ProjectReleases.aspx?ReleaseId=10499</link><description>&amp;#33;Summary&lt;br /&gt;&lt;br /&gt;&amp;#42; uses newer version of XamlTune&lt;br /&gt;&amp;#42; more debugging info in the log&lt;br /&gt;&amp;#42; misc tiny feature additions&lt;br /&gt;&amp;#42; additional sample files&lt;br /&gt;</description><author></author><pubDate>Wed, 06 Feb 2008 22:23:34 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: VisioExportToXaml-0.04 (Feb 06, 2008) 20080206102334P</guid></item><item><title>CLOSED ISSUE: Suggestions: make it easier to examine output</title><link>http://www.codeplex.com/VisioExportToXAML/WorkItem/View.aspx?WorkItemId=1088</link><description>- Button to open output XAML &amp;#40;in the WPF host, in notepad&amp;#41;&lt;br /&gt;- Button to open intermediate SVG &amp;#40;in notepad&amp;#41;&lt;br /&gt;</description><author>saveenr</author><pubDate>Wed, 06 Feb 2008 22:01:11 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Suggestions: make it easier to examine output 20080206100111P</guid></item><item><title>CLOSED ISSUE: Auto-select all items in doc if nothing is selected</title><link>http://www.codeplex.com/VisioExportToXAML/WorkItem/View.aspx?WorkItemId=1107</link><description>Makes using this much more convenient. The user doesn&amp;#39;t always have to manually do a select all when loading a new doc for export.&lt;br /&gt;Comments: Implented in v 0.04</description><author>saveenr</author><pubDate>Wed, 06 Feb 2008 21:41:57 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Auto-select all items in doc if nothing is selected 20080206094157P</guid></item><item><title>CREATED ISSUE: Auto-select all items in doc if nothing is selected</title><link>http://www.codeplex.com/VisioExportToXAML/WorkItem/View.aspx?WorkItemId=1107</link><description>Makes using this much more convenient. The user doesn&amp;#39;t always have to manually do a select all when loading a new doc for export.&lt;br /&gt;</description><author>saveenr</author><pubDate>Wed, 06 Feb 2008 21:41:39 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Auto-select all items in doc if nothing is selected 20080206094139P</guid></item><item><title>CLOSED ISSUE: Use Latest Version of XamlTune</title><link>http://www.codeplex.com/VisioExportToXAML/WorkItem/View.aspx?WorkItemId=1105</link><description>version available onf 2008-02-06&lt;br /&gt;Comments: Fixed in version 0.04</description><author>saveenr</author><pubDate>Wed, 06 Feb 2008 21:40:18 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Use Latest Version of XamlTune 20080206094018P</guid></item><item><title>CLOSED ISSUE: WORKITEM: Add an obvious DONE message in the Output Log</title><link>http://www.codeplex.com/VisioExportToXAML/WorkItem/View.aspx?WorkItemId=1082</link><description>workitem&lt;br /&gt;Comments: Fixed in version 0.04</description><author>saveenr</author><pubDate>Wed, 06 Feb 2008 21:27:24 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: WORKITEM: Add an obvious DONE message in the Output Log 20080206092724P</guid></item></channel></rss>