<?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 Text - How to excape characters</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Markup Text - How to excape characters]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 23:32:32 +0000</pubDate>
  <lastBuildDate>Wed, 19 Nov 2008 05:26:52 +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=12692</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 Text - How to excape characters : Maybe :)  2pbergeot : or even...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12692&amp;PID=42966&amp;title=markup-text-how-to-excape-characters#42966</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12692<br /><strong>Posted:</strong> 19 November 2008 at 5:26am<br /><br />Maybe :)<DIV>&nbsp;</DIV><DIV>2<a href="https://forum.codejock.com/member_profile.asp?PF=4573&amp;FID=112" target="_blank"><strong><FONT color=#000000>pbergeot</FONT></strong></A> : or even better use Text property:</DIV><DIV>&nbsp;</DIV><DIV>&lt;TextBlock&gt; &lt;Run Text = "text&gt;text"/&gt;&nbsp; &lt;Run Text = "text&gt;text"/&gt; &lt;/TextBlock&gt;</DIV>]]>
   </description>
   <pubDate>Wed, 19 Nov 2008 05:26:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12692&amp;PID=42966&amp;title=markup-text-how-to-excape-characters#42966</guid>
  </item> 
  <item>
   <title><![CDATA[Markup Text - How to excape characters :    oleg wrote:Hi,  You can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12692&amp;PID=42935&amp;title=markup-text-how-to-excape-characters#42935</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 12692<br /><strong>Posted:</strong> 18 November 2008 at 8:23am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />Hi,<div>&nbsp;</div><div>You can replace &lt; to &amp;gt; in text. </div></td></tr></table><br><br>Shouldn't it be &amp;lt for &lt;? <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Tue, 18 Nov 2008 08:23:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12692&amp;PID=42935&amp;title=markup-text-how-to-excape-characters#42935</guid>
  </item> 
  <item>
   <title><![CDATA[Markup Text - How to excape characters : Hi,  You can replace &amp;lt; to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12692&amp;PID=42886&amp;title=markup-text-how-to-excape-characters#42886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12692<br /><strong>Posted:</strong> 17 November 2008 at 8:44am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You can replace &lt; to &amp;gt; in text. </DIV>]]>
   </description>
   <pubDate>Mon, 17 Nov 2008 08:44:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12692&amp;PID=42886&amp;title=markup-text-how-to-excape-characters#42886</guid>
  </item> 
  <item>
   <title><![CDATA[Markup Text - How to excape characters : I need to create a markup text...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12692&amp;PID=42879&amp;title=markup-text-how-to-excape-characters#42879</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4573">pbergeot</a><br /><strong>Subject:</strong> 12692<br /><strong>Posted:</strong> 16 November 2008 at 9:41pm<br /><br />I need to create a markup text which has the following 3 requirements.<br /><br />1&gt;  I can include the character '&lt;' in the text portion (so I need to escape it somehow but I couldn't find out how).<br /><br />2&gt;  The text portion must wrap on resize.<br /><br />3&gt;  The text portion must have some bolded and non-bolded parts.<br /><br />For example, I need to create the following string as markup:<br /><br />If the <strong>Chicken</strong> is &lt; than the <strong>Road</strong> it must cross the <strong>Road</strong><br /><br />(in wrapable mode)<br /><br />It seems that I can align 2 out of these 3 conditions but not the 3 together. Can someone help?<br /><br />Thank you.<br />]]>
   </description>
   <pubDate>Sun, 16 Nov 2008 21:41:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12692&amp;PID=42879&amp;title=markup-text-how-to-excape-characters#42879</guid>
  </item> 
 </channel>
</rss>