I try it ...but doen't works, I get a PDF empty page Thanks Raffo
Sergiu Dumitriu-2 wrote: > > Well, try putting the html file outside the zip, as a standalone > attachment. > > Sergiu > > Raffaele Viola wrote: >> I removed the space in the zip file name and now the message: Warning: >> <iframe> escaping malformed URI reference doesn't appears. >> The problem is that PDF export still not include the htm file. >> >> Can someone help me? >> >> Thanks >> Raffo >> >> 2008/2/5, Raffaele Viola <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: >> >> Hi all, >> >> im using this macro to include HTML file into my page >> >> #macro(displayppt $zipname $htmlname) >> #set ($url = $xwiki.zipexplorer.getFileLink($doc, "$zipname", >> "$htmlname")) >> <iframe src="$url" frameborder="0" scrolling="0" width="800" >> height="600"></iframe> >> #end >> >> It works but when I try to export my page in PDF the generated PDF >> doesn't contains the included file and in the console appears >> something like Warning: <iframe> escaping malformed URI reference. >> >> the URI >> >> /xwiki/bin/download/Discussione/MasterPlan/Piano%20Principale.zip/Piano >> Principale.htm >> is traslated in: >> >> file:/C:/workspace%2Dxwiki/apache%2Dtomcat%2D5.5.25/work/Catalina/localhost/xwiki/h5khbL0n/ >> Discussione.MasterPlan.Piano Principale.zip/Piano Principale.htm >> >> Regards >> Raffo >> >> > > _______________________________________________ > users mailing list > users@xwiki.org > http://lists.xwiki.org/mailman/listinfo/users > > -- View this message in context: http://www.nabble.com/Warning%3A-%3Ciframe%3E-escaping-malformed-URI-reference-tp15291616p15297287.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
