There seems to be lots of progress on moving the APIs to XMLSize_t from
unsigned int. However, there are still places in the code where
unsigned int and int are still used.
For examples, even thought many XMLString APIs now accept XMLSize_t,
they often return int, rather than something like XMLSSize_t. Also, the
implementation DOM APIs still have some unsigned int parameters for
counts, as well as many of the internal templated data structures.
I would be happy to help update these, if that's the plan. I'd hate to
see us update a lot of APIs, and not really finish the job.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]