diff -r e7e0ae78773e -r 0951727b8815 configurationengine/source/plugins/common/ConeTemplatePlugin/templatemlplugin/xsd/templateml.xsd --- a/configurationengine/source/plugins/common/ConeTemplatePlugin/templatemlplugin/xsd/templateml.xsd Tue Aug 10 14:29:28 2010 +0300 +++ b/configurationengine/source/plugins/common/ConeTemplatePlugin/templatemlplugin/xsd/templateml.xsd Wed Sep 08 12:20:56 2010 +0300 @@ -59,6 +59,18 @@ + + + +
+ The filter is defined as a Python function either directly in the element, or + in a file specified by the 'file' attribute. The filter is referenced with the + function name from the Jinja template. + ]]> +
+
+
@@ -90,6 +102,13 @@ + + + + Defines the newline of the output file. + + + @@ -128,6 +147,20 @@ + + + + + + + + + Path to the file where the filter's Python code is defined. + Should be relative to the current implementation file. + + + + @@ -152,6 +185,18 @@ + + + +
+ The filter is defined as a Python function either directly in the element, or + in a file referenced by the 'file' attribute. The filter is referenced with the + function name from the Jinja template. + ]]> +
+
+