
Hi..
How do I execute or run an XML file?
please tell me about that
Thanks

You can't and you don't. XML itself is not a programming language, so normal XML documents don't â??runâ?? or â??executeâ??. XML is a markup specification language and XML files are just data: they sit there until you run a program which displays them (like a browser) or does some work with them (like a converter which writes the data in another format, or a database which reads the data), or modifies them (like an editor).
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.