aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xslt/element/if/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/xslt/element/if/index.html')
-rw-r--r--files/es/web/xslt/element/if/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/xslt/element/if/index.html b/files/es/web/xslt/element/if/index.html
index 4cfaad7f59..30faaf03bd 100644
--- a/files/es/web/xslt/element/if/index.html
+++ b/files/es/web/xslt/element/if/index.html
@@ -1,10 +1,11 @@
---
title: if
-slug: Web/XSLT/if
+slug: Web/XSLT/Element/if
tags:
- Todas_las_Categorías
- XSLT
translation_of: Web/XSLT/Element/if
+original_slug: Web/XSLT/if
---
<p>{{XsltRef}}<br>
El elemento &lt;xsl:if&gt; contiene un atributo a probar y una plantilla. Si el atributo resulta verdadero, la plantilla es procesada. Este comportamiento es similar a la sentencia if de otros lenguajes. Sin embargo, para conseguir la funcionalidad de una sentencia if-then-else, es necesario utilizar el elemento &lt;xsl:choose&gt; con un elemento hijo &lt;xsl:when&gt;, y otro elemento hijo &lt;xsl:otherwise&gt;</p>