Hi xwiki-users,

Just wondering if there's a reason for making <div> tags not take any
non-inline-able macros (like {{toc}}).  I'm trying out the following code:

{{velocity}}
{{html wiki="true"}}
#startfloatingbox()
{{toc depth="3" /}}
#endfloatingbox()
{{/html}}
{{/velocity}}

but this fails with an error message saying "Not an inline macro."  I
understand that {{toc}} shouldn't be inline-able (well, I actually don't
quite understand inline completely tho), but why does the <div> resulting
from #startfloatingbox() end up as the start of an inline element?
Appreciate the help as always!

-- Lewis
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to