XML problems reading file in another directory

S

simon_s_li

Hi,

I am new to XML and I am trying to read an XML file 3 directory levels
up.

In the jsp I am setting the src to "..\..\..\directory\file.xml" and
I've tried "../../../directory/file.xml". Both these methods don't
seem to be able pick the xml file up.

If I put the file in the same directory it works ok.

By the way, I cannot move the file to the same directory as lots of
other files read this file in the current directory.

Can you help?? What am I doing wrong??

Regards
Simon
 
R

Roedy Green

In the jsp I am setting the src to "..\..\..\directory\file.xml" and
I've tried "../../../directory/file.xml". Both these methods don't
seem to be able pick the xml file up.

You might try dumping the CWD. You might be surprised.
 
O

Oliver Wong

Hi,

I am new to XML and I am trying to read an XML file 3 directory levels
up.

In the jsp I am setting the src to "..\..\..\directory\file.xml" and
I've tried "../../../directory/file.xml". Both these methods don't
seem to be able pick the xml file up.

If I put the file in the same directory it works ok.

By the way, I cannot move the file to the same directory as lots of
other files read this file in the current directory.

Can you help?? What am I doing wrong??

If I take your explanation literally, it seems like the correct path
should be "..\..\..\file.xml", as you say it's 3 directories up, not 2
directories up, and 1 directory "sideways".

Have you tried moving the file just one directory up and doing
"..\file.xml" to see if you're suffering from some sort of "off by 1" error?

Have you tried creating a file object pointing to the current directory
and programmatically going up via .getParentFile()?

- Oliver
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top