xsltproc: add Spanish translation (#10195)
This commit is contained in:
12
pages.es/osx/xsltproc.md
Normal file
12
pages.es/osx/xsltproc.md
Normal file
@@ -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