0
Answer

An example of creating a custom exception to validate xml

Mike Jonson

Mike Jonson

13y
1.2k
1

I want  creating a custom exception to validate xml file.

Can you me show simple example for checking syntax or structure of xml file. For example:
<toolbar>
  <button id="btn1" img="C:\Users\Dima\Desktop\folder_open.png" text="Button 1" />
  <button id="btn2" img="C:\Users\Dima\Desktop\folder_open.png" text="Button 2"/>
 </toolbar>


Next Recommended Forum