Format-XML

Categories

Component ID

2667866

Component name

Format-XML

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

160

Component created

Component changed

Component body

Why this module is developed

We have developed this module because while developing any Drupal portal, we generally need a 3rd party integration where we expose some data in the form of XML, JSON or array and some time we have to use data in these formats from other sources to drupal.

In that case we have to read XML then have to play with some functions of encode and decode.

How it works

But this module gives an interface where you can give the source of XML file and can read JSON and Array object format of the source XML file.
Basically it convert the XML into JSON and array and shows you the output in a field where you can easily debug the code.

It is just taking input as a url in a field and option to choose one of the following option :
1. JSON Format
2. Array Format

It will show the output in the selected option above in a field where you can easy copy and paste the code.