代码拉取完成,页面将自动刷新
<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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。