add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# XML 规范化
> 使 XML 文档规范化。
> 更多信息:<https://xmlstar.sourceforge.net/docs.php>。
- 使 XML 文档规范化,保留注释:
`xml canonic {{path/to/input.xml|URI}} > {{path/to/output.xml}}`
- 使 XML 文档规范化,删除注释:
`xml canonic --without-comments {{path/to/input.xml|URI}} > {{path/to/output.xml}}`
- 使用文件中的 XPATH使 XML 专门规范化,保留注释:
`xml canonic --exc-with-comments {{path/to/input.xml|URI}} {{path/to/c14n.xpath}}`
- 显示帮助信息:
`xml canonic --help`