第一个想法是在我的主题中包含链接标签。如果可以使用主题:我必须使用哪种内容类型?
如果无法使用主题:我在哪里放置链接标签?
以前用过,抱歉,不记得#facepalm
怎么做:手动将代码放在 Xpage/Custom 控件的资源部分,因为您无法计算 href 值:
<xp:this.resources>
<xp:linkResource rel="alternate" type="application/rss+xml"
title="Oliver Busse - OSnippets"
href="/#{javascript:config.getConfig().getItemValueString('pathSnippets')}/rss.xsp">
</xp:linkResource>
</xp:this.resources>