mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
xsltproc: fix broken links (#17437)
* Update xsltproc.md * Update xsltproc.md * Update xsltproc.md * Update xsltproc.md * Update xsltproc.md
This commit is contained in:
parent
0fcbf7729e
commit
7ec3c67a43
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# xsltproc
|
||||
|
||||
> Transforma XML con XSLT para producir una salida (normalmente HTML o XML).
|
||||
> Más información: <http://www.xmlsoft.org/xslt/xsltproc.html>.
|
||||
> Más información: <https://manned.org/xsltproc>.
|
||||
|
||||
- Transforma un archivo XML con una hoja de estilos XSLT específica:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# xsltproc
|
||||
|
||||
> XSLT를 사용하여 XML을 변환하여 출력(주로 HTML 또는 XML)을 생성합니다.
|
||||
> 더 많은 정보: <http://www.xmlsoft.org/xslt/xsltproc.html>.
|
||||
> 더 많은 정보: <https://manned.org/xsltproc>.
|
||||
|
||||
- 특정 XSLT 스타일시트를 사용하여 XML 파일 변환:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# xsltproc
|
||||
|
||||
> Przekształć XML z XSLT w celu uzyskania wyjścia (zwykle HTML lub XML).
|
||||
> Więcej informacji: <http://www.xmlsoft.org/xslt/xsltproc.html>.
|
||||
> Więcej informacji: <https://manned.org/xsltproc>.
|
||||
|
||||
- Przekształć plik XML za pomocą określonego arkusza stylów XSLT:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# xsltproc
|
||||
|
||||
> 用 XSLT 转换 XML 以生成输出(通常是 HTML 或 XML)。
|
||||
> 更多信息:<http://www.xmlsoft.org/xslt/xsltproc.html>.
|
||||
> 更多信息:<https://manned.org/xsltproc>.
|
||||
|
||||
- 使用特定的 XSLT 样式表转换 XML 文件:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# xsltproc
|
||||
|
||||
> Transform XML with XSLT to produce output (usually HTML or XML).
|
||||
> More information: <http://www.xmlsoft.org/xslt/xsltproc.html>.
|
||||
> More information: <https://manned.org/xsltproc>.
|
||||
|
||||
- Transform an XML file with a specific XSLT stylesheet:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue