Skip to content

Application designed to read and edit XML documents

License

Notifications You must be signed in to change notification settings

Lukashab/XML_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML viewer

Application designed to read and edit XML documents, displayed in tree structure via NCurses. It is posible to browse the document, filter it by element names and attributes, and also edit it by inserting/deleting elements. It is a semester project, that I implemented for my Programming and Algorithms 2 class, so be aware that I wrote it in very short time and it couldn't be tested in its entirely.

Compile & run

  • To run this program properly, ncurses library have to be installed on your computer (apt-get install libncurses-dev)
  • Type make compile to compile
  • Type make run to run the application
  • Docummentation is generated by make doc command (It needs doxygen instaled)
  • If you want to compile and generate doc at the same time, use make all command

XML viewer (Czech)

Jedná se o aplikaci určenou k zobrazování a editování XML dokumentů pomocí grafického rozhraní ncurses. Program umožňuje procházet dokument, filtrovat jej a také ho editovat přidáváním/odebíráním dokumentů. Tato práce mi byla přidělena v rámci školního předmětu jako semestrální projekt.

About

Application designed to read and edit XML documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published