I'm Tharanesh Vigneshwaran, an undergraduate student from the Informatics Institute Of Technology and I'm thankful for the opportunity provided by Swivel. I have completed the assignment of creating a text to XML converter using Java.
The recommended methods to setup a copy of the application on your local machine.
-
Check if your local machine has Java installed.
java -version
-
Clone the repository on your local machine.
git clone
-
Move to the Swivel-Code-Assignment folder.
cd Swivel-Code-Assignment -
Add the absolute path(not relative path) within line numbers 131 and 132 within the GenerateXML.java
The text file provided within the repository will be similar to the screenshot above.
-
Compile the Java application.
javac GenerateXML.java
-
Run the Java application.
java GenerateXML
The output XML file will be similar to the screenshot above.
The assignment is distributed under the MIT License. Read the LICENSE file for more details.
