How to maintain a web.sitemap file

Tech-Archive recommends: Fix windows errors by optimizing your registry



I have this sample sitemap xml below i want to write an aspx page to modify
below..
Any ideas?



<?xml version="1.0" encoding="utf-8" ?>

<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0"; >

<siteMapNode url="default.aspx" title="Home">

<siteMapNode url="approver.aspx" title="Approver Expenses"
roles="S_Information,S_Calle" />

<siteMapNode url="audit/auditor.aspx" title="Audit Page"
roles="S_Information" />

<siteMapNode url="admin/admin.aspx" title="Admin Manager"
roles="S_HeadOffice" />

</siteMapNode>

</siteMap>


.