Hello friends,
Welcome back 🙂
In this article, we're going through XML tools which are useful for manipulation of XML. Recently I've worked on 3 tools so for now, adding those 3 tool's information, but as I get more, I'll update the article. These tools useful for validation and split/merge the XML.
These tools available on both RHEL family and Debian family linux which are same in use for both debian and RHEL.
The tools are:
Welcome back 🙂
In this article, we're going through XML tools which are useful for manipulation of XML. Recently I've worked on 3 tools so for now, adding those 3 tool's information, but as I get more, I'll update the article. These tools useful for validation and split/merge the XML.
These tools available on both RHEL family and Debian family linux which are same in use for both debian and RHEL.
The tools are:
1. xmllint:
This tool is used for xml validation. For some reason, we need to validate XML tags with its proper openings and closing i.e. syntactic validation, also we need to validate the data in the XML. The data can be different by its type which is defined in the XML's DTD, to detect this also, xmllint is useful. With this tool, there are multiple options we can use i.e. only syntactic validation, schema validation, DTD validation etc.
When I was facing issue for validating the XML which having schema, I found this tool. Here I'm just giving the guide links for installation and usage.
Usage : http://xmlsoft.org/xmllint.html
When I was facing issue for validating the XML which having schema, I found this tool. Here I'm just giving the guide links for installation and usage.
Usage : http://xmlsoft.org/xmllint.html
2. XML-Twig tools:
Sometimes we face large XML files which are difficult to view/edit and manipulate. Sometimes we need to search in the XML's data (not XML tags). Sometimes we need to check spelling of XML data, not tags. To resolve all those, we can install XML twig tools which are available on both RHEL & Debian distributions.
I found these tools when I was facing large XML manipulation. I've installed these tools on server and added some code in my program, then I got the problem is resolved.
I'll keep adding xml related tools as I found.
Thanks.
Comments
Post a Comment
Want to share something? Add here...