Abstract |
: |
In a software development lifecycle, there are numerous steps involved in the web page design process, and the GUI has a certain importance in today’s applications. There are various web design technologies available for use, each with a different approach to designing web pages. HTML currently is the most widely used web design technology due to its simplicity, but it does not support logic scripting within the HTML code. We have implemented a code convertor using .NET platform and XML related technologies, which can be used to convert HTML page to any other web design technology such as ASP.NET, JSP, and PHP, as these target languages allow scripting within code. In this paper, we put forth a generic approach to accomplish this task. |