Skip to main content
Quasar
All Tools
FAQ
stareezy.tech ↗
Menu
✕
All Tools
FAQ
stareezy.tech
↗
Home
/
XML
/
XML XSL Transform
XML XSL Transform
Apply an XSL stylesheet to an XML document.
Transform
Clear
Copy
Download
XML Document
XSL Stylesheet
<?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <html><body><xsl:apply-templates/></body></html> </xsl:template> <xsl:template match="*"> <p><xsl:value-of select="."/></p> </xsl:template> </xsl:stylesheet>
0
lines
0
chars
0 B
size