Skip to content

Instantly share code, notes, and snippets.

@ssp
ssp / xmlpaths.xsl
Last active June 29, 2022 02:15
XSL to determine all tag paths in an XML file.
<?xml version="1.0"?>
<!--
Stylesheet to list all tag-name paths in an XML file, including attributes.
2013 Sven-S. Porst <porst@sub.uni-goettingen.de>
-->
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="text" />