[
Lists Home |
Date Index |
Thread Index
]
- To: <xml-dev@lists.xml.org>
- Subject: newbie question building a wml browser
- From: "Sinha, Raj (Raj)" <rajsinha@avaya.com>
- Date: Thu, 3 Jan 2002 13:42:06 -0500
- Thread-index: AcGUhkiyLKP6n+y2Qc+rqK6vez1y4g==
- Thread-topic: newbie question building a wml browser
Title: Message
Hi
ALL
Just a few general
newbie questions.
This is for my final
masters project in school:
Requirement: Is to
build a WML browser/Emulator
Programming: C++ and
XML
I am a real
newbie for both XML(SAX/DOM) and C++. I am required to build an emulator for WML
(Subset of XML). I have already looked at Libwww (available at w3c.org) a c
based API for HTTP messaging that also comes shipped with expat toolkit.
Now i am really
confused between using SAX or DOM for such an application. Would it be easier to
parse the WML file and render it using SAX or DOM. I know expat supports only
SAX. IF i am to use DOM what aprser should i go ahead with.
raj
|