mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 09:51:28 +08:00
xsltproc: add Spanish translation (#10195)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# xsltproc
|
||||
|
||||
> Transforma XML con XSLT para producir una salida (normalmente HTML o XML).
|
||||
> Más información: <http://www.xmlsoft.org/xslt/xsltproc.html>.
|
||||
|
||||
- Transforma un archivo XML con una hoja de estilos XSLT específica:
|
||||
|
||||
`xsltproc --output {{ruta/al/archivo_salida.html}} {{ruta/al/archivo_hoja_estilo.xslt}} {{ruta/al/archivo.xml}}`
|
||||
|
||||
- Pasa un valor a un parámetro de la hoja de estilos:
|
||||
|
||||
`xsltproc --output {{ruta/al/archivo_salida.html}} --stringparam "{{nombre}}" "{{value}}" {{ruta/al/archivo_hoja_estilo.xslt}} {{ruta/al/archivo_xml.xml}}`
|
||||
Reference in New Issue
Block a user