While working with XML data, you often don’t find the WSDL files and may end up manually working through the document to understand its structure. At my current project I ran into a few hundred XML files and had to analyze them to understand the data available. Here is a script I created which prints all the possible nodes in the input files
1 | #!/usr/bin/env ruby |
It outputs the following for the xml below
1 |
|
1 | /root |
Hope you find it useful!
I am currently working on LiveForm which makes
setting up contact forms on your website a breeze.