1.编写站点文件Demositemap.sitemap
添加新项->站点地图->修改文件名为Demositemap.sitemap->添加。Demositemap.sitemap文件内容如下:
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode url="" title="程序目录" description="">
<siteMapNode url="" title="第一章" description="" >
<siteMapNode title="xxxx1"/>
<siteMapNode title="xxxx2"/>
</siteMapNode>
<siteMapNode url="" title="第二章" description="" >
<siteMapNode title="yyyy1"/>
<siteMapNode title="yyyy2"/>
</siteMapNode>
</siteMapNode>
</siteMap>