extracting value other than element and attribute
"yuki latt" <[email protected]> Tue, 22 Jul 2008 14:56:42 +0900
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
I gave up using expat-win-32 on windows. :(
Now I am using expat linux version on cygwin (OS: windows XP).
Everything is OK. Please let me ask a question.
Outline.c prints elements and their arguments. Let's say that there is -
<date id="001"> 2008-7-22 </date>.
Outline.c prints - date and id="1001" (element and its arguments).
I want to retreive the value 2008-7-22. How
should I do?
thanks in advance,
yuki