0:00
hello guys welcome to this live stream
0:02
so in this live stream I will show you
0:04
yet another tool that I developed on my
0:06
website free mediatools.com uh it's a
0:10
XML formatter and validator tool so if
0:13
you work with XML files this will be a
0:16
great editor for you it supports all the
0:19
options we can format your XML files
0:22
minify it compress it and validate as
0:25
well so if I we have this sample XML if
0:30
I make any sort of mistake again click
0:34
so it will show you that this file is
0:44
if I correct this mistake click on
0:46
format if you do any sort of
0:49
informatting here click on this format
0:51
button it will format you with this live
0:56
so as you can see here it will show you
0:58
everything this is a complete editor
1:00
here you can write your own XML as well
1:05
you can change the theme as well so all
1:08
syntax highlighting is there you can
1:11
even open an existing XML file as well
1:14
by clicking this open or click the new
1:20
you can even have split view as well
1:22
where you actually write your code and
1:24
then on the right hand side the live
1:26
preview will show if you need the full
1:28
source code of this application I have
1:30
given the link in the description you
1:32
can directly purchase it so this is the
1:34
overall source code of this application
1:36
about 700 lines of HTML CSS and
1:40
JavaScript code so this is a simple
1:43
index.html file here static web app
1:47
and you can directly open this in the
1:50
browser local host as you can see
1:54
so you can see we have all these options
1:59
you can create a new file as well
2:03
and save this if you click the save
2:05
button your XML file will be downloaded
2:19
so this is the actual application guys
2:23
you can try this you can see click the
2:26
minify button all this will be minified
2:32
so it also checks that for mistakes so
2:34
now it returns that it's a valid XML
2:37
file as well so all these operations are
2:39
there if you click save it will be
2:53
you can check out this application if
2:54
you are interested the link is given in
2:58
so thank you very much for watching this