Search Header Logo

Tema 14 -LM

Authored by Sara Poveda

Computers

Professional Development

Used 77+ times

Tema 14 -LM
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Para crear elementos nuevos en XSLT utilizamos :

<xsl:attribute name="nombre">

<xsl:element name="nombre">

<xsl:template match=”Expresión XPath” >

<xsl:output method="html"/>

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Esta instrucción se utiliza para recorrer de manera iterativa diversos nodos del documento origen y aplicarlas la transformación necesaria, es decir, le permite hacer bucles en XSLT.

<xsl: for-each select=“Selección Xpath” >

<xsl:when test=“condición 1">

<xsl:if test=”expresión booleana”>

<xsl:sort select="expresión" order="descending | ascending"/>

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Para ordenar los resultados obtenidos en la salida utilizamos:

<xsl:sort select="expresión" order="descending | ascending"/>

<xsl:order select="expresión" order="descending | ascending"/>

<xsl:sort order="descending | ascending"/>

Todas son correctas

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Al inicio de la plantilla XSL debemos poner:

<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:output method="html"/>

</xsl:stylesheet>

<xsl:template match="/">

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué permite la depuración?

Permite seguir la generación del documento de salida a partir del documento XML.

Localizar posibles errores en nuestras instrucciones XSLT

Obtener un código sin errores de forma más rapida

Todas son correctas

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué elemento se utiliza para definir un atributo en XSLT?

<xsl:attribute name="nombre">

<xsl:element name="nombre">

<xsl:template match="/">

<xsl:output method="html"/>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la finalidad de la instrucción <xsl:output method="html"/> en XSLT?

Establecer el método de salida del documento transformado.

Definir un nuevo elemento HTML en el documento de salida.

Ordenar los resultados obtenidos en la transformación.

Aplicar estilos CSS al documento XML original.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?