Introducción a xslt
De WikiEducator
Qué es?
XSLT es un lenguaje para transformar documentos XML. Está basado en reglas. Puede filtrar, reordenar secciones etc. Puede generar muchos formatos de salida: xml, html, texto, ...
Documentación
- http://www.mclibre.org/consultar/xml/lecciones/xml_xslt.html
- http://es.wikieducator.org/Usuario:Lmorillas/modulo_lenguajes_de_marcas/xml/xslt
Ejercicios
- http://www.mclibre.org/consultar/xml/ejercicios/xslt.html
- http://www.mclibre.org/consultar/xml/ejercicios/xslt_2.html
Procesadores
Saxon
java -cp saxon9he.jar net.sf.saxon.Transform -t -s:samples\data\books.xml -xsl:samples\styles\books.xsl -o:c:\temp.html