Re: infinite loop in XMLURL::parse

2000-02-17 Thread Chih-Hsiang Chou
]> 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

Re: infinite loop in XMLURL::parse

2000-02-17 Thread roddey
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

infinite loop in XMLURL::parse

2000-02-17 Thread crawford
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