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
7 months agoViki
7 months agoArlette
7 months agoBernardo
8 months agoAnnalee
8 months agoCarolann
8 months agoOmega
8 months agoLatia
8 months agoRyann
8 months agoGeoffrey
8 months agoDouglass
8 months agoAlesia
8 months ago