G e n e r a t i o n M e t h o d o f X M L D o c u m e n t B a s e d o n Chain-link Structure

CHEN Zailiang,XU Dezhi,CHEN Xuegong,SHEN Hailan
2006-01-01
Abstract:【Abstract】This paper puts forward the method of XML document based on,linked-structure. It uses stream tokenizer to design an algorithm of HTML document parse. The element and text contents are inserted into the correct position to create DOM-parsing-tree as parsing. Lastly. After visiting the tree and storing the information into a binary-linked-list, it uses a modified preorder algorithm visiting the linked-list, then extracts corresponding information to build DTD and finish the whole generation process. 【Keyw ords】HTML; XML; Document object model(DOM); Parse 当前网络上大多数的网页是由HTML写成的,而它不能
What problem does this paper attempt to address?