pages/*: remove double spaces (#10379)

This commit is contained in:
Lena
2023-06-14 17:32:31 +02:00
committed by GitHub
parent 9add941ec6
commit f7458cbb0c
13 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
`xml select --template --match "{{XPATH1}}" --value-of "{{XPATH2}}" {{path/to/input.xml|URI}}`
- Match "XPATH1" and print the value of "XPATH2" as text with new-lines:
- Match "XPATH1" and print the value of "XPATH2" as text with new-lines:
`xml select --text --template --match "{{XPATH1}}" --value-of "{{XPATH2}}" --nl {{path/to/input.xml|URI}}`