Skip to content

Instantly share code, notes, and snippets.

@SerheyDolgushev
Last active April 25, 2019 16:37
Show Gist options
  • Save SerheyDolgushev/e2dc0615d6151139a058510ad8a60513 to your computer and use it in GitHub Desktop.
Save SerheyDolgushev/e2dc0615d6151139a058510ad8a60513 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:docbook="http://docbook.org/ns/docbook"
exclude-result-prefixes="docbook"
version="1.0">
<xsl:output indent="yes" encoding="UTF-8"/>
<xsl:template match="docbook:tr[docbook:ezattribute[docbook:ezvalue[@key='hide' and text()='true']]]"/>
</xsl:stylesheet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment