<?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 bug in beta 14</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Markup bug in beta 14]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 09:55:29 +0000</pubDate>
  <lastBuildDate>Thu, 18 Feb 2010 04:19:37 +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=16220</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 bug in beta 14 : looks like they must not be escaped...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16220&amp;PID=56886&amp;title=markup-bug-in-beta-14#56886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 16220<br /><strong>Posted:</strong> 18 February 2010 at 4:19am<br /><br />looks like they must not be escaped in prior versions though.... hmmm]]>
   </description>
   <pubDate>Thu, 18 Feb 2010 04:19:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16220&amp;PID=56886&amp;title=markup-bug-in-beta-14#56886</guid>
  </item> 
  <item>
   <title><![CDATA[Markup bug in beta 14 : OK, looks like my bad.  Looks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16220&amp;PID=56885&amp;title=markup-bug-in-beta-14#56885</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 16220<br /><strong>Posted:</strong> 18 February 2010 at 4:15am<br /><br />OK, looks like my bad.<br /><br />Looks like ampersands must be escaped.]]>
   </description>
   <pubDate>Thu, 18 Feb 2010 04:15:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16220&amp;PID=56885&amp;title=markup-bug-in-beta-14#56885</guid>
  </item> 
  <item>
   <title><![CDATA[Markup bug in beta 14 : yep, that&amp;#039;s definitely it....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16220&amp;PID=56882&amp;title=markup-bug-in-beta-14#56882</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 16220<br /><strong>Posted:</strong> 18 February 2010 at 2:39am<br /><br />yep, that's definitely it.  It inserted the ';' about 31 chars after the &]]>
   </description>
   <pubDate>Thu, 18 Feb 2010 02:39:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16220&amp;PID=56882&amp;title=markup-bug-in-beta-14#56882</guid>
  </item> 
  <item>
   <title><![CDATA[Markup bug in beta 14 : OK, I think I found the problem....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16220&amp;PID=56881&amp;title=markup-bug-in-beta-14#56881</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 16220<br /><strong>Posted:</strong> 18 February 2010 at 2:36am<br /><br />OK, I think I found the problem.  <br /><br />Using VSS to do a diff on XTPMarkupParser.cpp, there are only 2 diffs between 13.2.1 and 14.0.0 beta. IN<br /><br />CXTPMarkupParser::TokenType CXTPMarkupParser::ScanHead()<br /><br /><br />line 205&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (c == '&')<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c = ScanEntity();<br /><br /><br />was added.<br /><br />ScanEntity returns ';' if not an entity.<br /><br />We have ampersands in our tag values (since it's a URL with query string).<br /><br />I don't think you should be trying to parse entities out of tag values?  Probably not any values.  Anything between quotes shouldn't be parsed?]]>
   </description>
   <pubDate>Thu, 18 Feb 2010 02:36:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16220&amp;PID=56881&amp;title=markup-bug-in-beta-14#56881</guid>
  </item> 
  <item>
   <title><![CDATA[Markup bug in beta 14 : Hi  We&amp;#039;re using markup to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16220&amp;PID=56879&amp;title=markup-bug-in-beta-14#56879</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 16220<br /><strong>Posted:</strong> 18 February 2010 at 1:13am<br /><br />Hi<br /><br />We're using markup to create some buttons.  We get the callback when the button is clicked, but for some reason the CJ framework messed with the tag we had on the element (inserted a semicolon into it).  The tag names are using a URI format for an internal action so they can get longish (about 60chars).<br /><br />This was introduced in 14.0 beta (original and latest).]]>
   </description>
   <pubDate>Thu, 18 Feb 2010 01:13:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16220&amp;PID=56879&amp;title=markup-bug-in-beta-14#56879</guid>
  </item> 
 </channel>
</rss>