projects
/
yaz-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:
16d6dc8
)
Use xsl:element for document element to prevent ns
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 27 Oct 2005 20:05:41 +0000
(20:05 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 27 Oct 2005 20:05:41 +0000
(20:05 +0000)
doc/tkl.xsl.in
patch
|
blob
|
history
diff --git
a/doc/tkl.xsl.in
b/doc/tkl.xsl.in
index
62ae3ac
..
9265a0f
100644
(file)
--- a/
doc/tkl.xsl.in
+++ b/
doc/tkl.xsl.in
@@
-12,7
+12,7
@@
<xsl:param name="prev"/>
<xsl:param name="next"/>
- <document>
+ <xsl:element name="document">
<title>
<xsl:apply-templates select="." mode="object.title.markup"/>
</title>
@@
-39,7
+39,7
@@
<xsl:call-template name="user.footer.navigation"/>
</body>
- </document>
+ </xsl:element>
</xsl:template>
</xsl:stylesheet>