Home / Interview / XSLT :: General Questions

Interview :: XSLT

11)

What do you mean by XSLT element?

The XSLT element is used to specify a multiple conditional test against the content of nodes. It is used with and elements.

12)

What is the use of XSLT element?

The XSLT element is used to specify a named name-value pair assigned to a specific element in an XML document. This key is used with the key() function in XPath expressions to access the assigned elements in an XML document.

13)

What is the use of XSLT element?

The XSLT element is used to display the error message and help to debug the XSLT processing. It is similar to JavaScript alerts. This element buffers a message to XSLT processor which terminates the processing and sends a message to the caller application to show an error message.

14)

What is the use of XSLT element?

The XSLT element makes XSLT processor to find the appropriate template to apply according to the type and context of each selected node.

15)

What is the use of XSLT element?

The XSLT element is used to import the content of one stylesheet to another stylesheet. The importing stylesheet has higher precedence over imported stylesheet.