Hello,
I am a student at Computer Science, and for an exam that i have this week, i have to make two *.java files, one to read and the other one to write in an XML file.
The XML should be like this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<conn_data>
<adress>localhost</adress></conn_data>
<port>1521</port>
<SID>xe</SID>
<username>RoCourier_LICENTA</username>
<password>roco</password>
Please, if someone know to help me.
Thank you!
Bogdan - Romania

