Skip to content

jkdihenkar/XML-Generation-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#XML Generation Tool

##1. Purpose

The Tool dtd_generation/gendtd.cpp is the C++ App that will automatically generate the XML file for you when you provide the objective data to it. This will help you easily create XML files and Docs that are ready to use

##2. Making the Tool

This guide suppose that you already have GCC-C++ compiler installed.

cd dtd_generation/
g++ gendtd.cpp -o gendtd

This will create an executable file gendtd.

To execute the same simple :

./gendtd

or

./gendtd <new-file-name>.xml

#TODO :

Reading a formatted file and automatically take the file as input and generate the required XML file. This will enable BATCH processing very easy.

About

A CPP code that will automatically generate the XML files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages