Converting JSP-based help topics to XML
My first task at one of my jobs was to convert the JSP-based help topics to XML. The next version of the product was to be an internationalized product, so help topics needed to be localizable.
I created my own DTD, and then manually converted each JSP file to conform to my help DTD.
One of our developers used an XSLT transform to convert my XML content into a format needed for the application—an easy task because of the work I had done in preparation.
This project illustrates my ability to take a new project at a new employer and hit the ground running. It also shows my ability to work with XML project and DTD files to create a working output.
