[Expat-discuss] help for a program

Muhammad Rizwan Khan rizwan at advcomm.net
Fri Feb 25 08:51:25 CET 2005


Hello

I am new to this library and XML. I want to write a program which 'll be
given a xml packet (file) it 'll parse the packet and 'll return the
values.
Input to the program is as follows:
<test>  
      <one>   
             <inner>stuff</inner>                	   
	<inner>stuff1</inner>		.		.		.        </one>
</test>
output should be as:
test
one
inner stuff
inner stuff1
....

Can you please guide me how i can do that, speically: 
inner stuff inner stuff1 ... stuff

Thanks



More information about the Expat-discuss mailing list