<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>
	<channel>
		<title>Coding Robots Forums Topic: HTML generation problem w/ double quotes and URLs with query params</title>
		<link>http://forum.codingrobots.com/topic/html-generation-problem-w-double-quotes-and-urls-with-query-params</link>
		<description>Coding Robots Forums Topic: HTML generation problem w/ double quotes and URLs with query params</description>
		<language>en-US</language>
		<pubDate>Fri, 12 Mar 2010 21:52:01 +0000</pubDate>
		<generator>bbpress 1.0-alpha-2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.codingrobots.com/search.php</link>
		</textInput>

		<item>
			<title>dossy on "HTML generation problem w/ double quotes and URLs with query params"</title>
			<link>http://forum.codingrobots.com/topic/html-generation-problem-w-double-quotes-and-urls-with-query-params/page/81#post-1695</link>
			<pubDate>Fri, 18 Jan 2008 06:45:57 +0000</pubDate>
			<dc:creator>dossy</dc:creator>
			<guid isPermaLink="false">1695@http://forum.codingrobots.com/</guid>
			<description>Dmitry, have you tried that?  I tried correcting the HTML and when it posts, it seems to re-generate the HTML one last time and sends the bad HTML.

The work-around I've used is to post using BlogJet, then go directly into Movable Type and/or WordPress (as appopriate for where I'm posting) and hand-edit the HTML there.  Definitely not a great solution, but that's what I've had to do thus far.

I'd really love to see an update released that fixes this bug.  Thanks.</description>
		</item>
		<item>
			<title>Dmitry Chestnykh on "HTML generation problem w/ double quotes and URLs with query params"</title>
			<link>http://forum.codingrobots.com/topic/html-generation-problem-w-double-quotes-and-urls-with-query-params/page/81#post-1694</link>
			<pubDate>Fri, 18 Jan 2008 05:44:20 +0000</pubDate>
			<dc:creator>Dmitry Chestnykh</dc:creator>
			<guid isPermaLink="false">1694@http://forum.codingrobots.com/</guid>
			<description>Thank you! We'll look into this.

At this time, the workaround is to manually remove the extra quotation mark in HTML code editor mode.</description>
		</item>
		<item>
			<title>dossy on "HTML generation problem w/ double quotes and URLs with query params"</title>
			<link>http://forum.codingrobots.com/topic/html-generation-problem-w-double-quotes-and-urls-with-query-params/page/81#post-1693</link>
			<pubDate>Tue, 15 Jan 2008 16:46:06 +0000</pubDate>
			<dc:creator>dossy</dc:creator>
			<guid isPermaLink="false">1693@http://forum.codingrobots.com/</guid>
			<description>I'm using BlogJet 2.0.0.10 on WinXP Home SP2 and MSIE 6.  (I'm hesitant to upgrade to IE7, since I use Firefox for all browsing anyway.)

Steps to reproduce:

1) Start new blog post.

2) In post body, type:

&#60;blockquote&#62;This is &#34;a simple test&#34;.&#60;/blockquote&#62;
3) Select the words &#34;a simple test&#34; (not including the double quotes).

4) Hit Ctrl-K to turn the selection into a hyperlink.  Enter &#34;http://test/?foo=bar&#38;baz=bing&#34; in the &#34;Address&#34; field.  Click &#34;OK&#34;.

5) View generated HTML source by hitting Ctrl-Tab.  What you get is:

&#60;code&#62;This is &#34;&#60;A href=&#34;http://test/?foo=&#34;bar&#38;amp;baz=bing&#34;&#34;&#62;a simple test&#60;/a&#62;&#34;.&#60;/code&#62;
That is wrong.  What it should have been is:

&#60;code&#62;This is &#34;&#60;A href=&#34;http://test/?foo=bar&#38;amp;baz=bing&#34;&#62;a simple test&#60;/a&#62;&#34;.&#60;/code&#62;
Where did the extra pair of double quotes come from?  (e.g., around &#34;bar&#38;amp;baz=bing&#34;)?

Please fix this?</description>
		</item>

	</channel>
</rss>
