1
針對網站站點地圖的XSL無法按預期工作。針對網站站點地圖XML的XSL問題
URL元素沒有被循環?
可以請你看看:
XML:
http://www.telephonesystems.co.uk/sitemap.xml
XSL:
http://www.telephonesystems.co.uk/css/sitemap.xsl
感謝
針對網站站點地圖的XSL無法按預期工作。針對網站站點地圖XML的XSL問題
URL元素沒有被循環?
可以請你看看:
XML:
http://www.telephonesystems.co.uk/sitemap.xml
XSL:
http://www.telephonesystems.co.uk/css/sitemap.xsl
感謝
只要改變:
<xsl:stylesheet
version="2.0"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
到:
<xsl:stylesheet
version="2.0"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:sitemap="http://www.google.com/schemas/sitemap/0.9"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
很好的問題(+1)。查看我的答案獲得完整的解決方案。 :) – 2010-05-05 16:16:46