You are both right. I was wrong. It does work. My iframe wasn't working properly for a different reason, and I had attributed it to the & issue. <br><br>But, I have encountered what Ansgar describes too, and I had wanted to turn off the ampersand interpolation. Embedding a google map into a page, for example, doesn't work without modifying the embed code they give you to copy n paste. That's because they've already &amp;'d the &'s for you, which pmwiki then turns into &amp;amp; which fails. <br>

<br>I can think of a few solutions, such as turning off ampersand interpolation within HTML tags. Dunno if that is enablehtml.php type of change, or pmwiki ROS change. Another option would be able to just turn off the & interpolation within a config. <br>

<br>Very interested to hear your thoughts.<br clear="all"><br>ryan<br>
<br><br><div class="gmail_quote">On Fri, Feb 25, 2011 at 8:21 AM, Patrick R. Michaud <span dir="ltr"><<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">On Wed, Feb 23, 2011 at 03:28:03PM -0500, Ryan O'Toole wrote:<br>
> I'm using the enablehtml.php recipe to allow iframes in my wiki, but if I set<br>
> the src of the iframe to something with ampersands in it, the wiki rewrites<br>
> them as &amp; which breaks the URL. Is there a way to prevent this?<br>
<br>
</div>I'm a little confused... why wouldn't the url need to have the ampersand<br>
converted to &amp;?  Most urls embedded into an HTML document need this<br>
conversion to be there.<br>
<br>
Could you give an example of the markup you're using, what you're<br>
expecting as output and what is actually being generated?  That<br>
would help a lot.<br>
<font color="#888888"><br>
Pm<br>
<br>
</font></blockquote></div><br>