Publish File of Typesetting on WEB by Utilizing XML

Propose a method to handle the MDK net typesetting system's limitation,the result of the typesetting only can be opened by the software itself, and cannot publish on the WEB.By programming in the VC++ enviroment , accomplish the extraction the information of the typesetting from the system, to produce XML files. Then use the XSL file to express the XML file in the browser. In this way, by putting the XML files under the server of the net ,can easily realize the pulish of the information . By using the DOM component to parse the XML and produce XML files, and use the Xlink to accomplish the inner page links and the external page link.