Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.2K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Misc
7.8K+ articles
Mathematics
5.6K+ articles
XSLT
6 posts
Recent Articles
Popular Articles
XSLT <import> Element
Last Updated: 23 July 2025
XSLT xsl:import element is used to include the content of one stylesheet within another. When you import a stylesheet, it allows you to incorporate the templates, definiti...
read more
Picked
Web technologies-HTML and XML
Websites & Apps
Geeks Premier League 2023
XSLT
XSLT <apply-template> Element
Last Updated: 23 July 2025
The XSLT Apply Template tag is used to apply the appropriate templates in the context of the selected node. This tag is used to direct the processor to apply templates on ...
read more
Picked
HTML
Web technologies-HTML and XML
Geeks Premier League 2023
XSLT
XSLT <message> Element
Last Updated: 23 July 2025
In XSLT (eXtensible Stylesheet Language Transformations), the 'xsl: message' element outputs messages during the transformation process. It's a way to communicate informat...
read more
Picked
HTML
Web technologies-HTML and XML
Geeks Premier League 2023
XSLT
XSLT Syntax
Last Updated: 23 July 2025
XSLT stands for Extensible Stylesheet Language Transformation. It is an integrated concept with an XML. It is not used for Visual effects. However, it is used for extracti...
read more
Picked
HTML
Web technologies-HTML and XML
Geeks Premier League 2023
XSLT
XSLT <choose> Element
Last Updated: 23 July 2025
The XSLT choose Element is used to define the choice among the values of the node. It is the same as the Switch keyword of the CPP language. Syntax: xsl:choose xsl:when t...
read more
Picked
HTML
Web technologies-HTML and XML
Geeks Premier League 2023
XSLT
XSLT <foreach> Element
Last Updated: 23 July 2025
XSLT foreach Element iterates over the the XML node. It is used for every XML element of a specified XML node. Syntax: xsl: for-each select = Expression // other xsl code/...
read more
Picked
HTML
Web technologies-HTML and XML
Geeks Premier League 2023
XSLT
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !