- 没有文章
style.xsl:
<xsl:stylesheet xmlns:xsl=http://www.w3.org/TR/WD-xsl>
<xsl:template match=/>
<html>
<head>
<TITLE>moreover...</TITLE>
</head>
<body BGCOLOR=ffffff>
<DIV ALIGN=center>
<TABLE BGCOLOR=ffffff BORDER=0 CELLPADDING=4 CELLSPACING=0 WIDTH=100%>
<xsl:for-each select=moreovernews/article>
<TR VALIGN=middle>
<TD ALIGN=left BGCOLOR=ffffff>
<xsl:attribute name=HREF>
<xsl:value-of select=url/>
</xsl:attribute>
<xsl:attribute name=TARGET>
_blank
</xsl:attribute>
<xsl:value-of select=headline_text/>
<xsl:attribute name=HREF>
<xsl:value-of select=document_url/>
</xsl:attribute>
<xsl:attribute name=TARGET>
_blank
</xsl:attribute>
<xsl:value-of select=source/>
<xsl:attribute name=HREF>
<xsl:value-of select=access_registration/>
</xsl:attribute>
<xsl:attribute name=TARGET>
_blank
</xsl:attribute>
<xsl:value-of select=access_status/>
<xsl:value-of select=harvest_time/> GMT
</TD>
</TR>
</xsl:for-each>
</TABLE>
</DIV>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
附件:
没有附件
票
顶一下
票
踩一下
| 文 章 评 论 | ||||||||
| ||||||||



您现在的位置: