Prolog and XML Programming as a Tool for Web Search |
||||
|
||||
|
||||
BibTeX: |
||||
@article{IJIRSTV3I9019, |
||||
Abstract: |
||||
In this paper we discuss prolog and xml as a tool for web search. An XML is the standard for document data interchange and storage now-a-days. Several libraries for XML processing like SAX and DOM are available for many programming languages. Prolog permits to program either declaratively or procedurally. The basis of prolog is formed with first order predicate logic (FOPL). First order predicate logic is expresses with a set of predicate symbols and with a set of connectives. A restricted version of the clausal form which is based on FOPL is used in Prolog. PLXML is a tool in which a module called xml.pl is used to parse XML document with prolog. This module provides the prolog applications an interface to XML document with a Document Value Model. |
||||
Keywords: |
||||
Prolog, PLXML, XML, XML Parser, XML Element |
||||