1 Star 0 Fork 0

wdliming/gnu-eprog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rss.xsl 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="article">
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<link>http://www.bravegnu.org/gnu-eprog/revision.rss</link>
<description>Updates for <xsl:apply-templates select="articleinfo/title" mode="text"/>
</description>
<title>Updates for <xsl:apply-templates select="articleinfo/title" mode="text"/>
</title>
<atom:link href="http://www.bravegnu.org/gnu-eprog/revision.rss"
rel="self" type="application/rss+xml" />
<xsl:apply-templates/>
</channel>
</rss>
</xsl:template>
<xsl:template match="articleinfo">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="title" mode="text">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="revhistory">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="revision">
<item>
<title><xsl:apply-templates select="revremark" mode="text"/></title>
<description><xsl:apply-templates select="revremark" mode="text"/></description>
<xsl:apply-templates/>
</item>
</xsl:template>
<xsl:template match="revnumber">
<guid isPermaLink="false">
<xsl:apply-templates/>
</guid>
</xsl:template>
<xsl:template match="date">
<pubDate>
<xsl:apply-templates/>
</pubDate>
</xsl:template>
<xsl:template match="revremark" mode="text">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="*"></xsl:template>
</xsl:stylesheet>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liming2019/gnu-eprog.git
git@gitee.com:liming2019/gnu-eprog.git
liming2019
gnu-eprog
gnu-eprog
master

搜索帮助