Forum Moderators: phranque

Message Too Old, No Replies

The wonderful world of XML and JServlets!

         

Triplex

2:58 pm on Nov 11, 2003 (gmt 0)

10+ Year Member



Hello all.

Can anyone clarify a slight problem for me please. I have a JServlet that is meant to write out and store an XML file, it, however, doesn't! The basic premise is that the JServlet looks at a form, takes the info and stores it. I can display the info that I get off the file in an HTML format, but I dont seem able to turn it into an XML.

Any suggestions?!

lorax

6:14 pm on Nov 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Sorry Triplex - we'll need a bit more information before we can tackle that one.

Do you get any error messages? Do you know if the JServlet is actually being executed? If so, how? Does the JServlet have Read/Write/Execute access for the directory you're telling it to write the XML doc in?