aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-10-20 16:46:59 +0000
committerRob Austein <sra@hactrn.net>2015-10-20 16:46:59 +0000
commit517079e5dbf12b062dc12638fa9620fe9642bb70 (patch)
treec8de8820e943f29e460fdcb2ff6eb7bdeee2e5e5
parent7ae60ef88ea839d5cfd948176e4d527c2008f7ee (diff)
Apparently exclude-result-prefixes does exactly what we want in the
presence of namespace-using content: removes unnecessary prefixes, while retaining those required for this particular output. svn path=/branches/tk705/; revision=6133
-rw-r--r--potpourri/oob-translate.xsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/potpourri/oob-translate.xsl b/potpourri/oob-translate.xsl
index b1c7590c..5cf64397 100644
--- a/potpourri/oob-translate.xsl
+++ b/potpourri/oob-translate.xsl
@@ -8,9 +8,10 @@
-->
<xsl:transform xmlns:xsl = "http://www.w3.org/1999/XSL/Transform"
+ version = "1.0"
xmlns:myrpki = "http://www.hactrn.net/uris/rpki/myrpki/"
xmlns:oob = "http://www.hactrn.net/uris/rpki/rpki-setup/"
- version = "1.0">
+ exclude-result-prefixes = "myrpki oob">
<xsl:output omit-xml-declaration = "yes"
indent = "yes"