XML Menu
-
I have downloaded from a website xml menu code.This includes a Horizantal menu and Vertical Menu of XML and XSL Files respectively. There is one Menu java script file and a Css file . The Download folder also includes code, default and help aspx files.How to display the XML menu . There is know html file loaded with all this files into it. //Floder Code.aspx Default.aspx Help.aspx Menu.css menu.js vmenu.xml vmenu.xsl hmenu.xml hmenu.xsl
Praveen
-
I have downloaded from a website xml menu code.This includes a Horizantal menu and Vertical Menu of XML and XSL Files respectively. There is one Menu java script file and a Css file . The Download folder also includes code, default and help aspx files.How to display the XML menu . There is know html file loaded with all this files into it. //Floder Code.aspx Default.aspx Help.aspx Menu.css menu.js vmenu.xml vmenu.xsl hmenu.xml hmenu.xsl
Praveen
No html file needed, as the menus are probably used by the aspx files. Those are part of the ASP.NET technology and similar to php files allow you to create dynamic pages. Therefor they need to be processed by a special web server which then returns a html page to the client. Such a web server that allows you to run the aspx pages on your local systems is included in the free of charge Visual Web Developer 2005 Express Edition[^]
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook