CSV to HTML translation: Difference between revisions

Content added Content deleted
(→‎{{header|TXR}}: Point out similarites to AWS template generation.)
(→‎{{header|TXR}}: Moving comment to talk page.)
Line 2,460: Line 2,460:
=={{header|TXR}}==
=={{header|TXR}}==
{{incorrect|TXR|Needs HTML escaping}}
{{incorrect|TXR|Needs HTML escaping}}

We need some intelligently implemented way of escape filtering that doesn't get in the user's way.
For instance, some syntax inside @(collect) could assert that all substitutions undergo HTML
escaping, so this doesn't have to be propagated into every single occurrence of every variable.

Associating some filtering with an input stream would be useful also.


<lang txr>@(collect)
<lang txr>@(collect)