Heba-Atef99 / XML_Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XML_Editor

GitHub language count GitHub contributors GitHub top language

The project is an XML Editor that is used for doing different operations on XML files.

Table of Contents

  1. Background
  2. Technologies
  3. Features

Background

An XML editor (Windows Application) to facilitate the editing of xml files. User can load XML file and choose multiple features from buttons in GUI. Once a file is uploaded, the program detects the errors, corrects them, show an error message with number of errors in input file, creates a new consistent file in the same path as the input file ,and views a successful message indicating that the process was successful. Also, user can format XML file, minify it, convert it into JSON file, compress it to reduce its size ,and able to decompress it.

Technologies

ASP.NET Core C# (WPF Application)

Features

Browsing XML Files

Error Detecting & Correcting

Formatting

Minifying

Converting XML File to JSON File

Compressing XML/JSON File

Decompressing XML/JSON File

About


Languages

Language:C# 100.0%