I need to validate and parse the whole test.xml file which is given as input and i
need the output as
Country = US;
A1 = New York
A3 = New York
A6 = Broadway
HNO = 123
LOC = Suite 75
PC = 10027-0401
on the Screen /or log in to the text file.
In the Above requirement A1 Specifies national, A3 Specifies City, A6 Speicifies Street,
HNO Specifies House Number, LOC specifies Additional location Information, PC Specifies
Postal code.
Am using xerces 2.8 version and i need the logic/code, how to validate & parse and extract the specified tag value contents and i need the logic/code using SAX2 in c++.
Anyone have the idea or the information....or suggestions...please let me know...
Am not able to proceed while in coding.....
please do the needfull...at the earliest....