/Radhakrishnan J/:
Herez what my parsing code looks like:
String location = "file://D:/ASAP/Test/Test/xyz/Origination/Standalone/GetLoan.xsd";
That's incorrect URL, too. You should use:
file:///... (3 - three slashes)
or
file:/... (1 - one slash)
but not
file://... (2 - two slashes)
-- Stanimir
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]