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.

18 lines
393 B

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

Powered by TurnKey Linux.