diff options
author | tristantheb <tristantheb@users.noreply.github.com> | 2021-04-30 16:28:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 16:28:38 +0200 |
commit | 71c618f2ea793f0462948cfd512414c9094f7370 (patch) | |
tree | 44b543cd5982852c6bd8b641346503a883c2f7be /files/es/web/xslt/index.html | |
parent | fb5b8c8367d594d5fc4f38c61573d8e2e3552a57 (diff) | |
download | translated-content-71c618f2ea793f0462948cfd512414c9094f7370.tar.gz translated-content-71c618f2ea793f0462948cfd512414c9094f7370.tar.bz2 translated-content-71c618f2ea793f0462948cfd512414c9094f7370.zip |
KS: Removal of the least used macros - l10n-frozen (#611)
* KS: Deletion of KS macros used less than 100 times
* FIX: Remove conflicting and orphaned files from commits=
Diffstat (limited to 'files/es/web/xslt/index.html')
-rw-r--r-- | files/es/web/xslt/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/files/es/web/xslt/index.html b/files/es/web/xslt/index.html index e80b290851..72ec8f8bd7 100644 --- a/files/es/web/xslt/index.html +++ b/files/es/web/xslt/index.html @@ -11,8 +11,7 @@ translation_of: Web/XSLT <div class="callout-box"><b><a class="external" href="http://www.w3schools.com/xsl/">Tutorial XSLT (en)</a></b><br> Este tutorial enseña como usar XSLT para transformar documentos XML en otros formatos.</div> <div> <p>XSLT o XSL Transformaciones es un estandar de la organización W3C que presenta una forma de transformar documentos XML en otros, incluso a formatos que no son XML. Las hojas de estilo XSLT realizan la transformación del documento utilizando una o varias reglas de plantilla unidas al documento fuente a transformar. -</p><p>Actualmente, XSLT es muy usado en la edición web, generando páginas HTML o XHTML. La unión de XML y XSLT permite separar contenido y presentación, aumentando así la productividad.. {{ Ref(1) }} -</p> +</p><p>Actualmente, XSLT es muy usado en la edición web, generando páginas HTML o XHTML. La unión de XML y XSLT permite separar contenido y presentación, aumentando así la productividad..</p> </div> <table class="topicpage-table"> <tbody><tr><td> |