UNPKG

libxslt-next

Version:

Node.js bindings for libxslt with Node.js 20/22/24 support - Modern fork with updated dependencies

13 lines (10 loc) 299 B
<?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="/"> <xsl:apply-templates select="*" /> </xsl:template> <xsl:template match="@match"> NAME <xsl:value-of select="name(.)" /> </xsl:template> </xsl:stylesheet>