Modify WordprocessingML XML Element
modify_word_xml_elementModify specific XML elements inside a Word document's document.xml by finding target text and replacing it with custom text or XML payload. Enables deep customization beyond standard formatting.
Instructions
Performs low-level XML text node or tag modification in document.xml for deep customization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to target .docx file | |
| outputPath | No | Optional output path | |
| targetText | Yes | Target string to find in document.xml | |
| replacementText | Yes | Replacement string or XML payload |