Created
May 3, 2025 18:21
-
-
Save MarkTiedemann/9002b502e6a3c7bb9fac9283bb868f98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<xsl:template match="debug"> | |
<pre> | |
<script> | |
document.currentScript.parentElement.textContent = new XMLSerializer().serializeToString(document); | |
</script> | |
</pre> | |
</xsl:template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment