Cathy,
Use display_template like this:
template::list::create \
-name foo \
-multirow foo \
-elements {
html_elm {
display_template {@foo.html_elm;noquote@}
}
}
That way, the value of the 'html_elm' column will not be quoted.
/Lars