Skip to content

andreacasalino/XML-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What you should see when running the application

This application allows to import, modify and export xml structures. The application is completely cross platform thanks to this C++ http server implementation. The application is made of 2 big components:

  • Frontend, an html script represented by XML-GUI.html
  • Backend, a C++ application that can be compiled using Cmake which wraps XML-parser to handle operations on xml

Compile:

  • compile the Cmake project an run the INSTALL command
    • after that, the backend application named XML-GUI will be appear in the installation folder, under bin

Run:

  • got to the installation folder and then inside bin.
  • run the application named XML-GUI
  • open in your favourite browser the script XML-GUI.html
  • have fun with the GUI :)

About

Nice Interactive application to handle xml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published