Hi, Well we have to develop an XML parser in VC++ & we are just starting VC++ (findin it hard ACT JAVA)now; Question: Please could anyone help me, what topics should I put my hands on to in XML so that I can complete the task with in time.... Question: I am new to XML as well as VC++ but pls. anyone with a vague idea abt. which topics shd' i put my hands on just guide me!! Does reading through the basics to XML & XML Schemas will be enough. Question: Plus which book u friends recomend to me for covering XML Schemas!! Also any good book to become proficient in VC++!!
Learn XML, XML Schema, DTD, VC++ at the same time and write a parser? I guess only magic can help you to accomplish these all together in a short period of time. Here is the magic: http://xml.apache.org/xerces-c/index.html Xerces is an open source parser written in C++. Try to port it to VC++. Then cheat the person whoever gave you the assignment. Even this is a no easy job.