mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-17 16:25:16 +03:00
91e4e1948f
Wrap all user-provided values in Esc-Xml() for safe XML output: - ValueType references (CatalogRef, DocumentRef, etc.) - Emit-ParamValue (all type branches: StandardPeriod, dateTime, boolean, decimal) - DataParameters (variant, boolean, dateTime values, viewMode, userSettingID) - Filter items (field, comparisonType, viewMode, userSettingID) - Selection fields, Order fields, GroupItems fields - GroupTemplates templateType, HorizontalAlign appearance value - Parameter use element Verified against 12,495 real DCS files: standard XML entity escaping (& < > ") matches 1C platform behavior exactly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>