I don't think that the base path can ever be "xml/" The way the parser
works, the base path is always a fully qualified base path. The URL class is
not designed for general purpose use, so if you are using it directly, I'm
not sure that's something that the parser team really needs to support,
cause it wasn't written to be. If somehow you are managing to get a base
path of "xml/" from the parser itself, then something is wrong because it
should be possible. The initial file must be fully qualified in order to
open it, or it will be made fully qualfied in order to open it, and all
subsequent relative documents build from that.
--------------------------
Dean Roddey
The CIDLib C++ Frameworks
Charmed Quark Software
[EMAIL PROTECTED]
http://www.charmedquark.com
"I'm not sure how I feel about ambivalence"
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 02, 2001 4:00 PM
Subject: [Bug 1189] Changed - relative path error
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1189
>
> *** shadow/1189 Mon Apr 2 15:52:57 2001
> --- shadow/1189.tmp.12963 Mon Apr 2 16:00:23 2001
> ***************
> *** 46,49 ****
> XMLExcepts::File_BasePathUnderflow);
> }
>
> ! it's not an error if there is something in the basepath like "xml/" for
instance :-)
> --- 46,59 ----
> XMLExcepts::File_BasePathUnderflow);
> }
>
> ! it's not an error if there is something in the basepath like "xml/" for
instance :-)
> !
> ! ------- Additional Comments From [EMAIL PROTECTED] 2001-04-02
16:00 -------
> ! oups wrong error message report, the real one :
> !
> ! Fatal Error at (file xml/index.xml, line 2, char41): An exception
occured!
> ! Type:XMLPlatformException, Message:The base path had too few levels to
weave in
> ! relative part
> ! XSL Error: Could not parse xml/index.xml document!
> !
> ! sorry for the inconvenience.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]