mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:55:33 +02:00
xml-*: add Dutch translations (#16608)
This commit is contained in:
parent
690325d575
commit
7830ec9edc
6 changed files with 73 additions and 0 deletions
7
pages.nl/common/xml-c14n.md
Normal file
7
pages.nl/common/xml-c14n.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# xml c14n
|
||||||
|
|
||||||
|
> Dit commando is een alias van `xml canonic`.
|
||||||
|
|
||||||
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
`tldr xml canonic`
|
20
pages.nl/common/xml-canonic.md
Normal file
20
pages.nl/common/xml-canonic.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# xml canonic
|
||||||
|
|
||||||
|
> Maak XML-documenten canoniek.
|
||||||
|
> Meer informatie: <https://xmlstar.sourceforge.net/doc/UG/xmlstarlet-ug.html#idm47077139560880>.
|
||||||
|
|
||||||
|
- Maak een XML-document canoniek met behoud van commentaar:
|
||||||
|
|
||||||
|
`xml {{[c14n|canonic]}} {{pad/naar/invoer.xml|URI}} > {{pad/naar/uitvoer.xml}}`
|
||||||
|
|
||||||
|
- Maak een XML-document canoniek en verwijder het commentaar:
|
||||||
|
|
||||||
|
`xml {{[c14n|canonic]}} --without-comments {{pad/naar/invoer.xml|URI}} > {{pad/naar/uitvoer.xml}}`
|
||||||
|
|
||||||
|
- Maak XML uitsluitend canoniek, met behulp van een XPATH vanuit een bestand, met behoud van commentaar:
|
||||||
|
|
||||||
|
`xml {{[c14n|canonic]}} --exc-with-comments {{pad/naar/invoer.xml|URI}} {{pad/naar/c14n.xpath}}`
|
||||||
|
|
||||||
|
- Toon help:
|
||||||
|
|
||||||
|
`xml {{[c14n|canonic]}} --help`
|
16
pages.nl/common/xml-depyx.md
Normal file
16
pages.nl/common/xml-depyx.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# xml depyx
|
||||||
|
|
||||||
|
> Converteer een PYX (ESIS - ISO 8879) document naar XML formaat.
|
||||||
|
> Meer informatie: <https://xmlstar.sourceforge.net/doc/UG/xmlstarlet-ug.html#idm47077139550832>.
|
||||||
|
|
||||||
|
- Converteer een PYX (ESIS - ISO 8879) document naar XML formaat:
|
||||||
|
|
||||||
|
`xml {{[p2x|depyx]}} {{pad/naar/invoer.pyx|URI}} > {{pad/naar/uitvoer.xml}}`
|
||||||
|
|
||||||
|
- Converteer een PYX document van `stdin` naar XML formaat:
|
||||||
|
|
||||||
|
`cat {{pad/naar/invoer.pyx}} | xml {{[p2x|depyx]}} > {{pad/naar/uitvoer.xml}}`
|
||||||
|
|
||||||
|
- Toon help:
|
||||||
|
|
||||||
|
`xml {{[p2x|depyx]}} --help`
|
7
pages.nl/common/xml-p2x.md
Normal file
7
pages.nl/common/xml-p2x.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# xml p2x
|
||||||
|
|
||||||
|
> Dit commando is een alias van `xml depyx`.
|
||||||
|
|
||||||
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
`tldr xml depyx`
|
16
pages.nl/common/xml-pyx.md
Normal file
16
pages.nl/common/xml-pyx.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# xml pyx
|
||||||
|
|
||||||
|
> Converteer een XML-document naar het PYX-formaat (ESIS - ISO 8879).
|
||||||
|
> Meer informatie: <https://xmlstar.sourceforge.net/doc/UG/xmlstarlet-ug.html#idm47077139550832>.
|
||||||
|
|
||||||
|
- Converteer een XML document naar PYX formaat:
|
||||||
|
|
||||||
|
`xml pyx {{pad/naar/invoer.xml|URI}} > {{pad/naar/uitvoer.pyx}}`
|
||||||
|
|
||||||
|
- Converteer een XML document van `stdin` naar PYX formaat:
|
||||||
|
|
||||||
|
`cat {{pad/naar/invoer.xml}} | xml pyx > {{pad/naar/uitvoer.pyx}}`
|
||||||
|
|
||||||
|
- Toon help:
|
||||||
|
|
||||||
|
`xml pyx --help`
|
7
pages.nl/common/xml-xmln.md
Normal file
7
pages.nl/common/xml-xmln.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# xml xmln
|
||||||
|
|
||||||
|
> Dit commando is een alias van `xml pyx`.
|
||||||
|
|
||||||
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
`tldr xml pyx`
|
Loading…
Add table
Reference in a new issue