Home » JSTL x:param Tag

JSTL XML <x:param> Tag

The <x:param> tag is used to set the parameter in the XSLT style sheet. It use along with the transform tag for sending parameter along with the value.

The syntax used for including the < x:param > tag is:

Let’s see the simple example to understand the xml < x:param > tag:

Let us put the following program in transfer.xsl file:

Now put the following program in index.jsp , keeping in the same directory:

Output:

JSTL XML Tags7

Next TopicJSTL SQL Tags

You may also like