New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

SAP C_CPI_2506 Exam - Topic 4 Question 14 Discussion

Actual exam question for SAP's C_CPI_2506 exam
Question #: 14
Topic #: 4
[All C_CPI_2506 Questions]

Which of the following XSL statements selects each node in the source XML?

Show Suggested Answer Hide Answer
Suggested Answer: B

I wasn't able to find an explicit mention on learning.sap.com about the specific XSL statement that selects each

node in the source XML. However, based on general XSLT knowledge, the correct answer is:

B . <xsl:template match='*'>

This match pattern targets all element nodes in the XML document. Here's why the other choices are not correct:

* A. <xsl:template match='/*'> --- Matches only the root element, not all nodes.

* C. <xsl:template match='@*'> --- Matches attributes, not elements.

* D. <xsl:template match='text()'> --- Matches text nodes, excluding element nodes.

So, even though the answer isn't directly documented on learning.sap.com, option B is the correct XSL syntax for selecting each element node in the source XML. Let me know if you'd like to dig further into XSLT usage within SAP integration contexts!

Managing APIs


Contribute your Thoughts:

0/2000 characters

Currently there are no comments in this discussion, be the first to comment!


Save Cancel