<?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 : Markup parsing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Markup parsing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 06:14:26 +0000</pubDate>
  <lastBuildDate>Wed, 18 Jun 2008 06:42:42 +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=11007</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[Markup parsing : Thanks. fixed for 12.0.1 ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11007&amp;PID=36914&amp;title=markup-parsing#36914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11007<br /><strong>Posted:</strong> 18 June 2008 at 6:42am<br /><br />Thanks. fixed for 12.0.1]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 06:42:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11007&amp;PID=36914&amp;title=markup-parsing#36914</guid>
  </item> 
  <item>
   <title><![CDATA[Markup parsing : Hi,Try to set in App setlocale(...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11007&amp;PID=36666&amp;title=markup-parsing#36666</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2076">gpm1</a><br /><strong>Subject:</strong> 11007<br /><strong>Posted:</strong> 13 June 2008 at 7:08am<br /><br />Hi,<br><br>Try to set in App <br><b>setlocale( LC_ALL, "" );</b><br>and then open, with&nbsp; , as decimal symbol.<br>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 07:08:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11007&amp;PID=36666&amp;title=markup-parsing#36666</guid>
  </item> 
  <item>
   <title><![CDATA[Markup parsing : Hi, Do you see it with our MarkupPad...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11007&amp;PID=36656&amp;title=markup-parsing#36656</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11007<br /><strong>Posted:</strong> 13 June 2008 at 6:28am<br /><br /><P>Hi,</P><DIV>Do you see it with our MarkupPad sample ?</DIV><DIV>I changed it in regional settings, but it works.&nbsp; <BR></DIV>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 06:28:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11007&amp;PID=36656&amp;title=markup-parsing#36656</guid>
  </item> 
  <item>
   <title><![CDATA[Markup parsing : Hello,In the file XTPMarkupDrawingContext.cpp...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11007&amp;PID=36621&amp;title=markup-parsing#36621</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2076">gpm1</a><br /><strong>Subject:</strong> 11007<br /><strong>Posted:</strong> 12 June 2008 at 12:15pm<br /><br />Hello,<br><br>In the file XTPMarkupDrawingContext.cpp there is next method:<br><br><b>CXTPMarkupObject* CXTPMarkupPoint::ConvertFrom(CXTPMarkupObject* pObject) const<br>{<br>&nbsp;&nbsp;&nbsp; if (IsStringObject(pObject))<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LPCWSTR lpszValue = *(CXTPMarkupString*)pObject;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; float x = 0 , y = 0;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (WSCANF_S(lpszValue, L"%f,%f", &amp;x, &amp;y) != 2)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return FALSE;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return new CXTPMarkupPoint(x, y);<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; return FALSE;<br>}<br><br></b>While parsing that block of xaml:<br><br><b>&lt;LinearGradientBrush StartPoint="0, 0" EndPoint="0, 1"&gt;</b><br>&nbsp;<br>on a PC with locales where decimal symbol is <b><font color="#ff0000">,</font> </b>parsing is failed. For correct parsing there shouldn't be decimal point  the same.<br><br>Pavel<br>]]>
   </description>
   <pubDate>Thu, 12 Jun 2008 12:15:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11007&amp;PID=36621&amp;title=markup-parsing#36621</guid>
  </item> 
 </channel>
</rss>