UNPKG

node10-libxslt

Version:

[Fork] Node.js bindings for libxslt compatible with libxmljs

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>