XML I10-002 Exam - Topic 3 Question 20 Discussion
Push the Exhibit Button to load the referenced "XML Document." Assume that the "XML Document" is changed to the "Results XML Document." Select which XSLT style sheet correctly performs the transformation.[XML Document]ABCNote that the XSLT processor can output transformation results as a document. (Multiple answers possible. Select two.)[Results XML Document]AC
B) <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
<xsl:template match='/'>
<root><xsl:apply-templates select=' /test/text() '/></root>
</xsl:template>
</xsl:stylesheet> and D) <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
<xsl:template match='/'>
<root><xsl:apply-templates select=' //data/ancestor::*/text() '/></root>
</xsl:template>
</xsl:stylesheet>
A) <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
<xsl:template match='/'>
<root><xsl:apply-templates select=' //test '/></root>
</xsl:template>
</xsl:stylesheet>
C) <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
<xsl:template match='/'>
<root><xsl:apply-templates select=' test '/></root>
</xsl:template>
</xsl:stylesheet>
Louann
10 months agoViki
10 months agoArlette
10 months agoBernardo
11 months agoAnnalee
11 months agoCarolann
11 months agoOmega
11 months agoLatia
11 months agoRyann
11 months agoGeoffrey
11 months agoDouglass
11 months agoAlesia
11 months ago