/XML-parser

Primary LanguageJavaScript

XML-parser

Purpose: study project for subject "Web-design"

Date of completion: 19.12.2019

Description: XML DOM parser, that allows to:

  • Parse XML file to JS object using DOMParser
  • Convert XML nodes to JSON, mean allows to parse XML to JS objects with only useful data
  • Show XML structure diagram using Joint.js
  • Show info about elements, attributes and max children count
  • Find elements by name: shows XML and structure diagram
  • Find elements by attribute value: shows XML and structure diagram

Environment: JavaScript, XML, Joint.js, Bootstrap