Site map.
-
Hi! I have a big code source of the web site. Some pith of code writed on ASP and another part on ASP.NET. I need to know the site map but determinated it on practic will spend too long time. Another way is analyse the code. I think it should be the parser which can analyse the code of specific web page (in my variant it is ASP or ASP.NET file) and work with pages controls. Does anybody know some tool helps for or may be some link to solution or any saggestion? Does my question illustrate my problem? :rolleyes:
-
Hi! I have a big code source of the web site. Some pith of code writed on ASP and another part on ASP.NET. I need to know the site map but determinated it on practic will spend too long time. Another way is analyse the code. I think it should be the parser which can analyse the code of specific web page (in my variant it is ASP or ASP.NET file) and work with pages controls. Does anybody know some tool helps for or may be some link to solution or any saggestion? Does my question illustrate my problem? :rolleyes:
Not sure what end result you want (is the map for end users, for you to know what's there etc), but this may do what you need: http://www.xml-sitemaps.com/ Cheers Ben
-
Not sure what end result you want (is the map for end users, for you to know what's there etc), but this may do what you need: http://www.xml-sitemaps.com/ Cheers Ben
-
Thanks, but I need to know where does the user may go from the page. In other words I need the map with pointers all pathes.
I think the above will give you that. If the site map needs to be contextual, then you'll need to navigate the xml produced by the tool to find the current page and then generate your navigation from the child nodes of that. Cheers Ben