What problem does it solve?
Skill mxl-info removes the need to manually inspect huge Template.xml files for 1C table document print layouts by automatically summarizing the layout’s named areas, their cell ranges, and which parameters (including details and templates) are expected to fill.
Core Features & Use Cases
- Area discovery: Identifies named areas (Rows, Columns, Rectangle, Drawing) with their begin/end row/column coordinates for reliable subsequent GetArea calls.
- Parameter & detail extraction: Lists fillable parameters per area, including mapping for
detailParameter (e.g., Param->Detail) and template placeholders like [Параметр] marked as [tpl].
- Output control for tooling: Supports compact text output and JSON output (for programmatic workflows) plus pagination controls (Limit/Offset) and optional inclusion of static text/templates (
WithText).
Quick Start
Analyze a specific MXL Template.xml by running mxl-info with TemplatePath to get a compact report of all named areas and the parameters they contain.