xml*: add Korean translation (#14527)

This commit is contained in:
코드싸이
2024-11-02 02:54:37 +09:00
committed by GitHub
parent b55e7a383d
commit 8d2eaa14ab
16 changed files with 359 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# xml escape
> 특수 XML 문자를 이스케이프합니다. 예: `<a1>` → `&lt;a1&gt;`.
> 더 많은 정보: <https://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
- 문자열에서 특수 XML 문자 이스케이프:
`xml escape "{{<a1>}}"`
- `stdin`에서 특수 XML 문자 이스케이프:
`echo "{{<a1>}}" | xml escape`
- 도움말 표시:
`xml escape --help`