]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 17, 2000 10:05 AM
Subject: Re: infinite loop in XMLURL::parse
Doh! We're making DAMN sure we get all those spaces :-) I'll fix that one.
Dean Roddey
Software Weenie
IBM Center for Java T
PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: infinite loop in XMLURL::parse
I think this:
// Run up past any spaces
while (*srcPtr)
{
if (!XMLPlatformUtils::fgTransService->isSpace(*srcPtr))
break;
}
should be something like
// Run up past any spa
I think this:
// Run up past any spaces
while (*srcPtr)
{
if (!XMLPlatformUtils::fgTransService->isSpace(*srcPtr))
break;
}
should be something like
// Run up past any spaces
while (*srcPtr)
{
if (!XMLPlatformUtils::fgTransService->isSpace(*s