Tag Values

Nithya Natarajan nithya@ecdev.fedex.com
Mon Mar 4 12:35:57 2002


Hello,
	I just downloaded the expat for Unix. I compiled the examples elements.c
and outline.c and executed them and found that they display only tag names.
Is there a function that would display the tage values along with the tag
names? i.e. for the following xml below:
	<NAME> Nithya Natarajan </NAME>
      <CITY> Irving </CITY>
I would like to get the output as
NAME: Nithya Natarajan
CITY: Irving

Thanks for the help in advance.

Nithya Natarajan