I'm learning to use Expat to parse XML. Suppose I have some XML that looks like this:
<data id="the-id" type="my_type" size="93">
When the handler that I specified for XML_SetElementHandler
is called with an attribute list, do the attributes include the quote characters used to delimit them?