XSLT - Element Reference Manual
- Página anterior Resumen del tutorial de XSLT
- Página siguiente Funciones de XSLT
Elements derived from the W3C recommendation (XSLT Version 1.0).
XSLT Element
If you need more detailed information about the following elements, please click on the link in the element column.
- N: Indicates the earliest version of Netscape that supports this tag
- IE: Indicates the earliest version of Internet Explorer that supports this tag
Note:Non-standard behavior may occur in elements supported in IE 5, as IE 5 was released before XSLT was established as a formal W3C standard.
Element | Description | IE | N |
---|---|---|---|
apply-imports | Apply template rules from the imported style sheet. | 6.0 | |
apply-templates | Apply a template to the current element or the child elements of the current element. | 5.0 | 6.0 |
attribute | Add attributes to an element. | 5.0 | 6.0 |
attribute-set | Create a named attribute set. | 6.0 | 6.0 |
call-template | Call a specified template. | 6.0 | 6.0 |
choose | Used in conjunction with <when> and <otherwise> to express multiple conditional tests. | 5.0 | 6.0 |
comment | Create a comment node in the result tree. | 5.0 | 6.0 |
copy | Create a backup of the current node (without child nodes and attributes). | 5.0 | 6.0 |
copy-of | Create a backup of the current node (with child nodes and attributes). | 6.0 | 6.0 |
decimal-format | Define the characters and symbols to be used when converting numbers to strings using the format-number() function. | 6.0 | |
element | Crear un nodo de elemento en el documento de salida. | 5.0 | 6.0 |
fallback | Si el procesador no admite un elemento XSLT, especificar un código alternativo para ejecutar. | 6.0 | |
for-each | Recorrer cada nodo en el conjunto de nodos especificado. | 5.0 | 6.0 |
if | Incluir un modelo, aplicando este modelo solo cuando se cumpla una condición específica. | 5.0 | 6.0 |
import | Usado para inyectar el contenido de un estilo en otro estilo. | 6.0 | 6.0 |
include | Incluir el contenido de un estilo en otro estilo. | 6.0 | 6.0 |
key | Declarar una clave nombrada. | 6.0 | 6.0 |
message | Escribir un mensaje en la salida (para informes de errores). | 6.0 | 6.0 |
namespace-alias | Reemplazar el espacio de nombres de un estilo con un espacio de nombres diferente en la salida. | 6.0 | |
number | Determinar la posición entera del nodo actual y formatear los números. | 6.0 | 6.0 |
otherwise | Especifica la acción predeterminada del elemento <choose>. | 5.0 | 6.0 |
output | Define el formato del documento de salida. | 6.0 | 6.0 |
param | Declarar un parámetro local o global. | 6.0 | 6.0 |
preserve-space | Usado para definir elementos que deben mantener los espacios en blanco. | 6.0 | 6.0 |
processing-instruction | Generar un nodo de instrucción de procesamiento. | 5.0 | 6.0 |
sort | Ordenar los resultados. | 6.0 | 6.0 |
strip-space | Define los elementos que deben eliminar los caracteres de espacio en blanco. | 6.0 | 6.0 |
stylesheet | Definir el elemento raíz del estilo. | 5.0 | 6.0 |
template | Las reglas aplicadas cuando se coincide con el nodo especificado. | 5.0 | 6.0 |
text | Generar nodos de texto a través del estilo. | 5.0 | 6.0 |
transform | Definir el elemento raíz del estilo. | 6.0 | 6.0 |
value-of | Extraer el valor de un nodo seleccionado. | 5.0 | 6.0 |
variable | Declarar variables locales o globales. | 6.0 | 6.0 |
when | Especifica la acción del elemento <choose>. | 5.0 | 6.0 |
with-param | Especifica el valor de los parámetros que deben pasar a un modelo. | 6.0 | 6.0 |
- Página anterior Resumen del tutorial de XSLT
- Página siguiente Funciones de XSLT