projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
609cb0b
)
avoiding unnecesasary unused namespace declarations in output documents
author
Marc Cromme
<marc@indexdata.dk>
Mon, 12 Feb 2007 13:58:12 +0000
(13:58 +0000)
committer
Marc Cromme
<marc@indexdata.dk>
Mon, 12 Feb 2007 13:58:12 +0000
(13:58 +0000)
test/xslt/index.xsl
patch
|
blob
|
history
diff --git
a/test/xslt/index.xsl
b/test/xslt/index.xsl
index
2fbecb3
..
2cc7871
100644
(file)
--- a/
test/xslt/index.xsl
+++ b/
test/xslt/index.xsl
@@
-1,8
+1,9
@@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:m="http://www.loc.gov/MARC21/slim"
xmlns:z="http://indexdata.dk/zebra/xslt/1"
+ exclude-result-prefixes="m z"
version="1.0">
- <!-- $Id: index.xsl,v 1.5 2005-08-18 12:50:19 adam Exp $ -->
+ <!-- $Id: index.xsl,v 1.6 2007-02-12 13:58:12 marc Exp $ -->
<xsl:output indent="yes" method="xml" version="1.0" encoding="UTF-8"/>