Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 530 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 530 Bytes

XML Sorter

This XML Sorter was originally on CodePlex at https://xmlsorter.codeplex.com/ by Abdulhamed Shalaby.

Original Description

XML Sorter is a tool than can sort all xml elements and attributes based on user needs. This operation is important before comparing xml documents. Moreover, this project is simple and rich so it is very suitable for educational purposes as it involves the following approaches:

  • XML
  • WPF
  • Generics
  • LINQ
  • Extension methods