Hello XWiki Rendering Experts,
This is something used to work sometime ago but it seems things have
changed.
I have the following rendering test case:
<code>
.#----------------------------
-------------------------
.input|xwiki/2.0
.#-----------------------------------------------------
{{velocity}}
#set($url=$xwiki.zipexplorer.getFileLink($doc, 'presentation.zip',
'output.html'))
{{html}}
<iframe src="$url" frameborder=0 width=800px height=600px></iframe>
{{/html}}
{{/velocity}}
.#-----------------------------------------------------
.expect|xhtml/1.0
.#-----------------------------------------------------
</code>
The problem is, this test case passes. Which means the velocity / html
macros are rendered into nothing... I'm pretty certain this used to work
sometime ago (I didn't change anything) but it seems to be broken now.
Can you help me fix this? Wysiwyg ppt imports are broken because of this.
Thanks.
- Asiri