blueprint-compiler/blueprintcompiler/outputs/xml
Tom Greig f93d5d2acd Handle nested CDATA from nested templates
When putting CDATA into the output, any instances of ']]>' in the text
are replaced with ']]]]><![CDATA[>'.  This allows nested templates, e.g.
from list views inside list views to work properly.
2025-03-28 20:53:03 +00:00
..
__init__.py language: Add expression literals 2025-01-04 17:09:57 +00:00
xml_emitter.py Handle nested CDATA from nested templates 2025-03-28 20:53:03 +00:00