xml: more requested changes

This commit is contained in:
Daniel Birket
2021-08-24 14:57:47 -04:00
committed by Starbeamrainbowlabs
parent a9538950db
commit caa77bfe5a
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
`xml edit --rename "{{//*/@id}}" -v "{{ID}}" {{path/to/input.xml|URI}}`
- Rename the XML elements of "table" named "rec" to "record":
- Rename sub-elements of the element "table" that are named "rec" to "record":
`xml edit --rename "{{/xml/table/rec}}" -v "{{record}}" {{path/to/input.xml|URI}}`