Hi,

On Aug 26, 2013, at 2:32 PM, Valdis Vītoliņš <[email protected]> wrote:

> I'm using <video> tag on old XWiki 2.7 with 1.0 syntax,
> though I cannot to get it shown on XWiki 5.1 with 2.0/2.1 syntax.
> Sergiu said in
> http://lists.xwiki.org/pipermail/users/2011-July/020245.html
> that {{html clean="false"}} should be used,
> but it still filters <video> tag out…

It works as Sergiu said.

I've tested it here:
http://playground.xwiki.org/xwiki/bin/view/Main/VMA

Content:
{{html clean="false"}}
<video>
whatever
</video>
{{/html}}

HTML results (view source in your browser):

<video> 
whatever
</video>

If it's not there it means your browser has removed it , not xwiki ;)

Thanks
-Vincent

_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to