Re: test - mail.libexpat.org seems offline
hymedia <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Hi all! Im new here so im not sure im at the right place, I got some questions regarding Expat, maybe u guys can help me out: Is there any web based forum on Expat? I didn't find any working tutorials/samples on Expat and I m getting worried I ll find any. Is there any tutorials/samples on Expat? What function/callback can retrieve element data... data in between a start and an end tag: <author>Administrator</author> I need to get Administrator as 'char' I do know how to get attributes with XML_SetElementHandler, my first guess was to get it by attribute[0]... but in this case, seams that there is no attributes. How do I retrieve this data? THX