Re: Using XML_GetBuffer/XML_ParseBuffer
Karl Waclawek <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
James Whetstone wrote: > Another question along the same lines is whether or not I even need to worry > about overwriting left over data in the XML Buffer. I assumed there would > sometimes be some left over data of a XML fragment in the buffer, but maybe > that isn't the case. > > If I remember correctly, Expat buffers any unused fragments. So you should not have to worry. Karl