Use strlen() internally when computing string lengths
Replaces internal xmlStrlen calls to use an internal macro
xmlStrlenFast which wraps the POSIX / ISO C strlen(). This should be
faster on a wide range of platforms.
Closes #212 (closed).
Replaces internal xmlStrlen calls to use an internal macro
xmlStrlenFast which wraps the POSIX / ISO C strlen(). This should be
faster on a wide range of platforms.
Closes #212 (closed).