While integrating the Windows Installer XML 3.0 toolset, we needed to add references to the WiX manual on our SharePoint Wiki site. The straightforward path would have been to add an <iFrame src="<URL path to WiX manual page>" />. Unfortunately the wiki page content swallows any IFrame elements.
After poking around for a while, I found the following works for adding an IFrame to a SharePoint Wiki topic
<asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"><table width=100%><tr><td>
</td></tr><tr><td><iframe src="http://wix.sourceforge.net/manual-wix3/light.htm" width=100% height=1000></td></tr></table> <WebPartPages:WebPartZone runat="server" FrameType="None" ID="Bottom" Title="loc:Bottom" />