<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : XAML Stripper</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Visual Basic Code Snippets : XAML Stripper]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 03:37:42 +0000</pubDate>
  <lastBuildDate>Sun, 09 Aug 2009 15:58:35 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=14928</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[XAML Stripper :  Updated (latest version always...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14928&amp;PID=51789&amp;title=xaml-stripper#51789</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 14928<br /><strong>Posted:</strong> 09 August 2009 at 3:58pm<br /><br />Updated (latest version always in first post) - bug fixes for handling spaces between attribute name and equal sign, as well as for missing inline Text/Content attribute when tag is self-closed and last item.<br>]]>
   </description>
   <pubDate>Sun, 09 Aug 2009 15:58:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14928&amp;PID=51789&amp;title=xaml-stripper#51789</guid>
  </item> 
  <item>
   <title><![CDATA[XAML Stripper :  Here&amp;#039;s my first attempt...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14928&amp;PID=51713&amp;title=xaml-stripper#51713</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 14928<br /><strong>Posted:</strong> 07 August 2009 at 2:27pm<br /><br />Here's my first attempt at a generic XAML markup stripper. It seems towork pretty well so far (test against CJ markup examples). It's not asefficient as it could be (I could be short-circuiting the main loop inmore places, and maybe even handle entities in the first pass), but itshould do if you don't have to convert a lot of items. I will see if Ihave time to optimize it, but if anyone wants to pick up the task, Iwon't complain <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"><br><br>Some decisions had to made about whitespace handling - I decided tocollapse them all just like Markup display does, but this may not besuitable for all purposes (e.g. matching against data from the sourcethat you generated the markup from). I also decided to add spacebetween plain text from different tags. This isn't always the desiredresult (for example, the baseline example has a a space between theword Baseline and the number 2 in the converted text, that doesn'tappear on the markup display. But it is the preferable result in morecases so I went with it).<br><br>Here's the source:<br><br><a href="uploads/20090809_155906_StripMarkup.zip" target="_blank">uploads/20090809_155906_StripMarkup.zip</a><br><br>Bug reports welcome, of course.]]>
   </description>
   <pubDate>Fri, 07 Aug 2009 14:27:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14928&amp;PID=51713&amp;title=xaml-stripper#51713</guid>
  </item> 
 </channel>
</rss>