read_xml_fragment
Extract targeted XML data from DipTrace design files using XPath, with configurable limits for matches and characters to keep output manageable.
Instructions
Read bounded XML fragments using ElementTree-compatible XPath.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| xpath | No | . | |
| max_matches | No | ||
| max_characters | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||