XML Parsing

"Vassilis Kostakos" <ma9vk@bath.ac.uk>
11 Mar 2000 13:29:03 -0500

          From comp.compilers

Related articles
XML Parsing ma9vk@bath.ac.uk (Vassilis Kostakos) (2000-03-11)
Re: XML Parsing rkrayhawk@aol.com (2000-03-21)
Re: XML Parsing nugatory@mindspring.com (nugatory) (2000-03-23)
Re: XML Parsing bcrivat@hotmail.com (Bogdan CRIVAT) (2000-04-01)
| List of all articles for this month |

From: "Vassilis Kostakos" <ma9vk@bath.ac.uk>
Newsgroups: comp.compilers,comp.compilers.lcc
Date: 11 Mar 2000 13:29:03 -0500
Organization: School of Mathematical Sciences, University of Bath, UK
Keywords: parse, question
X-Mimeole: Produced By Microsoft MimeOLE V4.72.3110.3

Hi everyone!


A few questions on XML:


- Where can I find an XML parser that I can use in my PC (Win/Linux)
- I'm supposed to be working on a parser for XML. I was wondering if I
could have something such as:


    <num>3</num> <op>plus</op> <num>5</num> <op>equal</op>


which would yield as output <num>8</num>




Thanks a lot.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.