projects
/
docbook-dsssl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
051a96f
)
Add empty templates for unsupported xbel elements so errors
author
Bob Stayton
<bobs@sagehill.net>
Wed, 8 Feb 2006 21:24:11 +0000
(21:24 +0000)
committer
Bob Stayton
<bobs@sagehill.net>
Wed, 8 Feb 2006 21:24:11 +0000
(21:24 +0000)
are not produced.
website/xsl/xbel.xsl
patch
|
blob
|
history
diff --git
a/website/xsl/xbel.xsl
b/website/xsl/xbel.xsl
index 6f75cd7cce066644cb7a04c5e39af5e56df11058..7179133ce1b9b37b611d1bb7166a01a190ba0d6f 100644
(file)
--- a/
website/xsl/xbel.xsl
+++ b/
website/xsl/xbel.xsl
@@
-24,7
+24,10
@@
</ul>
</xsl:template>
-<xsl:template match="info">
+<!-- Only partial support for xbel elements -->
+<xsl:template match="xbel/info|xbel/title|xbel/desc|
+ xbel/alias|xbel/separator">
+ <!-- No op -->
</xsl:template>
<xsl:template match="folder">