Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
395 B

  1. ---
  2. layout: xslt
  3. title: Sitemap
  4. ---
  5. <h1>Sitemap</h1>
  6. <p>以下是本站的所有链接(总共<xsl:value-of select="count(sm:urlset/sm:url)" />条):</p>
  7. <ul>
  8. <xsl:for-each select="sm:urlset/sm:url">
  9. <li>
  10. <a>
  11. <xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute>
  12. <xsl:value-of select="sm:loc" />
  13. </a>
  14. </li>
  15. </xsl:for-each>
  16. </ul>

Powered by TurnKey Linux.