Last active
April 25, 2019 16:37
-
-
Save SerheyDolgushev/e2dc0615d6151139a058510ad8a60513 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
<?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