Class ScriptTagFilter


  • public class ScriptTagFilter
    extends XmlEntryFilter
    OpenDocument XML entry filter that replaces script elements with FreeMarker directives.

    Scripts can contain FreeMarker directives to be placed at the location of the script itself, or at some enclosing tag. For example a script inside a table cell can contain a [#list items as item] directive to be inserted at the enclosing table row so that the entire row will be repeated for each item in the list.