File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ Convert only attributes within "Record" elements
575
575
576
576
### ConvertTextToElementsXML
577
577
578
- ` ConvertTextToElementsXML(target, Optional[xpath]) `
578
+ ` ConvertTextToElementsXML(target, Optional[xpath], Optional[elementName] ) `
579
579
580
580
The ` ConvertTextToElementsXML ` Converter returns an edited version of an XML string where all text belongs to a dedicated element.
581
581
@@ -596,13 +596,13 @@ Ensure all content in a document is wrapped in a dedicated element
596
596
597
597
- ` ConvertTextToElementsXML(body) `
598
598
599
- Use a custom naem for any new elements
599
+ Use a custom name for any new elements
600
600
601
- - ` ConvertTextToElementsXML(body, "custom") `
601
+ - ` ConvertTextToElementsXML(body, elementName = "custom") `
602
602
603
603
Convert only part of the document
604
604
605
- - ` ConvertTextToElementsXML(body, "value", " /some/part/) `
605
+ - ` ConvertTextToElementsXML(body, "/some/part/", "value" ) `
606
606
607
607
### Day
608
608
You can’t perform that action at this time.
0 commit comments