logo

Crowdly

Tenim el següent codi: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Tenim el següent codi:

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

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

<xsl:template match="/">

<html>

    <head>

       <title>Exemple</title>

    </head>

    <body>

       <xsl:apply-templates select="grup"/>

    </body>

</html>

</xsl:template>

<xsl:template match="//grup">

<h2>

<xsl:value-of select=”.” />

</h2>

</xsl:template>

</xsl:stylesheet>

More questions like this

Want instant access to all verified answers on aulavirtual.paucasesnovescifp.cat?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!