I've been working a bit with the existing MS-html + JS + frames documentation to make a server driven HTML 4.01 strict version.
Some of my xml parsing is wrong and some of the menu is missing so the current menu structure is not entirely correct right now, so I will change to parsing the javascript menu in stead. The server side consists of a 162 line mod_perl handler that generates the menu tree from the directory tree on disk. The content is stored in files that contain only the body of the html file and a special comment with the full title. The content is demoronized to get rid of most of the MS-HTML, run through some of my own filtering to get the most of the gunk out and then finaly piped through html-tidy to get wellformed html that's easy to read. An initial test can be seen here: http://test.zepong.dk/sapdb/develsapdb/generaldirector/index.html -- Regards Flemming Frandsen aka. Dion/Swamp http://dion.swamp.dk _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
