<?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 : BETA 3 XAML Parser Issues</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : MarkupLabel Control : BETA 3 XAML Parser Issues]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 21 May 2026 04:12:00 +0000</pubDate>
  <lastBuildDate>Thu, 05 Nov 2015 14:49:31 +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=22744</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[BETA 3 XAML Parser Issues :  Your post has been submitted...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22744&amp;PID=74089&amp;title=beta-3-xaml-parser-issues#74089</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8944">Alopez</a><br /><strong>Subject:</strong> 22744<br /><strong>Posted:</strong> 05 November 2015 at 2:49pm<br /><br />Your post has been submitted and corrections will be made. thank you for your patience and we will attempt to fix these errors soon. ]]>
   </description>
   <pubDate>Thu, 05 Nov 2015 14:49:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22744&amp;PID=74089&amp;title=beta-3-xaml-parser-issues#74089</guid>
  </item> 
  <item>
   <title><![CDATA[BETA 3 XAML Parser Issues : A quick follow-up to my post above....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22744&amp;PID=73978&amp;title=beta-3-xaml-parser-issues#73978</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 22744<br /><strong>Posted:</strong> 02 October 2015 at 11:21am<br /><br />A quick follow-up to my post above. It's not the ScrollViewer that appears to trigger this problem; it's the use of FontFamily. I can also reproduce the problem with the following simplified example:<div><br></div><div><div>&lt;TextBlock FontFamily="Tahoma"&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>The Drive Space Panel provides you with an at-a-glance view of the used and free</div><div>&nbsp; &nbsp; &nbsp; &nbsp; space on &lt;Bold&gt;each drive in your computer&lt;/Bold&gt;.</div><div>&lt;/TextBlock&gt;</div></div><div><br></div><div>Again, if the FontFamily tag is removed then the problem is reversed (extra whitespace is added, rather than existing white space being stripped).</div><div><br></div><div>Regards,</div><div><br></div><div>Mark R.</div>]]>
   </description>
   <pubDate>Fri, 02 Oct 2015 11:21:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22744&amp;PID=73978&amp;title=beta-3-xaml-parser-issues#73978</guid>
  </item> 
  <item>
   <title><![CDATA[BETA 3 XAML Parser Issues : The XTP 17 BETA 3 XAML parser...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22744&amp;PID=73977&amp;title=beta-3-xaml-parser-issues#73977</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 22744<br /><strong>Posted:</strong> 02 October 2015 at 11:18am<br /><br />The XTP 17 BETA 3 XAML parser has some problems.<div><br></div><div>First, there's something wrong with how the parser handles white space. Here's just one example. If you enter the following into MarkupPad you'll see that whitespace is not handled correctly:</div><div><br></div><div>&lt;ScrollViewer TextBlock.FontFamily="Tahoma"&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;TextBlock TextWrapping="Wrap" Margin="0,10,0,0"&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span> &nbsp; &nbsp; &nbsp; &nbsp;The Drive Space Panel provides you with an at-a-glance view of the used and free</div><div>&nbsp; &nbsp; &nbsp; &nbsp; <span ="Apple-tab-span" style="white-space:pre">	</span>space on &lt;Bold&gt;each drive in your computer&lt;/Bold&gt;.</div><div>&nbsp; &nbsp; &nbsp; &lt;/TextBlock&gt;</div><div>&lt;/ScrollViewer&gt;</div><div><br></div><div>And here's how it actually gets rendered, which is incorrect:</div><div><br></div><div><img src="uploads/669/xamlx.png" height="32" width="685" border="0" /><br></div><div><br></div><div>Note that the above incorrectly handling of whitespace is only present if the scrollviewer is used. If you remove the ScrollViewer, the parser will actually <b>add extra white space</b>&nbsp;rather than remove it.</div><div><br></div><div>Also, RadioButton controls are not rendering correctly when Office 2010 themes are used. They are strangely pixelated, rather than smooth as they were in v16. Here's a screenshot of what I mean:</div><div><br></div><div><img src="uploads/669/xaml3.png" height="124" width="168" border="0" /><br></div><div><span style="line-height: 1.4;"><br>It's very important that markup render correctly, and I hope these types of issues will be addressed soon.</span></div><div><br></div><div>Regards,</div><div><br></div><div>Mark R.</div>]]>
   </description>
   <pubDate>Fri, 02 Oct 2015 11:18:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22744&amp;PID=73977&amp;title=beta-3-xaml-parser-issues#73977</guid>
  </item> 
 </channel>
</rss>