Re: extracting value other than element and attribute
"yuki latt" <[email protected]> Thu, 7 Aug 2008 17:03:04 +0900
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Hello Nick, The problem is really solved. :D Putting "\0" at the end of the data passed into callback, I can take out desired element_value. without using strstr. Forgetting to do that made me take a lot of time to parse a file. Thank you so much! cheers, yuki