<?xml version="1.0" encoding="utf-8"?>
<!--RSS生成用-->
<xsl:stylesheet version="1.0"
 xmlns="http://www.w3.org/1999/xhtml"
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 xmlns:map="http://www.sitemaps.org/schemas/sitemap/0.9"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 exclude-result-prefixes="xsl map dc">
<xsl:key name="creator" match="map:url" use="dc:creator" />
<xsl:output method="xml"
 doctype-public="-//W3C//DTD XHTML 1.1//EN"
 doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
 indent="yes"/>

<xsl:template match="/">
	<xsl:apply-templates select="map:urlset"/>
</xsl:template>

<xsl:template match="map:urlset">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
	<head profile="http://www.w3.org/2003/g/data-view">
	<title>
		<xsl:text>サイトマップ-彷徨旅人</xsl:text>
	</title>
	<link rel="stylesheet" type="text/css" href="http://www1.kcn.ne.jp/~solomon/style_d20.css" title="音儀草紙"        media="screen,print,tv,projection" />
	<link rel="transformation" href="http://www1.kcn.ne.jp/~solomon/grddl_standard.xsl" title="GRDDL" />
	<link href="http://www1.kcn.ne.jp/~solomon/index.html" rel="home" title="玄関" />
	<link rel="index" href="http://www1.kcn.ne.jp/~solomon/index/index.html" title="索引目次" />
	<link rel="help" href="http://www1.kcn.ne.jp/~solomon/help.html" title="へるぷ" />
	<link rel="search" href="http://www1.kcn.ne.jp/~solomon/index.html#gsearch" title="Google検索" />
	<link rev="made" href="mailto:wanderingvisionary+contact@gmail.com" />
	<link rel="alternate" type="application/rss+xml" href="http://www1.kcn.ne.jp/~solomon//news.rdf" title="サイトの更新履歴" />
	<link rel="alternate" type="application/atom+xml" href="http://www1.kcn.ne.jp/~solomon//atom.xml"         title="最近のエントリ" />
	<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
	<script src="http://www1.kcn.ne.jp/~solomon/common.js" type="text/javascript"></script>
</head>
<body>
	<p class="domain">彷徨旅人<span class="alternate" xml:lang="en">-Wandering Visionary-</span></p>
	<h1>サイトマップ</h1>
	<xsl:for-each select="map:url[not(dc:creator = preceding-sibling::map:url/dc:creator)]">
		<div class="section">
			
			<table summary="記事一覧"  id="{dc:creator}">
				<caption><xsl:value-of select="dc:creator"/>の書いた記事</caption>
				<thead>
					<tr>
						<th scope="col">表題</th>
						<th scope="col">分類</th>
						<th scope="col">更新日時</th>
					</tr>
				</thead>
				<tbody>
					<xsl:for-each select="key('creator', dc:creator)">
						<xsl:sort select="dc:subject" order="ascending" />
						<xsl:sort select="map:lastmod" order="descending" />
						<tr>
							<td class="xfolkentry">
								<a class="taggedlink" href="{map:loc}"><xsl:value-of select="dc:title"/></a>
							</td>
							<td>
								<xsl:value-of select="dc:subject"/>
								<xsl:if test="count(dc:subject)=0">
									<xsl:text>system</xsl:text>
								</xsl:if>
							</td>
							<td>
								<xsl:value-of select="substring(map:lastmod,0,11)"/>
								<xsl:if test="count(map:lastmod)=0">
									<xsl:text>Auto</xsl:text>
								</xsl:if>
							</td>
						</tr>
					</xsl:for-each>
				</tbody>
			</table>
		</div>
	</xsl:for-each>
	<ol class="breadcrumbs">
		<li><a href="http://www1.kcn.ne.jp/~solomon/index.html" rel="home">玄関</a></li>
		<li class="here">このページ</li>
	</ol>
	<div class="footer">
		<address>Copyright(c)1999-2009 "<a class="org url" href="http://www1.kcn.ne.jp/~solomon/">Wandering Visionary</a>"<a href="./foaf_wv.rdf" type="application/rdf+xml"><img src="http://www1.kcn.ne.jp/~solomon//img/foafTiny.gif" alt="[foaf]" title="彷徨旅人 Wandering VisionaryのFOAF" width="26" height="14" /></a> some rights reserved.(<a href="http://www1.kcn.ne.jp/~solomon/license_article.rdf" title="Creative Commons" rel="license"  type="application/rdf+xml">CC</a>)<br />This page is generated by <a href="http://www1.kcn.ne.jp/~solomon/help.html" rel="help">KITHY=AN SYSTEM</a> 12.105.
   		</address>
  	</div>
</body>
</html>
</xsl:template>

</xsl:stylesheet>
