Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.16 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.16 KB

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.