|
|
|
@ -98,7 +98,10 @@
|
|
|
|
|
<value-of select="@author"/> |
|
|
|
|
<text> </text> |
|
|
|
|
|
|
|
|
|
<apply-templates select="*[name() = 'p' or name() = 'blockquote' or name() = 'ul' or name() = 'ol']"/> |
|
|
|
|
<apply-templates select="*[ |
|
|
|
|
name() = 'p' or name() = 'blockquote' or name() = 'ul' or name() = 'ol' or |
|
|
|
|
name() = 'event' or name() = 'resource' |
|
|
|
|
]"/> |
|
|
|
|
|
|
|
|
|
<text>=> </text> |
|
|
|
|
<value-of select="substring-before(substring-after($newsfile, 'content/'), '.xml')"/> |
|
|
|
@ -256,6 +259,7 @@
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<template match="event"> |
|
|
|
|
<apply-templates/> |
|
|
|
|
<text> </text> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|